ModelsOk
qwen3.5-omni-plus-realtime API pricing & access
qwen3.5-omni-plus-realtime API pricing: Dynamic usage-based pricing. Compare supported endpoints, capabilities and access options on ModelsOk.
qwen3.5-omni-plus-realtime API access
阿里巴巴通义 Qwen 3.5 Omni Plus Realtime,面向低延迟多模态实时交互。
Compare supported API endpoints and capabilities, then access qwen3.5-omni-plus-realtime through the unified API gateway.
- Category
- audio
- Supported APIs
- OpenAI Chat Completions API
- API endpoints
- POST /v1/chat/completions
qwen3.5-omni-plus-realtime API pricing
- Billing model
- Dynamic usage-based pricing
The final API price depends on the matched usage tier, request parameters and access group. Open the live pricing page for the current calculation.
How to call qwen3.5-omni-plus-realtime
qwen3.5-omni-plus-realtime is served through ModelsOk's unified gateway. Existing OpenAI or Anthropic SDK code keeps working: point base_url at https://modelsok.com and use your ModelsOk API key.
curl (OpenAI-compatible)
curl https://modelsok.com/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "qwen3.5-omni-plus-realtime", "messages": [{"role": "user", "content": "Hello"}]}'Python (openai SDK)
from openai import OpenAI
client = OpenAI(base_url="https://modelsok.com/v1", api_key="YOUR_API_KEY")
response = client.chat.completions.create(
model="qwen3.5-omni-plus-realtime",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)Related pages
Frequently asked questions
Do I need to change my code to use qwen3.5-omni-plus-realtime here?
No. The gateway speaks the OpenAI and Anthropic wire formats. Change base_url to https://modelsok.com and the API key; requests, streaming and tool calls stay the same.
How is qwen3.5-omni-plus-realtime billed?
Usage is billed per token at the base price shown above (Dynamic usage-based pricing), deducted from a prepaid balance. Group-specific rates and cached-token discounts are applied on the live pricing page.
Is qwen3.5-omni-plus-realtime available right now?
The status page publishes real-traffic availability, first-token latency and throughput for every model over the last 90 days, refreshed every minute.
Related model APIs
- mimo-v2.5-asr API pricing
- fun-asr-flash-2026-06-15 API pricing
- qwen-audio-3.0-realtime-flash API pricing
- qwen-audio-3.0-realtime-plus API pricing
- qwen3-tts-instruct-flash API pricing
- qwen3-livetranslate-flash API pricing
- qwen3.5-livetranslate-flash-realtime API pricing
- qwen3-omni-flash-realtime API pricing