beatra

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.

AreaStatusNotes
Text chat completionsAvailablePOST /v1/chat/completions for synchronous and streaming text chat.
Models listPreviewGET /v1/models for OpenAI-compatible discovery.
Catalog models and capabilitiesPreviewDiscovery metadata may change before GA.
Streaming chatAvailablestream: true returns Server-Sent Events ending with [DONE].
Async tasksPreviewGET /v1/tasks, GET /v1/tasks/{task_id}, and best-effort cancel.
Image generation and editingPlannedNo production client calls yet.
Video generationPlannedNo production client calls yet.
Audio, speech, and voicesPlannedNo production client calls yet.
Music generationPreviewPOST /v1/music/text-to-music and POST /v1/music/reference-audio-to-music.
UploadsPreviewSingle-shot POST /v1/uploads is callable; resumable uploads are Planned.
Customer callbacksPlannedPer-request callback workflow is planned.
Embeddings and realtime APIsPlannedNot 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.

On this page