bai-qwen3-vl-235b-a22b-instruct
Qwen logo

Bai Qwen3 VL 235B A22B Instruct

bai-qwen3-vl-235b-a22b-instruct
Qwen
The Qwen3 series open-source models include hybrid models, thinking models, and non-thinking models, with both reasoning capabilities and general abilities reaching industry SOTA levels at the same scale.

Pricing

  • Input Tokens: $0.274 /M tokens
  • Output Tokens: $1.096 /M tokens

Input Modalities

    Output Modalities

    • Text

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://aihubmix.com/v1",
    )
    
    response = client.chat.completions.create(
        model="bai-qwen3-vl-235b-a22b-instruct",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    What is bai-qwen3-vl-235b-a22b-instruct?

    The Qwen3 series open-source models include hybrid models, thinking models, and non-thinking models, with both reasoning capabilities and general abilities reaching industry SOTA levels at the same scale.