Qwen Plus
Qwen logo

Qwen Plus

qwen-plus-latest
Qwen
The Qwen series models with balanced capabilities have inference performance and speed between Qwen-Max and Qwen-Turbo, making them suitable for moderately complex tasks. This model is a dynamically updated version, and updates will not be announced in advance. The current version is qwen-plus-2025-04-28.The model adopts tiered pricing.

Pricing

TierPricingWeb SearchCache WriteCache Read
0<Input<=128K
$0.113$1.126
$0.000548/request$0.14075/M tokens$0.02252/M tokens
128K<Input<=256K
$0.338$3.380
$0.000548/request$0.4225/M tokens$0.0676/M tokens
256K<Input
$0.676$9.013
$0.000548/request$0.845/M tokens$0.1352/M tokens

Input Modalities

    Output Modalities

    • Text

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://aihubmix.com/v1",
    )
    
    response = client.chat.completions.create(
        model="qwen-plus-latest",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    What is Qwen Plus?

    The Qwen series models with balanced capabilities have inference performance and speed between Qwen-Max and Qwen-Turbo, making them suitable for moderately complex tasks. This model is a dynamically updated version, and updates will not be announced in advance. The current version is qwen-plus-2025-04-28.The model adopts tiered pricing.