Skip to content

Together model discovery fails with "invalid response" #617

Description

@simon-ami

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

  1. Add the built-in Together provider.
  2. Add a valid Together API key.
  3. Open the provider's Models tab.
  4. 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

Image

Redacted configuration

{
  "together": {
    "adapter": "openai-chat",
    "baseUrl": "https://api.together.xyz/v1",
    "authMode": "key"
  }
}

Checks

  • I searched existing issues and documentation.
  • I removed secrets, tokens, account details, request credentials, and personal data.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions