Skip to Content
PurAI is SHUT DOWN. This website is purely for archival purposes. No such services exist anymore.
DocsEndpoints

Endpoints

PurAI functions through requests to URLs. A URL is constructed through the following format: https://ai.purlabs.xyz/  owner /  product.

Below is the full list of endpoints we offer, as well as their descriptions & URLs.

Note: When a word is surrounded by ”< ” and ”>”, it should be substituted by a different value. (<owner>, for example, could be openai)

General

TitleLinkDescription
Modelshttps://ai.purlabs.xyz/<owner>/modelsGet the list of available models, endpoints and more from a certain <owner> (owners listed below)

Chat Completion

Engage in interactive conversations with AI using the chat completion endpoint.

OwnerLinkDocs link
OpenAIhttps://ai.purlabs.xyz/openai/chat/completionsDocs
Anthropichttps://ai.purlabs.xyz/anthropic/chat/completionsDocs
Google Geminihttps://ai.purlabs.xyz/google/chat/completionsDocs

Text Completion

Chat completions without the conversation: these models are trained to complete a single prompt.

OwnerLinkDocs link
Googlehttps://ai.purlabs.xyz/google/completionsDocs

Image Generation

Generate images based on a text description.

OwnerLinkDocs link
OpenAIhttps://ai.purlabs.xyz/openai/images/generationsDocs

Moderations

Scan text to determine whether it contains content that is unsafe or inappropriate.

OwnerLinkDocs link
OpenAIhttps://ai.purlabs.xyz/openai/moderationsDocs

Audio Transcriptions

Convert spoken audio into written text.

OwnerLinkDocs link
OpenAIhttps://ai.purlabs.xyz/openai/audio/transcriptionsDocs

Audio Translations

Translate spoken audio into written English text.

OwnerLinkDocs link
OpenAIhttps://ai.purlabs.xyz/openai/audio/translationsDocs
Last updated on