Alicloud Qwen3 Max 2026 01-23
Qwen logo

Alicloud Qwen3 Max 2026 01-23

alicloud-qwen3-max-2026-01-23
Qwen

Pricing

TierPricingCache Read
Input<=32K
$0.3425$1.3698
-
32K<Input<=128K
$0.5479$2.1918
-
128K<Input<=2520K
$0.9589$3.8356
-

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="alicloud-qwen3-max-2026-01-23",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    How much does Alicloud Qwen3 Max 2026 01-23 cost?

    On AIHubMix, Alicloud Qwen3 Max 2026 01-23 costs $0.3425 per million input tokens and $1.3698 per million output tokens.