| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "vendors": {
- "bailian": {
- "name": "阿里云百炼",
- "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
- "apiKey": "sk-c25679401ba24c749f53be86b0c9a7a6",
- "apiType": "openai-chat",
- "models": [
- {
- "id": "qwen3.6-plus",
- "name": "qwen3.6-plus",
- "input": ["text", "image"],
- "contextWindow": 128000,
- "maxTokens": 4000,
- "temperature": 0.7,
- "supportsToolCall": false,
- "enabled": true
- },
- {
- "id": "qwen3.5-flash",
- "name": "qwen3.5-flash",
- "input": ["text", "image"],
- "contextWindow": 128000,
- "maxTokens": 4000,
- "temperature": 0.7,
- "supportsToolCall": false,
- "enabled": true
- },
- {
- "id": "tongyi-xiaomi-analysis-pro",
- "name": "通义小米分析Pro",
- "input": ["text"],
- "contextWindow": 128000,
- "maxTokens": 4000,
- "temperature": 0.7,
- "supportsToolCall": false,
- "enabled": false,
- "reason": "LangChain不兼容,需直接API调用"
- },
- {
- "id": "qwen3.5-122b-a10b",
- "name": "qwen3.5-122b-A10B",
- "input": ["text"],
- "contextWindow": 128000,
- "maxTokens": 4000,
- "temperature": 0.7,
- "supportsToolCall": false,
- "enabled": true
- }
- ]
- },
- "minimax": {
- "name": "MiniMax",
- "baseUrl": "https://api.minimax.chat/v1",
- "apiKey": "sk-cp-s8hGJr4ACdlZ4GM0LjZ1l2ZNBUAMGwd2ahl0c3W2g6C0EiNH0UvwOBx2q0oJOYO6ca5HqJccP_KRUPucoBizavlwDSZp-ohOGeUw2ymAdXPuM6r3CIDmmlY",
- "apiType": "openai-chat",
- "models": [
- {
- "id": "MiniMax-M2.7",
- "name": "MiniMax M2.7",
- "input": ["text"],
- "contextWindow": 128000,
- "maxTokens": 4096,
- "temperature": 0.7,
- "supportsToolCall": true,
- "enabled": true
- },
- {
- "id": "MiniMax-Speech-2.8-Turbo",
- "name": "MiniMax Speech-2.8-Turbo",
- "input": ["tts"],
- "apiPath": "/t2a_v2",
- "enabled": true
- },
- {
- "id": "MiniMax-image-01",
- "name": "MiniMax image-01",
- "input": ["image"],
- "apiPath": "/image_generation",
- "enabled": true
- },
- {
- "id": "MiniMax-Hailuo-02",
- "name": "MiniMax Hailuo 02",
- "input": ["video"],
- "apiPath": "/video_generation",
- "enabled": true
- }
- ]
- },
- "volcengine": {
- "name": "火山引擎",
- "baseUrl": "https://ark.cn-beijing.volces.com/api/coding/v3",
- "apiKey": "16a23d6b-8544-4ea9-8096-58789c858390",
- "apiType": "openai-chat",
- "models": [
- {
- "id": "doubao-seed-2.0-code",
- "name": "doubao-seed-2.0-code",
- "input": ["text"],
- "contextWindow": 128000,
- "maxTokens": 4096,
- "temperature": 0.7,
- "supportsToolCall": true,
- "enabled": true
- }
- ]
- }
- },
- "textGeneration": {
- "defaultModel": "qwen3.6-plus"
- },
- "tts": {
- "defaultModel": "MiniMax-Speech-2.8-Turbo",
- "defaultVoice": "Cherry"
- }
- }
|