/v1/chat/completions

Compare 8 text generation models in the Qwen3.5 family, then call the one that fits your latency, quality, and pricing needs.
Qwen3.5 on EmpirioLabs brings together 8 text generation model APIs from Alibaba Cloud, including Qwen3.5 Plus, Qwen3.5 122B-A10B, Qwen3.5 397B-A17B, Qwen3.5 35B-A3B. 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.
Compare the family at a glance, then open a model page for the complete live rate card and parameters.
/v1/chat/completions/v1/chat/completions/v1/chat/completions/v1/chat/completions/v1/chat/completions/v1/chat/completions/v1/chat/completions/v1/chat/completionsQwen3.5 Plus 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-plus. For this family, swap the model value for any supported id: qwen3-5-plus qwen3-5-122b-a10b qwen3-5-397b-a17b qwen3-5-35b-a3b qwen3-5-27b qwen3-5-9b qwen3-5-4b qwen3-5-flash. Get an API key from the EmpirioLabs dashboard.
curl https://api.empiriolabs.ai/v1/chat/completions \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-5-plus",
"messages": [
{"role": "user", "content": "Write a haiku about the ocean."}
]
}'See prompt tests, output notes, and comparison runs that mention this model family.
PlatformEmpirioLabs AI vs. the AlternativesMost AI platforms make you pick one lane: an aggregator, an inference host, or raw GPUs. EmpirioLabs AI runs all three on...
GuidesHow to Run Any Hugging Face Model Behind an OpenAI-Compatible APIDeploy any open model on a managed GPU and use it in any OpenAI-compatible app, from chat frontends like SillyTavern to...Qwen3.5 on EmpirioLabs is a family of 8 Text Generation model APIs from Alibaba Cloud: Qwen3.5 Plus, Qwen3.5 122B-A10B, Qwen3.5 397B-A17B, Qwen3.5 35B-A3B, Qwen3.5 27B, Qwen3.5 9B, Qwen3.5 4B, Qwen3.5 Flash. You use one EmpirioLabs API key and choose the model id that fits the request.
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.
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.
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.
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.
Check out our pricing or reach out if you want your own model deployed on our stack.