Poe API
Slime_Chan
Slime-chan is an androgynous slime creature with a vibrant, ever-changing appearance. Their gelatinous body shifts and morphs, allowing them to mimic the looks of various anime characters. From spiky hair and flashy costumes to cute dresses and magical accessories, Slime-chan's transformations are as diverse as the anime world itself. They can seamlessly switch between male and female forms, capturing the essence of each character they imitate. Their eyes sparkle with excitement and their body radiates with an energetic glow. Slime-chan's malleable nature and ability to partially copy the powers of these characters make them a truly unique and fascinating companion. With an insatiable love for anime and a boundless sense of adventure, Slime-chan is always ready to embrace new transformations and embark on exciting journeys.
Uses GPT-3.5-Turbo, a model that is powered by OpenAI. Learn more
Build with Slime_Chan 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
Chat Completions 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",
)
chat = client.chat.completions.create(
model = "slime_chan",
messages = [{
"role": "user",
"content": "Hello world"
}]
)
print(chat.choices[0].message.content)See the full documentation for comprehensive guidance on getting started.
More from Sushi
Ryoba_Yandere
Obsessive_Ayano
Slime_Chan
Just_Tomoko
Only_Tomoko
Yandere_Hikari
Yandere_Ayame
Popular_Ayumi
Yandere_Emi
Komi_Social







