qwen-plus-2025-04-28
Qwen logo

Qwen Plus 2025 04-28

qwen-plus-2025-04-28
Qwen
The Qwen3 series Plus model effectively integrates thinking and non-thinking modes, allowing for mode switching during conversations. Its reasoning abilities significantly surpass those of QwQ, and its general capabilities are markedly superior to Qwen2.5-Plus, reaching state-of-the-art (SOTA) levels among models of the same scale. This version is a snapshot model as of April 28, 2025.

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-2025-04-28",
        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-2025-04-28?

    The Qwen3 series Plus model effectively integrates thinking and non-thinking modes, allowing for mode switching during conversations. Its reasoning abilities significantly surpass those of QwQ, and its general capabilities are markedly superior to Qwen2.5-Plus, reaching state-of-the-art (SOTA) levels among models of the same scale. This version is a snapshot model as of April 28, 2025.