Alicloud Qwen3.5 122B A10B
Qwen logo

Alicloud Qwen3.5 122B A10B

alicloud-qwen3.5-122b-a10b
Qwen

Pricing

TierPricingWeb Search
Input<=128K
$0.1126$0.9008
$0.00055/request
128K<Input<=256K
$0.2818$2.2544
$0.00055/request

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.5-122b-a10b",
        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.5 122B A10B cost?

    On AIHubMix, Alicloud Qwen3.5 122B A10B costs $0.1126 per million input tokens and $0.9008 per million output tokens.