🚧 under construction

but, heres the api for now

POST https://purrgpt.xyz/api/chat
Complete a chat, streaming. (returns plaintext. yes, u dont have to do extra work)
notes for vision models: add "image" to a message to add an image.
Required args (json):
{
    "model": (gpt-4.1-mini/kimi/gemini-2.5-flash/mistral/deepseek-v3/glm),
    "messages": {..........},
    "persona": (cat/floof/chatgpt/normal) // not required
}

POST https://purrgpt.xyz/upload
Upload an image and get its link
Body should contain the image data
Headers should include "filetype" with the mimetype of the image.