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

TierPricingCache Read
Input<=128K
$0.1096$0.274
-
128K<Input<=256K
$0.3288$2.7397
-
256K<Input<=1000K
$0.6575$6.5753
-

Input Modalities

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://shkq.org/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.