Endpoint
Authorization header as usual.
Response Fields
An array of model objects representing every model accessible to your API key.
The unique identifier for the model. Pass this value as the
model parameter in chat, embeddings, and other inference requests. Examples: gpt-4o, aws/claude-haiku-4-5, gemini-2.5-flash.The organization that owns or provides the underlying model, such as
openai, anthropic, or google.Code Examples
Example Response
The models returned depend on the channel group assigned to your API key. If you expect to see a model that isn’t appearing in the list, confirm that your key’s group includes that model. Use an API key assigned to the
default group to see all models available on the platform.