Changelog
Per-release notes for the public API.
2026-05-27 — music Preview and docs structure aligned to business capabilities
- Capabilities (
/docs/build) now lists only business outcomes: text & chat, image, video, audio & speech, music. - Delivery mechanisms — streaming, async task lifecycle, source uploads, customer callbacks — moved to Concepts.
- API Reference is now tri-lingual end to end. Field names and JSON keys stay English; surrounding prose translates.
- Music generation, single-shot uploads, and task lookup are now Preview and appear in the public OpenAPI spec.
- Permanent redirects added for the previous
streaming-chat,async-tasks,uploads,webhooks,production/*,reference/*,migration/*,models, andpricing-and-limitsURLs.
2026-05-27 — customer docs contract alignment
Docs now separate callable surfaces from roadmap content:
- Available:
POST /v1/chat/completionsfor text chat. - Available: streaming chat via
stream: trueServer-Sent Events. - Preview: model and catalog discovery endpoints.
- Preview: music generation, single-shot uploads, and task lookup.
- Planned: image, video, speech, voices, resumable uploads, and customer callbacks unless a page explicitly states otherwise.
- Public headers:
Authorization,Content-Type,Idempotency-Key, andX-Request-Id.
v0.1.0 — initial preview (2026-05-24)
Initial public docs preview. Not GA.