New provider
Generative AI
8 min reading

Qwen Is Now Available on Eden AI

Summarize this article with:

summary
  • Qwen is now available on Eden AI, giving developers access to Alibaba’s open-source LLM family through one unified API.
  • Developers can use Qwen for text generation, coding, reasoning, multilingual applications, and long-context workflows.
  • With Eden AI, teams can test Qwen alongside GPT, Claude, Gemini, Llama, and 500+ other models without managing separate provider accounts.
  • This integration helps developers compare models faster, control usage in one place, and move from testing to production with fewer integration steps.

What Is Qwen?

Qwen is an open-source family of large language models built by Alibaba’s Qwen Team for natural language, reasoning, coding, and multilingual AI tasks. 

Released under the Apache 2.0 license, Qwen includes several model variants, such as Qwen3 for general-purpose language tasks, QwQ for reasoning-focused use cases, and Qwen3-Coder for software development workflows. 

The model family supports 119 languages and includes versions ranging from 0.6B to 235B parameters, giving developers options for different latency, cost, and performance requirements.

Qwen is on Eden AI

Our Interview with Qwen’s Senior Account Executive

To better understand Qwen’s role in the AI ecosystem and its integration with Eden AI, we spoke with Louis de Gouvion Saint Cyr, Senior Account Executive at Alibaba Cloud. 

In this interview, he shares how Alibaba Cloud supports developers and enterprises with scalable cloud and AI infrastructure, what makes the Qwen model family relevant for multilingual, long-context, and multimodal use cases, and why making Qwen available through Eden AI helps reduce friction for teams testing and deploying AI models.

Can you introduce your company and its mission? 

Qwen or Alibaba Cloud is the digital technology and intelligence backbone of Alibaba Group. Our mission is to make cloud computing and AI accessible, secure, and scalable for businesses and developers worldwide. We provide infrastructure, platform services, and pre-built AI models to help organizations innovate faster without managing complex underlying systems.

Can you go into more detail about your offering, your models, and what makes them unique? 

Through DashScope API and Model Studio (Bailian), we offer the Qwen family of large language models. 

Key capabilities :

  • Multilingual support : Fluent in 100+ languages, with strong performance in Asian and European languages
  • Long-context handling : Native support for inputs up to 256K tokens for document analysis or extended conversations
  • Multimodal reasoning : Integrated vision-language understanding for charts, diagrams, and screenshots
  • Developer flexibility : REST API, SDKs, private deployment options, and fine-tuning tools
  • Enterprise readiness: Data encryption, VPC isolation, and compliance with GDPR, ISO, and regional standards

What sets Qwen apart is its balance of performance, cost efficiency, and adaptability across technical and business use cases, backed by infrastructure proven at Alibaba Group scale.

Who are your target users or customers? 

  • Developers & startups building multilingual chatbots, content tools, or code assistants
  • Enterprises modernizing customer support, internal knowledge systems, or data workflows
  • ISVs & SaaS providers embedding AI features via API with predictable pricing
  • Teams in EMEA, APAC, and emerging markets seeking local technical support and low-latency inference

We prioritize use cases where reliability, language coverage, and total cost of ownership matter.

What led you to integrate with Eden AI? 

Eden AI's aggregator model aligns with how many developers evaluate and adopt AI services: compare, test, and switch providers without re-architecting. By integrating with Eden AI, we make Qwen models more discoverable and easier to prototype with, while letting developers leverage Alibaba Cloud's scale when they're ready to productionize. It's a practical step toward reducing friction in the AI adoption journey.

What’s next for your company? What are your future plans or vision? 

 We are focused on three areas : 

  • Model efficiency : Smaller, faster variants for edge and cost-sensitive deployments
  • Vertical solutions : Pre-configured workflows for retail, finance, and logistics
  • Developer experience : Enhanced tooling for evaluation, monitoring, and iterative fine-tuning

Long-term, we aim to support responsible AI adoption globally, making powerful models accessible while maintaining security, transparency, and developer control.

Which Qwen Models Are Available on Eden AI?

Eden AI provides access to 40 Qwen models across text generation, coding, vision, audio, and translation. The table below focuses on the text and chat models, helping developers compare context length, pricing, and the best use cases for each option.

