mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 16:08:37 +00:00
128 lines
3.1 KiB
JSON
128 lines
3.1 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",
|
|
"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",
|
|
"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": 4.5
|
|
}
|
|
},
|
|
{
|
|
"id": "meta-llama/Llama-3.3-70B-Instruct-Turbo",
|
|
"name": "Llama 3.3 70B Instruct Turbo",
|
|
"input": ["text"],
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0.88,
|
|
"output": 0.88,
|
|
"cacheRead": 0.88,
|
|
"cacheWrite": 0.88
|
|
}
|
|
},
|
|
{
|
|
"id": "deepseek-ai/DeepSeek-V4-Pro",
|
|
"name": "DeepSeek V4 Pro",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 512000,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 2.1,
|
|
"output": 4.4,
|
|
"cacheRead": 0.2,
|
|
"cacheWrite": 4.4
|
|
}
|
|
},
|
|
{
|
|
"id": "Qwen/Qwen2.5-7B-Instruct-Turbo",
|
|
"name": "Qwen2.5 7B Instruct Turbo",
|
|
"input": ["text"],
|
|
"contextWindow": 32768,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0.3,
|
|
"output": 0.3,
|
|
"cacheRead": 0.3,
|
|
"cacheWrite": 0.3
|
|
}
|
|
},
|
|
{
|
|
"id": "zai-org/GLM-5.1",
|
|
"name": "GLM 5.1 FP4",
|
|
"reasoning": true,
|
|
"input": ["text"],
|
|
"contextWindow": 202752,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 1.4,
|
|
"output": 4.4,
|
|
"cacheRead": 1.4,
|
|
"cacheWrite": 4.4
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"discovery": {
|
|
"together": "static"
|
|
}
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|