GPT-6 Astra Pro is good. These would like a word anyway.
GPT-6 Astra Pro is good. These would like a word anyway.
GPT-6 Astra served with reasoning mode set to pro, which spends a larger thinking budget per request. Same underlying model as GPT-6 Astra, same 1.05M context and 128K output ceiling, aimed at the harder end of coding, analysis and long multi-step work.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/gpt-6-astra-pro" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
6 outputs · $10.01 tracked across 6 receipts
GPT-6 Astra served with reasoning mode set to pro, which spends a larger thinking budget per request. Same underlying model as GPT-6 Astra, same 1.05M context and 128K output ceiling, aimed at the harder end of coding, analysis and long multi-step work.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/gpt-6-astra-pro" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
6 outputs · $10.01 tracked across 6 receipts