Skip to main content

Overview

SaveGate provides access to 208+ AI models from leading providers. All models are accessible through a unified API using the same authentication and request format. Pricing shown is per 1M tokens (input/output).

OpenAI Models

Chat Models

Responses Models

Embedding Models

Image Generation Models

Image generation models also support resolution and quality variants (e.g., hd/1024-x-1024/dall-e-3). Use the /v1/models API endpoint to see all available variants.

Audio Speech Models

Audio Transcription Models

Video Generation Models

Completion Models

Moderation Models

Anthropic Claude Models

Chat Models

Google Gemini Models

Chat Models (OpenAI-Compatible)

Chat models are accessed via the OpenAI-compatible endpoint. Use the model IDs below directly — no prefix needed.

Image Generation Models (Native Gemini API)

Image generation models use the native Google Gemini API — not the OpenAI-compatible endpoint. Use the Google Gemini SDK with your SaveGate API key passed via the x-goog-api-key header.
Example: Generate an image

Example output: 'A futuristic city at sunset'

ElevenLabs Models

Text-to-Speech Models

Speech-to-Text Models

Using Models

Simply specify the model ID in your API request:

Model Updates

SaveGate automatically updates model versions to the latest stable releases. For version pinning, use specific model IDs (with date suffix) when available.
Use the /v1/models API endpoint to get the full list of available models with their capabilities and pricing information in real-time.