Files
openclaw-config/agents/sql/agent/models.json
T
2026-07-17 15:09:40 +08:00

29 lines
639 B
JSON

{
"providers": {
"newapi": {
"baseUrl": "http://100.115.195.188:3000/v1",
"apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr",
"api": "openai-completions",
"models": [
{
"id": "qwen3.5-plus",
"name": "qwen3.5-plus",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 8192,
"api": "openai-completions"
}
]
}
}
}