You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

167 lines
5.4 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"playwright-server": {
"enabled": true,
"type": "local",
"command": ["npx", "-y", "@executeautomation/playwright-mcp-server"]
}
},
"provider":{
"minimax-yangzong": {
"npm": "@ai-sdk/anthropic",
"options": {
"baseURL": "https://api.minimaxi.com/anthropic/v1",
"apiKey": "sk-cp-REPHutjIhDvE9FOy_rpzs73QmUndYf_Z6-_9IDgLP6VT3fDt80iRV6I169KiA_xYC1Y2Qj5MwqQ6OJAjSslDPf20V95hAxb3XAjHYXsRxSAOrsqbq2l3o3U"
},
"models": {
"MiniMax-M2.7": {
"name": "MiniMax-M2.7"
}
}
},
"newapi": {
"npm": "@ai-sdk/openai-compatible",
"name": "NewAPI",
"options": {
"baseURL": "http://new-api.soeasy.space:3000/v1",
"apiKey": "sk-q1CMlQXNjKFjILfpMoO7vZo70Fy6Osy9HfChCB5JAAqZybCk"
},
"models": {
"gpt-5.2": {
"name": "GPT-5.2",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"gpt-5.3-codex": {
"name": "GPT-5.3 Codex",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"gpt-5.4": {
"name": "GPT-5.4",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"deepseek-v3.2": {
"name": "DeepSeek V3.2",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"glm-5": {
"name": "GLM-5",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"grok-4.1-fast": {
"name": "Grok 4.1 Fast",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"grok-4.1-thinking": {
"name": "Grok 4.1 Thinking",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"grok-4.20-beta": {
"name": "Grok 4.20 Beta",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"kimi-k2.5": {
"name": "Kimi K2.5",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"minimax-m2.5": {
"name": "MiniMax M2.5",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"qwen3-coder-plus": {
"name": "Qwen3 Coder Plus",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
},
"qwen3.5-plus": {
"name": "Qwen3.5 Plus",
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": {
"context": 128000,
"output": 16384
}
}
}
}
}
}