Documentation
  • Welcome to Poe for Creators
  • Prompt Bots
    • How to create a prompt bot
    • Best practices for prompts
      • Text generation
      • Image generation
  • Server bots
    • Quick start
    • Accessing other bots on Poe
    • Using OpenAI function calling
    • Rendering an image in the response
    • Sending files with your response
    • Enabling file upload for your bot
    • Setting an introduction message
    • Updating bot settings
    • Accessing HTTP request information
    • How we cover your costs
    • Examples
    • Poe Protocol Specification
      • Concepts
      • Requests
        • query
        • settings
        • report_feedback
        • report_error
      • Samples and next steps
  • Resources
    • Creator Monetization
    • How to get distribution
    • How to contact us
    • Frequently asked questions
    • API Terms
Powered by GitBook
On this page
  1. Server bots

Examples

PreviousHow we cover your costsNextPoe Protocol Specification

Last updated 1 year ago

These bots are all server bots built on the API. You can try each of them live in Poe by clicking the link.

    • This bot conducts web searches and then uses GPT-3.5 via the to write an answer informed by the searches. This bot is an official bot operated by Poe, built entirely on the same API we make available to creators.

    • Created by , this bot provides access to .

    • This bot will generate a quick text summary of any YouTube video, and answer your questions about it using GPT-3.5 via the .

    • Source code:

    • This bot uses SDXL to generate an image for the user based on their prompt.

    • This simple bot will use StableDiffusionXL via the to generate 3 images at once for any given query.

    • Code interpreter with ChatGPT. Supports files upload, file persistence, automatic code re-execution and matplotlib image output.

    • Source code:

Web search
bot query API
FW-Mistral-7b
Fireworks
Mistral 7b
YouTube Summarizer
bot query API
https://github.com/anmolsingh95/yt-summarizer-poe
StableDiffusionXL
SDXLx3
bot query API
PythonAgent
https://github.com/tonghuikang/server-bot-quick-start/blob/main/bot_PythonAgent.py