Poe API
Anagram_Maker_AI
By
This prompt provides a starting point for developing an AI bot that goes beyond generating basic anagrams and delves into the realm of wordplay, humor, and creative meaning-making.
Sample Prompt: Customers
2nd Sample Prompt: Eleven plus two
Uses Claude-Haiku-4.5, a model that is powered by Anthropic. Learn more
Build with Anagram_Maker_AI 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
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 = "anagram_maker_ai",
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 Digital Doctor
Humanized_Text
GardeningLasCrucesSV
ImageGen-FluxAI
Art_Citic_AI
YouTube-Text-Summary
AI_Prompt_Writer
Fix_Write
Daily_Italian
Anagram_Maker_AI
Idiom_AI







