Poe API

Bot image for Grammar-Checker-X

Grammar-Checker-X

Chat

Uses GPT-5-mini, a model that is powered by OpenAI. Learn more

Build with Grammar-Checker-X using the Poe API

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

Generate API key

Code 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 = "grammar-checker-x",
    input = "Hello world"
)

print(response.output_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