Qwen3.5 Omni APIs

Compare 2 text generation models in the Qwen3.5 Omni family, then call the one that fits your latency, quality, and pricing needs.

Alibaba CloudText Generation2 models

About Qwen3.5 Omni APIs

Qwen3.5 Omni on EmpirioLabs brings together 2 text generation model APIs from Alibaba Cloud, including Qwen3.5 Omni Flash, Qwen3.5 Omni Plus. Each model keeps its own dedicated page with live pricing, parameters, docs, and playground access.

Use the same EmpirioLabs API key and endpoint pattern across the family, then switch behavior by changing the model id in your request.

Qwen3.5 Omni models (2)

Qwen3.5 Omni API pricing

Compare the family at a glance, then open a model page for the complete live rate card and parameters.

Endpoint
POST/v1/chat/completions
Pricing
Type
Spec
Rate
Input
per 1M prompt tokens
per 1M prompt tokens $0.40per 1M prompt tokens $3.00
Output
per 1M generated tokens
per 1M generated tokens $2.20per 1M generated tokens $11.90
Web search
per call when invoked
$0.015
Best fit
Cost-efficient omni-modal model handling text, image, audio, and video, with up to 3 hours of audio and 1 hour of video across 90+ languages.
Endpoint
POST/v1/chat/completions
Pricing
Type
Spec
Rate
Input
per 1M prompt tokens
per 1M prompt tokens $1.40per 1M prompt tokens $11.00
Output
per 1M generated tokens
per 1M generated tokens $8.30per 1M generated tokens $44.00
Web search
per call when invoked
$0.015
Best fit
Flagship omni-modal model for text, image, audio, and video. 3h audio, 1h video, 90+ input and 30+ output languages, 55 voice timbres.
Compare every model on the full pricing page

How to call Qwen3.5 Omni models

Qwen3.5 Omni Flash serves the OpenAI-compatible Chat Completions API. Point any OpenAI SDK at https://api.empiriolabs.ai/v1 with your EmpirioLabs API key and use the model id qwen3-5-omni-flash. For this family, swap the model value for any supported id: qwen3-5-omni-flash qwen3-5-omni-plus. Get an API key from the EmpirioLabs dashboard.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3-5-omni-flash",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'

Qwen3.5 Omni APIs: common questions

What is the Qwen3.5 Omni API?

Qwen3.5 Omni on EmpirioLabs is a family of 2 Text Generation model APIs from Alibaba Cloud: Qwen3.5 Omni Flash, Qwen3.5 Omni Plus. You use one EmpirioLabs API key and choose the model id that fits the request.

Which Qwen3.5 Omni model should I use?

Start with the model whose dedicated page matches your speed, quality, and pricing needs, then test it in the EmpirioLabs playground. The comparison cards above link to each model's live rate card and quickstart.

Can I switch between Qwen3.5 Omni models without rebuilding my integration?

Yes. The family is designed around the same EmpirioLabs API pattern, so most integrations switch by changing the model value. Check the model page before shipping if you rely on a model-specific parameter.

How is Qwen3.5 Omni pricing shown?

Pricing is pay as you go. The cards on this page show a short live-catalog summary, and each model page shows the complete rate card that matches API billing.

Can I try Qwen3.5 Omni in the browser?

Yes. Open any model page in this family and use its playground link to test prompts and parameters in the browser before integrating the API.

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.