/v1/models is an OpenAI-compatible model list endpoint that returns all models available for the current token. SDKs and clients use this endpoint to automatically discover available models and their supported API formats.
Quick Example
Request
No request body (GET).
Response Body
Response Fields
Notes
- Different tokens may see different model lists depending on provider configuration and pricing coverage.
- If no token is provided, returns
401 {"error":{"message":"No token provided"}}.

