Poe API
Gemini-3.7-Flash
Google’s most intelligent workhorse model for coding and agents. Gemini 3.7 Flash delivers fast, powerful reasoning for complex tasks.
Powered by a server managed by @google. Learn more
Build with Gemini-3.7-Flash using the Poe API
Start by creating an API key, for use with any bot on Poe:
Use it in these bots
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-3.7-flash",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from Google
New
Gemini-3.7-Flash
Gemini-3.6-Flash
Gemini-3.5-Flash-Lite
Gemini-Omni-Flash
Nano-Banana-2-Lite
Gemini-3.5-Flash
Gemma-4-31B
Veo-3.1-Lite
Lyria-3
Nano-Banana-2







