Libraries
Getting Started
Get an API key
Sign up at the Dedalus Dashboard and create an API key.
Authentication
All endpoints require a Bearer token orX-API-Key header.
Get your key from the Dedalus Dashboard.
Chat & Embeddings
| Method | Path | Description |
|---|---|---|
POST | /v1/chat/completions | Create chat completion |
POST | /v1/embeddings | Create embeddings |
Audio
| Method | Path | Description |
|---|---|---|
POST | /v1/audio/speech | Create speech |
POST | /v1/audio/transcriptions | Create transcription |
POST | /v1/audio/translations | Create translation |
Images & Documents
| Method | Path | Description |
|---|---|---|
POST | /v1/images/generations | Create image |
POST | /v1/ocr | OCR |
Models
| Method | Path | Description |
|---|---|---|
GET | /v1/models | List models |