Skip to main content
The Secure AI Gateway provides a unified interface to multiple AI models. Specify the model with the model parameter in your API requests.

Model Selection

To use a specific model, pass its ID in the request body:

Capabilities Mapping


API Endpoints (OpenAI Compatible)

The gateway follows the OpenAI API structure, so standard clients can fetch available models dynamically.

GET /api/v1/models

Retrieves the list of currently supported models in the standard OpenAI response format. Example Request:

GET /api/v1/models/[model]

Retrieves information about a specific model. Model IDs with slashes (e.g. openai/gpt-4o) are fully supported. Example Request: