HomeModels › Qwen3.5-Flash
Alibaba Cloud · 256K Context

Qwen3.5-Flash API

Qwen3.5-Flash is Alibaba's fastest and most affordable Qwen model - excellent multilingual value for high-volume workloads.

$0.063
Input / 1M tokens
$0.34
Output / 1M tokens
256K
Context window
Flash
Speed
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Qwen3.5-Flash on NovAI?

  • Extremely low price
  • Fast inference
  • Strong multilingual coverage
  • 256K context
  • Zero platform fee

Best use cases

  • High-volume chat and classification
  • Multilingual assistants
  • Cheap batch inference
  • Prototyping

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.5-flash",
    "messages": [{"role":"user","content":"Detect the language of this text and reply with its name only: Bonjour le monde."}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="qwen3.5-flash",
    messages=[{"role":"user","content":"Detect the language of this text and reply with its name only: Bonjour le monde."}],
)
print(resp.choices[0].message.content)

Try Qwen3.5-Flash today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free