Poe API
Gemini-2.0-Flash
By
Gemini 2.0 Flash is Google's most popular model yet with enhanced performance and blazingly fast response times; supports web search grounding so can intelligently answer questions related to recent events. Notably, 2.0 Flash even outperforms 1.5 Pro on key benchmarks, at twice the speed. Supports 1 million tokens of input context.
Powered by Google: gemini-2.0-flash-001. Learn more
- OFFICIAL
Build with Gemini-2.0-Flash using the Poe API
Start by creating an API key, for use with any bot on Poe:
Use it in these apps
See allCode samples
Responses API
import openai
client = openai.OpenAI(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com/v1",
)
response = client.responses.create(
model = "gemini-2.0-flash",
input = "Create a fictitious language, explain how it works, and write a short story in it."
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from Google
Gemma-4-31B
Veo-3.1-Lite
Lyria-3
Nano-Banana-2
Gemini-3.1-Pro
Gemini-3.1-Flash-Lite
Nano-Banana-Pro
Veo-3.1-Fast
Veo-3.1
Veo-3-Fast







