Alicloud Qwen3.5 397B A17B
Qwen logo

Alicloud Qwen3.5 397B A17B

alicloud-qwen3.5-397b-a17b
Qwen

Pricing

TierPricingWeb Search
Input<=128K
$0.1644$0.9864
$0.00055/request
128K<Input<=256K
$0.411$2.466
$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-397b-a17b",
        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 397B A17B cost?

    On AIHubMix, Alicloud Qwen3.5 397B A17B costs $0.1644 per million input tokens and $0.9864 per million output tokens.