Client or integration
OpenCodex dashboard
Area
Provider adapter
Summary
Together is configured with a valid API key, but no models are discovered. The dashboard shows:
Discovery failed — Model discovery returned an invalid response.
Together's /v1/models endpoint returns a top-level array, while OpenCodex's generic model discovery appears to expect data[].
Reproduction
- Add the built-in Together provider.
- Add a valid Together API key.
- Open the provider's Models tab.
- No models are discovered and the provider shows
Discovery failed — Model discovery returned an invalid response.
Calling Together's /v1/models endpoint directly with the same key works and returns models.
Version
v2.7.42
Operating system
macOS 26.5.2
Provider and model
Together / N/A — discovery fails before model selection
Logs or error output
Discovery failed
Model discovery returned an invalid response.
Screenshots and supporting files
Redacted configuration
{
"together": {
"adapter": "openai-chat",
"baseUrl": "https://api.together.xyz/v1",
"authMode": "key"
}
}
Checks
Client or integration
OpenCodex dashboard
Area
Provider adapter
Summary
Together is configured with a valid API key, but no models are discovered. The dashboard shows:
Discovery failed — Model discovery returned an invalid response.Together's
/v1/modelsendpoint returns a top-level array, while OpenCodex's generic model discovery appears to expectdata[].Reproduction
Discovery failed — Model discovery returned an invalid response.Calling Together's
/v1/modelsendpoint directly with the same key works and returns models.Version
v2.7.42
Operating system
macOS 26.5.2
Provider and model
Together / N/A — discovery fails before model selection
Logs or error output
Screenshots and supporting files
Redacted configuration
{ "together": { "adapter": "openai-chat", "baseUrl": "https://api.together.xyz/v1", "authMode": "key" } }Checks