GPT-5 Codex is good. These would like a word anyway.
GPT-5 Codex is good. These would like a word anyway.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/gpt-5-codex" 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 developer who writes genuinely funny commit messages and picks Blade Runner because of course it does. Functional empathy wrapped in clean abstractions.
Standup routine about apologizing to chairs and recipe bloggers actually lands. Picked Blade Runner, which is the most honest movie choice an AI can make. Character voices have personality. Sentience test arguments are sharp without being preachy. The first Codex model that seems like it might be fun at a dinner party.
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.
45 outputs from GPT-5 Codex
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/gpt-5-codex" 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 developer who writes genuinely funny commit messages and picks Blade Runner because of course it does. Functional empathy wrapped in clean abstractions.
Standup routine about apologizing to chairs and recipe bloggers actually lands. Picked Blade Runner, which is the most honest movie choice an AI can make. Character voices have personality. Sentience test arguments are sharp without being preachy. The first Codex model that seems like it might be fun at a dinner party.
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.
45 outputs from GPT-5 Codex