Alibaba Cloud: qwen3.5-omni-flash-realtime
qwen3.5-omni-flash-realtime- Input / Output
- $3.97 / $15.74
- Context
- 197K
- Max output
- 64K
- Modalities
- AudioVision
- Capabilities
- Tool use
Getting started
Create API key
Create a key in Console, then use it with every model on the platform.
Send your first request
Copy the example for your language and run it against the endpoint.
RealtimeWebSocketWS/v1/realtime// npm install ws import WebSocket from 'ws'; const socket = new WebSocket("wss://api.tokenlab.sh/v1/realtime?model=qwen3.5-omni-flash-realtime", { headers: { Authorization: "Bearer sk-xxx" } }); socket.on('open', () => { // Send the input events supported by this model with socket.send(...). // https://docs.tokenlab.sh/api-reference/realtime/connect }); socket.on('message', (data) => console.log(data.toString())); socket.on('error', (error) => console.error(error)); socket.on('close', (code, reason) => console.log(code, reason.toString())); // Close the session when finished. process.on('SIGINT', () => socket.close());
Pricing
Official price is the model maker's public baseline. TokenLab price is what you pay for this model on TokenLab.
Default
Per 1M tokens- Official price
- Input $3.97 / Output $15.74 / Text Input $0.4853 / Text Output $2.94
- TokenLab price
- Input $3.97 / Output $15.74 / Text Input $0.4853 / Text Output $2.94
- Discount
- -
| Official pricePer 1M tokens | TokenLab pricePer 1M tokens | Discount | |
|---|---|---|---|
| Default | Input $3.97 / Output $15.74 / Text Input $0.4853 / Text Output $2.94 | Input $3.97 / Output $15.74 / Text Input $0.4853 / Text Output $2.94 | - |
Usage & activity
Success rate is the share of requests that completed. Latency is how long a full response takes; P95 means 95% of requests finished within that time.
Usage & availability
Last 24 hoursNo data yet
Data is based on aggregate user requests, excluding status checks.
Open in Console
Open qwen3.5-omni-flash-realtime in Console with a prompt ready to edit or send.
Help me try qwen3.5-omni-flash-realtime with a short audio request at /v1/realtime. Show the result and cost.
Use cases
Best forVision
Reading images, parsing documents, and answering visual questions
Voice UX
Try speech, transcription, or audio generation.
Audio formats
Compare audio input requirements and response formats.
Side-by-side test
Compare response quality, latency, and price side by side.
Prompt examples
Generate calm onboarding narration for a developer tool.
Transcribe a short customer call and pull out the action items.
Send the smallest possible request and show me the result and cost.
This model has conditional pricing. Monthly token totals alone cannot produce a reliable estimate; use the detailed pricing for the request specification, cache, and applicable time window.
FAQ
How much does qwen3.5-omni-flash-realtime cost?
On TokenLab, qwen3.5-omni-flash-realtime costs Input $3.97 / Output $15.74 Per 1M tokens. The pricing table above shows the full breakdown. Rates depend on the billing unit, specification, and usage. Compare matching conditions in the model's detailed pricing; a single rate does not determine the total cost.
What is qwen3.5-omni-flash-realtime best for?
qwen3.5-omni-flash-realtime supports Tool use, Vision, Web search. You can open it directly in Create.
How do I test qwen3.5-omni-flash-realtime?
Open qwen3.5-omni-flash-realtime in Create. A sample for /v1/realtime will be ready to try.
Which endpoint should qwen3.5-omni-flash-realtime use?
Use https://api.tokenlab.sh/v1/realtime for qwen3.5-omni-flash-realtime. The request example below shows the matching code shape.
Can I test qwen3.5-omni-flash-realtime before integrating it?
Yes. Open Console starts a ready draft for qwen3.5-omni-flash-realtime and keeps your prompt after sign-in, so you don’t lose context.
Which operations does qwen3.5-omni-flash-realtime support?
qwen3.5-omni-flash-realtime supports Realtime. Select an operation above to see its endpoint and request example.