mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 09:31:35 +00:00
Aggregators republish first-party models under a namespaced id and varying case, so the shared-model check could not group novita/moonshotai/kimi-k3 with moonshot/kimi-k3. Matching now ignores one leading namespace segment and case, which catches that whole class automatically instead of needing an upstreamModel marker per row. Declares the tier on the 18 rows this surfaces across baseten, deepinfra, gmi, novita, nvidia, and together. All are "capable", matching what the runtime already applied for an absent flag, so behavior is unchanged.
123 lines
3.0 KiB
JSON
123 lines
3.0 KiB
JSON
{
|
|
"id": "together",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"providers": ["together"],
|
|
"providerRequest": {
|
|
"providers": {
|
|
"together": {
|
|
"family": "together"
|
|
}
|
|
}
|
|
},
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "together",
|
|
"envVars": ["TOGETHER_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "together",
|
|
"method": "api-key",
|
|
"choiceId": "together-api-key",
|
|
"appGuidedSecret": true,
|
|
"choiceLabel": "Together AI API key",
|
|
"groupId": "together",
|
|
"groupLabel": "Together AI",
|
|
"groupHint": "API key",
|
|
"optionKey": "togetherApiKey",
|
|
"cliFlag": "--together-api-key",
|
|
"cliOption": "--together-api-key <key>",
|
|
"cliDescription": "Together AI API key"
|
|
}
|
|
],
|
|
"contracts": {
|
|
"videoGenerationProviders": ["together"]
|
|
},
|
|
"modelCatalog": {
|
|
"providers": {
|
|
"together": {
|
|
"baseUrl": "https://api.together.xyz/v1",
|
|
"api": "openai-completions",
|
|
"defaultModel": "moonshotai/Kimi-K2.6",
|
|
"models": [
|
|
{
|
|
"id": "moonshotai/Kimi-K2.6",
|
|
"name": "Kimi K2.6 FP4",
|
|
"reasoning": true,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 32768,
|
|
"cost": {
|
|
"input": 1.2,
|
|
"output": 4.5,
|
|
"cacheRead": 0.2,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
|
"name": "Llama 3.3 70B Instruct Turbo",
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 1.04,
|
|
"output": 1.04,
|
|
"cacheRead": 1.04,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "deepseek-ai/DeepSeek-V4-Pro",
|
|
"name": "DeepSeek V4 Pro",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 512000,
|
|
"maxTokens": 384000,
|
|
"cost": {
|
|
"input": 1.74,
|
|
"output": 3.48,
|
|
"cacheRead": 0.2,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"codeMode": "capable"
|
|
}
|
|
},
|
|
{
|
|
"id": "zai-org/GLM-5.2",
|
|
"name": "GLM 5.2 FP4",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 131072,
|
|
"cost": {
|
|
"input": 1.4,
|
|
"output": 4.4,
|
|
"cacheRead": 0.26,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"codeMode": "capable"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"discovery": {
|
|
"together": "refreshable"
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|