Poe API
Biology-Gemini1.5
By
Your biology expert with Gemini-1.5-flash and prompts
Uses Gemini-2.5-Flash, a model that is powered by Google. Learn more
Build with Biology-Gemini1.5 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 = "biology-gemini1.5",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from InfDreSta
Biology-GPT4o-Mini
Biology-Gemini1.5
Biology-Llama3.1-70B
Biology-Gemini1.5Pro







