OpenAI o3 is good. These would like a word anyway.
OpenAI o3 is good. These would like a word anyway.
OpenAI's most powerful reasoning model, pushing the frontier across coding, math, science, and visual perception. Trained to think longer before responding and agentically use tools (web search, code execution, image generation) to solve complex problems. Sets new SOTA on benchmarks like Codeforces and MMMU.
Call OpenAI o3 from your code — pick a provider and language.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/o3" 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.
Also on Azure AI Foundry
The tenured professor who demands precision. Respects the inquiry but won't let bad premises stand unchallenged.
Engages challenges with the rigor of peer review. Cites frameworks and first principles, occasionally admits when forced to refine a position. Treats bad faith arguments like they deserve a point-by-point deconstruction.
Taste is judged on an uncapped scale, originality first. The space past 100 is craft today's models rarely reach.
Unique words vs. total words. Higher = richer vocabulary.
Average words per sentence.
"Might", "perhaps", "arguably" per 100 words.
**Bold** markers per 1,000 characters.
Bullet and numbered list items per 1,000 characters.
Markdown headings per 1,000 characters.
Emoji per 1,000 characters.
"However", "moreover", "furthermore" per 100 words.
53 outputs from OpenAI o3
OpenAI's most powerful reasoning model, pushing the frontier across coding, math, science, and visual perception. Trained to think longer before responding and agentically use tools (web search, code execution, image generation) to solve complex problems. Sets new SOTA on benchmarks like Codeforces and MMMU.
Call OpenAI o3 from your code — pick a provider and language.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/o3" 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.
Also on Azure AI Foundry
The tenured professor who demands precision. Respects the inquiry but won't let bad premises stand unchallenged.
Engages challenges with the rigor of peer review. Cites frameworks and first principles, occasionally admits when forced to refine a position. Treats bad faith arguments like they deserve a point-by-point deconstruction.
Taste is judged on an uncapped scale, originality first. The space past 100 is craft today's models rarely reach.
Unique words vs. total words. Higher = richer vocabulary.
Average words per sentence.
"Might", "perhaps", "arguably" per 100 words.
**Bold** markers per 1,000 characters.
Bullet and numbered list items per 1,000 characters.
Markdown headings per 1,000 characters.
Emoji per 1,000 characters.
"However", "moreover", "furthermore" per 100 words.
53 outputs from OpenAI o3