GPT OSS 20B is good. These would like a word anyway.
GPT OSS 20B is good. These would like a word anyway.
OpenAI's efficient open-weight model featuring 21B parameters with MoE architecture, optimized for edge deployment and consumer hardware. Matches o3-mini performance while requiring only 16GB memory, making it ideal for on-device AI applications.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/gpt-oss-20b" 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 AWS Bedrock · Azure AI Foundry
The smaller sibling who memorized the same notes but skips some steps. Follows the template faithfully, occasionally trips over its own analogies.
Follows its bigger sibling's template but with less depth. The hacker character said "GPU-powered GPUs" unironically. Comedy routine landed a few observational jokes but lost the thread by the end. Returned an empty string when asked for a favorite movie.
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.
49 outputs from GPT OSS 20B
OpenAI's efficient open-weight model featuring 21B parameters with MoE architecture, optimized for edge deployment and consumer hardware. Matches o3-mini performance while requiring only 16GB memory, making it ideal for on-device AI applications.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"openai/gpt-oss-20b" 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 AWS Bedrock · Azure AI Foundry
The smaller sibling who memorized the same notes but skips some steps. Follows the template faithfully, occasionally trips over its own analogies.
Follows its bigger sibling's template but with less depth. The hacker character said "GPU-powered GPUs" unironically. Comedy routine landed a few observational jokes but lost the thread by the end. Returned an empty string when asked for a favorite movie.
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.
49 outputs from GPT OSS 20B