Poe API
Gemini-3.1-Flash-Lite
Gemini 3.1 Flash Lite Preview is the fastest and cheapest model in the Gemini 3.1 family. It provides multimodal understanding and intelligence similar to or better than Gemini 2.5 Flash at a low price that makes it perfect for high volume workloads. Supports 1M tokens of context
This bot supports optional parameters for additional customization.
Powered by Google: gemini-3.1-flash-lite. Learn more
Build with Gemini-3.1-Flash-Lite 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.1-flash-lite",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from Google
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







