#what is your config settings to get
1 messages ยท Page 1 of 1 (latest)
"models": {
"mode": "merge",
"providers": {
"github-copilot": {
"baseUrl": "https://api.individual.githubcopilot.com",
"api": "openai-responses",
"models": []
},
"nanogpt": {
"baseUrl": "https://nano-gpt.com/api/subscription/v1",
"api": "openai-completions",
"models": [
{
"id": "moonshotai/kimi-k2.5",
"name": "Kimi K2.5",
"reasoning": false,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 240000,
"maxTokens": 32768
},
{
"id": "moonshotai/kimi-k2.5:thinking",
"name": "Kimi K2.5 Thinking",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 240000,
"maxTokens": 32768
},
{
"id": "zai-org/glm-4.7",
"name": "GLM 4.7",
"reasoning": false,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 32768
},
{
"id": "zai-org/glm-4.7:thinking",
"name": "GLM 4.7 Thinking",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 32768
},
{
"id": "zai-org/glm-5",
"name": "GLM 5",
"reasoning": false,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 32768
},
{
"id": "zai-org/glm-5:thinking",
"name": "GLM 5 Thinking",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 32768
},
this is my section in openclaw.json "models.providers"