Migrating from OpenAI
- Python
- JavaScript
Supported Endpoints
| Endpoint | Status |
|---|---|
POST /v1/chat/completions | Supported |
POST /v1/completions | Supported (legacy) |
POST /v1/responses | Supported |
GET /v1/models | Supported |
Supported Features
| Feature | Status |
|---|---|
| Chat completions | Supported |
| Streaming | Supported |
| System messages | Supported |
| Vision (image inputs) | Supported |
| Tool / function calling | Supported |
| Structured output (JSON mode) | Supported |
| Reasoning (thinking on/off) | Supported |
| Temperature, top_p, top_k, min_p | Supported |
| Frequency & presence penalties | Supported |
| Log probabilities | Supported |
| Seed (deterministic sampling) | Supported |
| Stop sequences | Supported |
| Multiple choices (n) | Supported |
Not Yet Supported
The following OpenAI features are not currently available:- Embeddings
- Audio
- Fine-tuning
- Assistants API
- Batch API
- File uploads
We’re actively expanding API coverage. Let us know which features matter most to you.

