Skip to main content
The Secure AI Gateway provides a unified interface to multiple top-tier AI models. You can specify the model using 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 Secure AI Gateway mimics the OpenAI API structure, meaning standard clients can fetch available models dynamically.

GET /api/v1/models

Retrieves a list of all 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: