mirror of https://github.com/openclaw/openclaw.git
28 lines
670 B
JSON
28 lines
670 B
JSON
{
|
|
"id": "together",
|
|
"providers": ["together"],
|
|
"providerAuthEnvVars": {
|
|
"together": ["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"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|