/v1/models endpoint.
Use this endpoint to discover which multimodal models are available for routing through the AI Gateway.
Endpoint URL
What Makes a Model Multimodal?
A model is considered multimodal if it meets either of these criteria:- Multiple Input Modalities: Accepts more than one type of input (e.g., text, images, audio)
- Multiple Output Modalities: Produces more than one type of output (e.g., text, images, audio)
Example Request
Example Response
Use Cases
- OpenAI Compatibility: Use this endpoint as a drop-in replacement for OpenAI’s
/v1/modelsendpoint with multimodal filtering - Multimodal Model Discovery: Discover which multimodal models are available through Helicone AI Gateway
- Vision/Audio Applications: Find models that support image or audio inputs for your applications
- Integration Testing: Verify multimodal model availability for your applications