Qwen website screenshot

Qwen

Qwen is Alibaba's large language model family, including Qwen3-Max, Qwen3.5-Plus, Qwen3.5-Flash, Qwen3-VL (vision), Qwen-Coder, Qwen-Audio, and Qwen open-source weights. APIs are exposed via Alibaba Cloud Model Studio (DashScope) with per-token pricing across multiple regions. The qwen.ai consumer site fronts the chat product.

1 APIs 0 Features
AILLMInferenceOpen SourceAlibabaMultimodal

APIs

DashScope (Alibaba Cloud Model Studio) API

Native Alibaba Cloud Model Studio API serving the Qwen model family. Provides chat completions, multimodal vision, embeddings, audio (TTS/ASR), image generation, video generatio...

Collections

Pricing Plans

Qwen Plans Pricing

3 plans

PLANS

Rate Limits

Qwen Rate Limits

3 limits

RATE LIMITS

FinOps

Qwen Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHub
GitHub
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Qwen via Alibaba Cloud Model Studio (DashScope)
  version: v1
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Create a chat completion
    type: http
  http:
    method: POST
    url: https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions
    body:
      type: json
      data: '{}'
  docs: OpenAI-compatible chat completions endpoint. Send a list of messages with a Qwen model (e.g. qwen-plus, qwen-max,
    qwen-turbo, qwen3-max).
- info:
    name: Create text embeddings
    type: http
  http:
    method: POST
    url: https://dashscope-intl.aliyuncs.com/compatible-mode/v1/embeddings
    body:
      type: json
      data: '{}'
  docs: Create text embeddings
- info:
    name: List available models
    type: http
  http:
    method: GET
    url: https://dashscope-intl.aliyuncs.com/compatible-mode/v1/models
  docs: List available models
bundled: true