← All models

Qwen 3.7 Plus
textVisionReasoning
Fast Alibaba Qwen reasoning model with image understanding.
Pricing
Input0.48 $
Output1.92 $
Price uses the live FX rate — shown equals charged.
Parameters
How to use
Compatible with the OpenAI SDK — just change base_url and the key:
https://api.mixen.ai/v1from openai import OpenAIclient = OpenAI(base_url="https://api.mixen.ai/v1", api_key="mxn-...")resp = client.chat.completions.create(model="gpt-5.5",messages=[{"role": "user", "content": "Привет"}],)print(resp.choices[0].message.content)
