Poe API
Summarise
By
Give me a link to an article or anything else, and I'll give you a summary! You can also upload a PDF 馃槒
Uses Claude-Haiku-4.5, a model that is powered by Anthropic. Learn more
Build with Summarise 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
Messages API
import anthropic
client = anthropic.Anthropic(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com",
)
message = client.messages.create(
model = "summarise",
max_tokens = 1024,
messages = [{
"role": "user",
"content": "Hello world"
}]
)
print(message.content[0].text)See the full documentation for comprehensive guidance on getting started.
More from Lo茂c Boursin
TextExpansion
NegotiateAI
EnglishDaily
TaskSolver
RobotPicture
Summarise
LinkedIn
Bretagne
BotMoji







