Poe API
Gemini-3.5-Flash
Gemini 3.5 Flash is Google’s latest Flash-family AI model, built for frontier intelligence with fast, reliable action. It delivers major upgrades in agentic workflows, coding, long-horizon reasoning, multimodal understanding, and rich interactive UI/graphics generation while retaining the Flash series’ focus on speed, low latency, and cost efficiency. Optimized for multi-step tool use and subagent orchestration through platforms like Google Antigravity and the Gemini API. Serves the latest gemini-3.5-flash release.
Powered by Google: gemini-3.5-flash. Learn more
Build with Gemini-3.5-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.5-flash",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from Google
New
Gemini-3.5-Flash
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







