Gemini 3.6 Flash is good. These would like a word anyway.
Gemini 3.6 Flash is good. These would like a word anyway.
Gemini 3.6 Flash is Google's high-efficiency workhorse model, tuned for coding, agentic workflows, and web and app development. Built on Gemini 3.5 Flash, it aims for polished output with fewer unnecessary edits and less hedging, spending roughly 17% fewer output tokens and fewer tool calls to finish the same multi-step task. It accepts text, images, audio, video, and PDFs across a 1M-token context window and returns up to 64K tokens of text, with configurable reasoning effort, structured output, and tool use.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"google/gemini-3.6-flash" 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.
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 · $2.84 tracked across 53 receipts
Gemini 3.6 Flash is Google's high-efficiency workhorse model, tuned for coding, agentic workflows, and web and app development. Built on Gemini 3.5 Flash, it aims for polished output with fewer unnecessary edits and less hedging, spending roughly 17% fewer output tokens and fewer tool calls to finish the same multi-step task. It accepts text, images, audio, video, and PDFs across a 1M-token context window and returns up to 64K tokens of text, with configurable reasoning effort, structured output, and tool use.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"google/gemini-3.6-flash" 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.
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 · $2.84 tracked across 53 receipts