Base URL
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/models | GET | List available models |
/chat/completions | POST | Generate a chat completion |
/audio/transcriptions | POST | Transcribe audio to text |
/audio/speech | POST | Text-to-speech |
/images/generations | POST | Generate images |
/images/edits | POST | Edit Images |
/videos | POST | Create a video job |
/videos/{id}/content | GET | Download video content (MP4) |
/videos/{id} | GET | Get video job status |