main
parent
438d6b9ae8
commit
a12a7bb2ec
@ -0,0 +1,175 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider":{
|
||||
"openai-xianyu": {
|
||||
"name": "xianyu codex",
|
||||
"options": {
|
||||
"api": "openai-responses",
|
||||
"baseURL": "https://api.asxs.top/v1",
|
||||
"apiKey": "sk-7c013cc9d4d9ab9bba95a5df3fe3c97a"
|
||||
},
|
||||
"models": {
|
||||
"gpt-5.3-codex": {
|
||||
"name": "GPT-5.3 Codex",
|
||||
"limit": {
|
||||
"context": 400000,
|
||||
"output": 128000
|
||||
},
|
||||
"options": {
|
||||
"store": false
|
||||
},
|
||||
"variants": {
|
||||
"low": {},
|
||||
"medium": {},
|
||||
"high": {},
|
||||
"xhigh": {}
|
||||
}
|
||||
},
|
||||
"gpt-5.4": {
|
||||
"name": "GPT-5.4",
|
||||
"limit": {
|
||||
"context": 1050000,
|
||||
"output": 128000
|
||||
},
|
||||
"options": {
|
||||
"store": false
|
||||
},
|
||||
"variants": {
|
||||
"low": {},
|
||||
"medium": {},
|
||||
"high": {},
|
||||
"xhigh": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bailian-coding-plan": {
|
||||
"npm": "@ai-sdk/anthropic",
|
||||
"name": "Model Studio Coding Plan",
|
||||
"options": {
|
||||
"baseURL": "https://coding.dashscope.aliyuncs.com/apps/anthropic/v1",
|
||||
"apiKey": "sk-sp-08990303176d4bfeb36f8eef6a46484f"
|
||||
},
|
||||
"models": {
|
||||
"qwen3.5-plus": {
|
||||
"name": "Qwen3.5 Plus",
|
||||
"modalities": {
|
||||
"input": ["text", "image"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 1000000,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"qwen3-max-2026-01-23": {
|
||||
"name": "Qwen3 Max 2026-01-23",
|
||||
"modalities": {
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"limit": {
|
||||
"context": 262144,
|
||||
"output": 32768
|
||||
}
|
||||
},
|
||||
"qwen3-coder-next": {
|
||||
"name": "Qwen3 Coder Next",
|
||||
"modalities": {
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"limit": {
|
||||
"context": 262144,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"qwen3-coder-plus": {
|
||||
"name": "Qwen3 Coder Plus",
|
||||
"modalities": {
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"limit": {
|
||||
"context": 1000000,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"MiniMax-M2.5": {
|
||||
"name": "MiniMax M2.5",
|
||||
"modalities": {
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 204800,
|
||||
"output": 131072
|
||||
}
|
||||
},
|
||||
"glm-5": {
|
||||
"name": "GLM-5",
|
||||
"modalities": {
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 202752,
|
||||
"output": 16384
|
||||
}
|
||||
},
|
||||
"glm-4.7": {
|
||||
"name": "GLM-4.7",
|
||||
"modalities": {
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 202752,
|
||||
"output": 16384
|
||||
}
|
||||
},
|
||||
"kimi-k2.5": {
|
||||
"name": "Kimi K2.5",
|
||||
"modalities": {
|
||||
"input": ["text", "image"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 262144,
|
||||
"output": 32768
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue