Example bots
These bots are all server bots built on the API. You can try each of them live in Poe by clicking the link.
- Web search
- This bot conducts web searches and then uses GPT-4o Mini via the bot query API 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.
- Mixtral-8x7B-Chat
- Created by Fireworks, this bot provides access to Mixtral 8x7B Mixture-of-Experts.
- StableDiffusionXL
- This bot uses SDXL to generate an image for the user based on their prompt.
- PythonAgent
- Code interpreter with ChatGPT. Supports files upload, file persistence, automatic code re-execution and matplotlib image output.
- Source code: https://github.com/tonghuikang/server-bot-quick-start/blob/main/bot_PythonAgent.py
Updated 6 days ago