Files
Masterarbeit/.claude/skills/run-experiment/opencode-tensorx.json
T

85 lines
2.4 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"tensorx": {
"npm": "@ai-sdk/openai-compatible",
"name": "TensorX",
"options": {
"baseURL": "https://api.tensorx.ai/v1"
},
"models": {
"qwen/qwen3.8-flash-next": {
"name": "Qwen 3.8 Flash Next",
"limit": {
"context": 262144,
"output": 131072
},
"variants": {
"low": {
"thinking": {
"type": "enabled",
"level": "low"
}
},
"medium": {
"thinking": {
"type": "enabled",
"level": "medium"
}
},
"high": {
"thinking": {
"type": "enabled",
"level": "high"
}
},
"xhigh": {
"thinking": {
"type": "enabled",
"level": "xhigh"
}
},
"max": {
"thinking": {
"type": "enabled",
"level": "xhigh"
}
}
}
},
"z-ai/glm-5.2": {
"name": "GLM 5.2",
"limit": {
"context": 1048576,
"output": 131072
},
"variants": {
"low": { "thinking": { "type": "enabled", "level": "low" } },
"medium": { "thinking": { "type": "enabled", "level": "medium" } },
"high": { "thinking": { "type": "enabled", "level": "high" } },
"xhigh": { "thinking": { "type": "enabled", "level": "xhigh" } },
"max": { "thinking": { "type": "enabled", "level": "xhigh" } }
}
},
"z-ai/glm-5.3-flash": {
"name": "GLM 5.3 Flash",
"variants": {
"low": { "thinking": { "type": "enabled", "level": "low" } },
"medium": { "thinking": { "type": "enabled", "level": "medium" } },
"high": { "thinking": { "type": "enabled", "level": "high" } },
"xhigh": { "thinking": { "type": "enabled", "level": "xhigh" } },
"max": { "thinking": { "type": "enabled", "level": "xhigh" } }
}
},
"moonshotai/kimi-k3": {
"name": "Kimi K3",
"limit": {
"context": 1048576,
"output": 131072
}
}
}
}
}
}