Realtime
wss://api.fastrouter.ai/v1/realtime?model=MODEL_IDFastRouter API Key. Get yours at https://fastrouter.ai
Format: Authorization: Bearer YOUR_API_KEY
The realtime model to use.
gpt-4o-realtime-preview-2024-12-17Example: openai/gpt-4o-realtime-preview-2024-12-17WebSocket connection established. Communicate using OpenAI Realtime API event format.
No content
Bad Request - The request is malformed. This could be due to missing parameters, invalid formats, or routing errors.
Note: the 400 body shape is not uniform. Validation errors return the structured object below, but routing/model errors may instead return a plain string: { "error": "<message>" }. A few endpoints (e.g. some file operations) may return a plain-text body rather than JSON.
Invalid Credentials - Your API key is invalid, missing, or disabled. Check your credentials.
Note: the 401 error body uses code, message, param, and type (there is no status field), and type is invalid_request_error.
No content
Last updated
