MODEL · ALIBABA
Qwen 3.8 Max API
Qwen's strongest model with broad multilingual and reasoning skill.
Model ID: qwen3.8-max · 256K tokens context
Callable through the API on every plan
Capabilities
- General
- Multilingual
- Reasoning
- Tool calling
Try it now
curl https://api.profundoai.com/v1/chat/completions \\
-H "Authorization: Bearer YOUR_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"model":"qwen3.8-max","messages":[{"role":"user","content":"Hello"}]}'Pricing
Qwen 3.8 Max is included in every Profundo plan — no per-token meter. Plus is $10/mo (250 requests/day), Priority is $40/mo (2,000 requests/day), Performance is $100/mo (unlimited, subject to fair-use and service-protection controls). See all plans.
Setup
Point any OpenAI-compatible client at https://api.profundoai.com/v1 with your Profundo API key. Follow the quickstart or a setup guide.