Endpoint reference
The canonical list of HTTP endpoints the Mira API actually serves today. Anything not on this page is not live — if you find an SDK example that calls a path not listed here, mail support@vmira.ai and we'll get the docs corrected.
Current rates
Base URL
https://api.vmira.aiAuthentication
Authorization: Bearer sk-mira-YOUR_API_KEYGet a key at platform.vmira.ai/api-keys — full details in Authentication.
Chat completions
The Mira conversational endpoint, drop-in compatible with the OpenAI Chat Completions API. Full reference on the chat completions page.
Mira Image
Image generation and editing. Capabilities and example code on Mira Image.
Mira Voice
Speech-to-text and text-to-speech. Capabilities and examples on Mira Voice.
Mira Realtime
Duplex voice channel over WebSocket. Protocol details on Mira Realtime.
Mira Vision
Grounded object detection — given an image and a prompt, returns bounding boxes. Free-form Q&A on images goes through chat completions instead (Mira accepts image_url or base64 in messages[].content).
Account and management
Endpoints that read your account state. All require authentication.