Roadmap
Status of current, preview, and planned beatra API surfaces.
This roadmap is the customer-facing source for release status. Planned items describe product direction and should not be treated as callable API contracts.
| Area | Status | Notes |
|---|---|---|
| Text chat completions | Available | POST /v1/chat/completions for synchronous and streaming text chat. |
| Models list | Preview | GET /v1/models for OpenAI-compatible discovery. |
| Catalog models and capabilities | Preview | Discovery metadata may change before GA. |
| Streaming chat | Available | stream: true returns Server-Sent Events ending with [DONE]. |
| Async tasks | Preview | GET /v1/tasks, GET /v1/tasks/{task_id}, and best-effort cancel. |
| Image generation and editing | Planned | No production client calls yet. |
| Video generation | Planned | No production client calls yet. |
| Audio, speech, and voices | Planned | No production client calls yet. |
| Music generation | Preview | POST /v1/music/text-to-music and POST /v1/music/reference-audio-to-music. |
| Uploads | Preview | Single-shot POST /v1/uploads is callable; resumable uploads are Planned. |
| Customer callbacks | Planned | Per-request callback workflow is planned. |
| Embeddings and realtime APIs | Planned | Not part of the current v1 callable surface. |
Contract rules
- Available and Preview endpoints may appear in API Reference.
- Planned surfaces stay in Build or Roadmap pages and do not link to operation pages as callable contracts.
- Public OpenAPI lists only Available, Beta, and Preview endpoints.