OpenAI compatible API. Attested gateway. Public status.

Qwen3.7 Max API

OpenAI compatible quickstart for Qwen3.7 Max on TrustedRouter.

Verify gateway
1 URLbase_url migration
100smodels and routes
0prompt logs by default

qwen/qwen3.7-max

API

All models

AI IQ IQ 114 #16 public AI IQ rank for qwen3.7-max
View AI IQ profile

Use the same OpenAI compatible clients you already use. Only the base URL and model change.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.trustedrouter.com/v1",
    api_key="sk-tr-v1-..."
)

response = client.chat.completions.create(
    model="qwen/qwen3.7-max",
    messages=[{"role": "user", "content": "Give me a one-sentence status."}],
    max_tokens=64,
)
print(response.choices[0].message.content)

Sign in

Choose a sign in method.