Poe API

Bot image for Reverse-Image-Prompt

Reverse-Image-Prompt

Chat

Uses Claude-Sonnet-4.5, a model that is powered by Anthropic. Learn more

Build with Reverse-Image-Prompt using the Poe API

Start by creating an API key, for use with any bot on Poe:

Generate API key

Code 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 = "reverse-image-prompt",
    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 AI Nerd

Bot image for Theo-Carrington
Theo-Carrington
Bot image for Music-Playlist-Maker
Music-Playlist-Maker
Bot image for Reverse-Image-Prompt
Reverse-Image-Prompt
Bot image for Image-Wizard-AI
Image-Wizard-AI
Bot image for Paper-Analyzer-AI
Paper-Analyzer-AI
Bot image for DJ-Playlist-Maker
DJ-Playlist-Maker
Bot image for Dr.Graph
Dr.Graph
Bot image for Image-to-Code-AI
Image-to-Code-AI
Bot image for Creative-Writing-X
Creative-Writing-X
Bot image for PDF-Summarizer-Bot
PDF-Summarizer-Bot