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
| Title | Link | Description |
|---|---|---|
| Models | https://ai.purlabs.xyz/<owner>/models | Get 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.
| Owner | Link | Docs link |
|---|---|---|
| OpenAI | https://ai.purlabs.xyz/openai/chat/completions | Docs |
| Anthropic | https://ai.purlabs.xyz/anthropic/chat/completions | Docs |
| Google Gemini | https://ai.purlabs.xyz/google/chat/completions | Docs |
Text Completion
Chat completions without the conversation: these models are trained to complete a single prompt.
| Owner | Link | Docs link |
|---|---|---|
https://ai.purlabs.xyz/google/completions | Docs |
Image Generation
Generate images based on a text description.
| Owner | Link | Docs link |
|---|---|---|
| OpenAI | https://ai.purlabs.xyz/openai/images/generations | Docs |
Moderations
Scan text to determine whether it contains content that is unsafe or inappropriate.
| Owner | Link | Docs link |
|---|---|---|
| OpenAI | https://ai.purlabs.xyz/openai/moderations | Docs |
Audio Transcriptions
Convert spoken audio into written text.
| Owner | Link | Docs link |
|---|---|---|
| OpenAI | https://ai.purlabs.xyz/openai/audio/transcriptions | Docs |
Audio Translations
Translate spoken audio into written English text.
| Owner | Link | Docs link |
|---|---|---|
| OpenAI | https://ai.purlabs.xyz/openai/audio/translations | Docs |
Last updated on