Poe API
GPT-5.5
By
GPT-5.5 is OpenAI's smartest and most intuitive model, built for agentic coding, computer use, knowledge work, and early scientific research. It handles complex multi-step tasks with less guidance, figures out what needs to happen next on unclear problems, and matches GPT-5.4 per-token latency while delivering a much higher level of intelligence. Achieves state-of-the-art accuracy on Terminal-Bench 2.0 and SWE-Bench Pro, solving more tasks end-to-end in a single pass than previous models. Supports 400k tokens of input context and native vision.
Powered by OpenAI: gpt-5.5. Learn more
- OFFICIAL
Build with GPT-5.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 = "gpt-5.5",
input = "Sleeping dog under a tree, cinematic film still, shallow depth of field, golden hour"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from OpenAI
New
GPT-Image-2
GPT-5.5-Pro
GPT-5.5
GPT-5.4-Mini
GPT-5.4-Nano
GPT-5.4-Pro
GPT-5.3-Codex-Spark
GPT-5.3-Instant
GPT-5.4
GPT-5.3-Codex







