Skip to main content
OpenAI offers 67 models through Lava’s AI Gateway, supporting Chat Completions, Embeddings, Text to Speech, Transcription, Image Generation. Authentication uses Authorization: Bearer. See the OpenAI API docs for provider-specific parameters.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Quick Start

Chat Completions

Target URL: https://api.openai.com/v1/chat/completions

Embeddings

Target URL: https://api.openai.com/v1/embeddings

Text to Speech

Target URL: https://api.openai.com/v1/audio/speech

Transcription

Target URL: https://api.openai.com/v1/audio/transcriptions

Image Generation

Target URL: https://api.openai.com/v1/images/generations

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests