2026-03-15 16:09:21 -07:00
|
|
|
{
|
|
|
|
|
"id": "together",
|
|
|
|
|
"providers": ["together"],
|
2026-03-15 20:02:24 -07:00
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"together": ["TOGETHER_API_KEY"]
|
|
|
|
|
},
|
2026-03-15 23:47:07 -07:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-03-15 16:09:21 -07:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|
|
|
|
|
}
|