Skip to content

Services (List)

Each generative AI service connected to or provided by AIsBreaker has one or more serviceIds to select the task, the service/vendor and the engine/AI model.

The following table shows the service connectors/features availability:

serviceId + examplesClient API (TS/JS)REST APIDescription(Default) AI Service URL - if applicable
chat
chat:dummyOKOKcost-free dummy chat - for testing only-
chat:openai.comOKOKChatGPT from OpenAI (default engine)https://api.openai.com/v1/chat/completions
chat:openai.com/<ENGINE>OKOKChatGPT from OpenAIhttps://api.openai.com/v1/chat/completions
chat:openai.com/gpt-3.5-turboOKOKChatGPT from OpenAI: GPT 3.5https://api.openai.com/v1/chat/completions
chat:openai.com/gpt-4OKOKChatGPT from OpenAI: GPT 4https://api.openai.com/v1/chat/completions
chat:gemini.vertexai.google.comOKOKGoogle Cloud Vertext AI gemini-pro-
chat:huggingface.co/<ENGINE>OKOKaccess Hugging Face model with name <ENGINE>https://api-inference.huggingface.co/models/${engine}
chat:huggingface.co/microsoft/DialoGPT-largeOKOKaccess Hugging Face model microsoft/DialoGPT-largehttps://api-inference.huggingface.co/models/microsoft/DialoGPT-large
chat:replicate.com/<ENGINE>OKOKaccess Replicate.com model with name <ENGINE>
chat:replicate.com/meta/llama-2-70b-chatOKOKaccess Replicate.com model meta/llama-2-70b-chat
text-to-image
text-to-image:dummyOKOKcost-free dummy image generation - for testing only-
text-to-image:openai.comOKOKOpenAI DALL-E image generationhttps://api.openai.com/v1/images/generations
text-to-image:stability.aiOKOKStable Diffusion image generationhttps://api.stability.ai/v1/generation/${engine}/text-to-image,
https://api.stability.ai/v1/generation/stable-diffusion-v1-5/text-to-image
misc
aisbreaker:proxyOKOKforward to another AIsBreaker serverhttps://api.demo.aisbreaker.com/

Currently not implemented for reasons:

Released under the MIT License.