|
25 | 25 | "openai-compatible:dashscope-qwen3-models": { |
26 | 26 | "endpoint": "https://dashscope.aliyuncs.com/compatible-mode/v1", |
27 | 27 | "api_key_env": "API_KEY_QWEN", |
28 | | - "list_models_cmd": "qwen3-max qwen3-coder-plus", |
| 28 | + "list_of_models": ["qwen3-max", "qwen3-coder-plus"], |
29 | 29 | "use_proxy": false, |
30 | | - "description": "Alibaba Dashscope Endpoint", |
| 30 | + "description": "Alibaba Dashscope Endpoint - using static model list", |
31 | 31 | "supported_client": "qwen,droid,iflow,crush" |
32 | 32 | }, |
33 | 33 | "azure-openai:east2": { |
34 | 34 | "endpoint": "https://azure-openai-gpt-o1-east2.openai.azure.com/openai/v1", |
35 | 35 | "api_key_env": "API_KEY_AZURE_OPENAI", |
36 | | - "list_models_cmd": "model-router", |
| 36 | + "list_of_models": ["model-router"], |
37 | 37 | "use_proxy": false, |
38 | | - "description": "Azure Openai Endpoint", |
| 38 | + "description": "Azure Openai Endpoint - using static model list", |
39 | 39 | "supported_client": "codex" |
40 | 40 | }, |
41 | 41 | "azure-openai:zhujian0003-1688-resource": { |
42 | 42 | "endpoint": "https://zhujian0003-1688-resource.services.ai.azure.com/openai/v1/", |
43 | 43 | "api_key_env": "zhujian0003_1688_resource_API_KEY_AZURE_OPENAI", |
44 | | - "list_models_cmd": "grok-3", |
| 44 | + "list_of_models": ["grok-3"], |
45 | 45 | "use_proxy": false, |
46 | | - "description": "Azure Openai Endpoint", |
| 46 | + "description": "Azure Openai Endpoint - using static model list", |
47 | 47 | "supported_client": "codex" |
48 | 48 | }, |
49 | 49 | "qwen-claude-proxy:dashscope-qwen3-coder-plus": { |
50 | 50 | "endpoint": "https://dashscope.aliyuncs.com/api/v2/apps/claude-code-proxy", |
51 | 51 | "api_key_env": "API_KEY_QWEN", |
52 | | - "list_models_cmd": "qwen3-coder-plus", |
| 52 | + "list_of_models": ["qwen3-coder-plus"], |
53 | 53 | "use_proxy": false, |
54 | | - "description": "Alibaba Dashscope Endpoint Claude Proxy", |
| 54 | + "description": "Alibaba Dashscope Endpoint Claude Proxy - using static model list", |
55 | 55 | "supported_client": "claude" |
56 | 56 | }, |
57 | 57 | "blackbox-official": { |
58 | 58 | "endpoint": "https://api.blackbox.ai", |
59 | 59 | "api_key_env": "BLACKBOX_API_KEY", |
60 | | - "list_models_cmd": "echo 'blackboxai/anthropic/claude-sonnet-4.5\nblackboxai/anthropic/claude-opus-4.5\nblackboxai/anthropic/claude-sonnet-4\nblackboxai/anthropic/claude-opus-4\nblackboxai/google/gemini-2.5-flash\nblackboxai/meta-llama/llama-3.3-70b-instruct\nblackboxai/openai/gpt-4o\nblackboxai/x-ai/grok-code-fast-1:free'", |
| 60 | + "list_of_models": [ |
| 61 | + "blackboxai/anthropic/claude-sonnet-4.5", |
| 62 | + "blackboxai/anthropic/claude-opus-4.5", |
| 63 | + "blackboxai/anthropic/claude-sonnet-4", |
| 64 | + "blackboxai/anthropic/claude-opus-4", |
| 65 | + "blackboxai/google/gemini-2.5-flash", |
| 66 | + "blackboxai/meta-llama/llama-3.3-70b-instruct", |
| 67 | + "blackboxai/openai/gpt-4o", |
| 68 | + "blackboxai/x-ai/grok-code-fast-1:free" |
| 69 | + ], |
61 | 70 | "use_proxy": false, |
62 | | - "description": "Blackbox AI Official API", |
| 71 | + "description": "Blackbox AI Official API - using static model list", |
63 | 72 | "supported_client": "blackbox" |
64 | 73 | } |
65 | 74 | } |
|
0 commit comments