{"version":3,"file":"constants.mjs","sources":["webpack://@tarko/model-provider/./src/constants.ts"],"sourcesContent":["/*\n * Copyright (c) 2025 Bytedance, Inc. and its affiliates.\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { ProviderConfig } from './types';\n\n/**\n * Default configurations for extended model providers\n * These providers are mapped to OpenAI-compatible interfaces\n */\nexport const HIGH_LEVEL_MODEL_PROVIDER_CONFIGS: readonly ProviderConfig[] = [\n  {\n    name: 'ollama',\n    extends: 'openai',\n    baseURL: 'http://127.0.0.1:11434/v1',\n    apiKey: 'ollama',\n  },\n  {\n    name: 'lm-studio',\n    extends: 'openai',\n    baseURL: 'http://127.0.0.1:1234/v1',\n    apiKey: 'lm-studio',\n  },\n  {\n    name: 'volcengine',\n    extends: 'openai',\n    baseURL: 'https://ark.cn-beijing.volces.com/api/v3',\n  },\n  {\n    name: 'deepseek',\n    extends: 'openai',\n    baseURL: 'https://api.deepseek.com/v1',\n  },\n] as const;\n"],"names":["HIGH_LEVEL_MODEL_PROVIDER_CONFIGS"],"mappings":";;;;AAWO,MAAMA,oCAA+D;IAC1E;QACE,MAAM;QACN,SAAS;QACT,SAAS;QACT,QAAQ;IACV;IACA;QACE,MAAM;QACN,SAAS;QACT,SAAS;QACT,QAAQ;IACV;IACA;QACE,MAAM;QACN,SAAS;QACT,SAAS;IACX;IACA;QACE,MAAM;QACN,SAAS;QACT,SAAS;IACX;CACD"}