Skip to main content
Helicone OSS LLM Observability

Get Models

Returns all available models supported by Helicone AI Gateway (OpenAI-compatible endpoint)
1 min read
get/v1/models
Request example
Response
get/v1/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's /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/models endpoint
  • Model Discovery: Discover which models are available through Helicone AI Gateway
  • Integration Testing: Verify model availability for your applications

Responses

application/json
Successful response
objectenum<string>required#
Options:list
dataobject[]required#
Show child attributes
idstringrequired#
Model identifier
objectenum<string>required#
Options:model
createdintegerrequired#
Unix timestamp of model creation
owned_bystringrequired#
Organization that owns the model