{
  "id": "together",
  "enabledByDefault": true,
  "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"
    }
  ],
  "contracts": {
    "videoGenerationProviders": ["together"]
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
