Get Models
Models
Get Models
Returns all available models supported by Helicone AI Gateway (OpenAI-compatible endpoint)
GET
Get Models
This endpoint returns a list of all AI models supported by the Helicone AI Gateway. This is an OpenAI-compatible endpoint that follows the same response format as OpenAI’sDocumentation Index
Fetch the complete documentation index at: https://docs.helicone.ai/llms.txt
Use this file to discover all available pages before exploring further.
/v1/models endpoint.
Use this endpoint to discover which models are available for routing through the AI Gateway.
Endpoint URL
Example Request
Example Response
Use Cases
- OpenAI Compatibility: Use this endpoint as a drop-in replacement for OpenAI’s
/v1/modelsendpoint - Model Discovery: Discover which models are available through Helicone AI Gateway
- Integration Testing: Verify model availability for your applications