|
| 1 | +{ |
| 2 | + "modelscope": { |
| 3 | + "name": "deepseek", |
| 4 | + "baseUrl": "https://api-inference.modelscope.cn/v1", |
| 5 | + "apiKeyEnvName": "MODEL_SCOPE_API_KEY", |
| 6 | + "models": [ |
| 7 | + { |
| 8 | + "name": "Qwen3.5-397B-A17B", |
| 9 | + "id": "Qwen/Qwen3.5-397B-A17B", |
| 10 | + "supportJsonFormat": false |
| 11 | + }, |
| 12 | + |
| 13 | + { |
| 14 | + "name": "DeepSeek-V3.2", |
| 15 | + "id": "deepseek-ai/DeepSeek-V3.2", |
| 16 | + "supportJsonFormat": false |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "Qwen3-Coder-480B-A35B-Instruct", |
| 20 | + "id": "Qwen/Qwen3-Coder-480B-A35B-Instruct", |
| 21 | + "supportJsonFormat": false |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "MiniMax-M2.5", |
| 25 | + "id": "MiniMax/MiniMax-M2.5", |
| 26 | + "supportJsonFormat": false |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "GLM-5", |
| 30 | + "id": "ZhipuAI/GLM-5", |
| 31 | + "supportJsonFormat": false |
| 32 | + } |
| 33 | + ] |
| 34 | + }, |
| 35 | + "longcat": { |
| 36 | + "name": "deepseek", |
| 37 | + "baseUrl": "https://api.longcat.chat/openai/v1", |
| 38 | + "apiKeyEnvName": "LONGCAT_API_KEY", |
| 39 | + "models": [ |
| 40 | + { |
| 41 | + "name": "longcat/LongCat-Flash-Lite", |
| 42 | + "id": "LongCat-Flash-Lite", |
| 43 | + "supportJsonFormat": false, |
| 44 | + "specificPrompt": "表单的提交按钮需要生成onClick事件,并在函数中使用 this.callAction 去调用 continueChat" |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "longcat/LongCat-Flash-Chat", |
| 48 | + "id": "LongCat-Flash-Chat", |
| 49 | + "supportJsonFormat": false |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "longcat/LongCat-Flash-Thinking-2601", |
| 53 | + "id": "LongCat-Flash-Thinking-2601", |
| 54 | + "supportJsonFormat": false |
| 55 | + } |
| 56 | + ] |
| 57 | + } |
| 58 | +} |
0 commit comments