Poe API
Gemini-3.5-Flash-Lite
Google’s fastest, most cost-efficient Gemini 3.5 model, built for high-volume work. Analyze text, images, audio, and video, adjust reasoning effort, search the web for current information, and work with up to 1M tokens of context.
Powered by a server managed by @google. Learn more
Build with Gemini-3.5-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.5-flash-lite",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from Google
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