Model Context Input ($/M) Output ($/M) Best For
qwen-turbo-latest1M$0.05$0.20Fast, cost-sensitive tasks
qwen-turbo-2025-04-281M$0.05$0.20Fast, cost-sensitive tasks
qwen-plus1M$0.26$0.78Balanced performance
qwen3.5-35b-a3b262K$0.16$1.30General purpose
qwen3.5-27b262K$0.20$1.56General purpose
qwen3.5-397b-a17b262K$0.39$2.34Large-scale tasks
qwen3.6-flash1M$0.19$1.13Fast + long context
qwen3.6-plus1M$0.33$1.95Long context, balanced
qwen3.6-27b262K$0.45$2.70High quality
qwen3.6-max-preview262K$1.04$6.24Flagship, best quality
qwen3.7-max1M$1.25$3.75Flagship + long context
qwen3-max262K$0.78$3.90Reasoning, complex tasks
qwen3-coder-30b-a3b-instruct262K$0.29$1.46Code generation
qwen3-coder-flash1M$0.20$0.97Fast coding tasks
qwen3-coder-plus1M$0.65$3.25Advanced coding tasks
deepseek-v4-flash1M$0.13$0.27Fast, cost-efficient
deepseek-v4-pro1M$1.61$3.22High performance

Why Use Qwen?

  • Open-source licensing: Qwen models are released under the Apache 2.0 license, which allows free commercial use, modification, and deployment.
  • Coding benchmark performance: Qwen3-Coder scores 77.2 on SWE-bench Verified, a benchmark used to evaluate software engineering and code-fixing capabilities.
  • Multilingual coverage: Qwen supports 119 languages, making it usable for applications that need to process or generate content across different markets.
  • Flexible reasoning modes: Qwen3 supports hybrid thinking and non-thinking modes, so developers can choose between faster responses or deeper reasoning depending on the task.
  • Competitive pricing: Qwen models are available from $0.01 per million tokens, giving teams a low-cost option for high-volume AI workloads.

Why Access Qwen Through Eden AI?

Using Qwen through Eden AI means you do not need an Alibaba Cloud account. You can access Qwen directly with your existing Eden AI API key and keep the same integration setup.

With Eden AI’s unified API, you can switch between Qwen, GPT, Claude, Gemini, Llama, and 500+ other models without rebuilding separate provider integrations. This is useful for teams comparing models on accuracy, latency, cost, or language coverage before choosing one.

Eden AI also includes fallback routing, so if one model is unavailable, requests can be automatically redirected to another model. Usage tracking, billing, and rate limits are centralized across all models, giving technical teams a clearer view of their AI usage.

How to Get Started with Qwen on Eden AI

You can start using Qwen on Eden AI by creating an account, generating an API key, and calling a Qwen model through Eden AI’s unified API.

  1. Create an Eden AI account
  2. Get your API key: Open your Eden AI dashboard and copy your API key.
  3. Call a Qwen model through Eden AI: Use Eden AI’s OpenAI-compatible API format to send a request to a Qwen3 model.
from openai import OpenAI
import os

client = OpenAI(
    api_key=os.getenv("EDENAI_API_KEY"),
    base_url="https://api.edenai.run/v3"
)

response = client.chat.completions.create(
    model="qwen3-max",
    messages=[
        {
            "role": "system",
            "content": "You are a helpful assistant for developers."
        },
        {
            "role": "user",
            "content": "Explain how to choose the right Qwen model for a coding task."
        }
    ],
    temperature=0.3,
    max_tokens=500
)

print(response.choices[0].message.content)

FAQs - Qwen is on Eden AI

Is Qwen free to use?

Some Qwen models are open-source under the Apache 2.0 license, which means they can be used, modified, and deployed for commercial projects. When using Qwen through Eden AI, usage is billed based on the model selected and the number of input and output tokens processed.

What is the best Qwen model for coding?

For coding tasks, Qwen3-Coder is the main Qwen model variant designed for software development workflows. It is better suited for code generation, debugging, code completion, and repository-level development tasks than general-purpose chat models.

Do I need an Alibaba Cloud account to use Qwen on Eden AI?

No. You can access Qwen through Eden AI using your Eden AI API key, without creating or managing an Alibaba Cloud account. Eden AI handles the provider integration behind a unified API.

How does Qwen compare to GPT-4o?

Qwen and GPT-4o are both large language model families, but they differ in provider, licensing, model variants, and pricing. Qwen includes open-source models and specialized variants for reasoning and coding, while GPT-4o is a proprietary OpenAI model commonly used for multimodal and general-purpose tasks.

Similar articles

New provider
Generative AI
Lilac is Now on Eden AI: Access Kimi K2.6, MiniMax M2.7, GLM 5.1 & Gemma 4
5/26/2026
·
Written byTaha Zemmouri
New provider
Vision
Leonardo.Ai Image Generation Feature is Available on Eden AI
12/16/2024
·
Written byTaha Zemmouri
New provider
Document Processing
Eagle Doc Financial Document Parsing solution is available on Eden AI
11/28/2024
·
Written byTaha Zemmouri
let’s start

Start building with Eden AI

A single interface to integrate the best AI technologies into your products.