Alicloud Qwen3.5 35B A3B
Qwen logo

Alicloud Qwen3.5 35B A3B

alicloud-qwen3.5-35b-a3b
Qwen

Pricing

TierPricingWeb Search
Input<=128K
$0.0564$0.4512
$0.00056/request
128K<Input<=256K
$0.2254$1.8032
$0.00056/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-35b-a3b",
        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 35B A3B cost?

    On AIHubMix, Alicloud Qwen3.5 35B A3B costs $0.0564 per million input tokens and $0.4512 per million output tokens.