qwen-plus-2025-07-28
Qwen logo

Qwen Plus 2025 07-28

qwen-plus-2025-07-28
Qwen
The Tongyi Qianwen series balanced capability model has inference performance and speed between Tongyi Qianwen-Max and Tongyi Qianwen-Turbo, making it suitable for moderately complex tasks. This 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

    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-07-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-07-28?

    The Tongyi Qianwen series balanced capability model has inference performance and speed between Tongyi Qianwen-Max and Tongyi Qianwen-Turbo, making it suitable for moderately complex tasks. This model adopts tiered pricing.