Gen AI API integrations
In this section, you can explore examples demonstrating how to connect to different GenAI models using Prompt Sail and various libraries.
| Integration | Description |
|---|---|
| OpenAI with OpenAI SDK | works for the chat models |
| OpenAI with OpenAI SDK | works for multimodal models (GPT-4o-mini, GPT-4o, GPT-4 Turbo) |
| OpenAI with OpenAI SDK | works for image generation models (DALL-E models) |
| OpenAI with OpenAI SDK | works for embedding models (text-embedding-small, text-embedding-large and text-embedding-ada) |
| OpenAI with LangChain | works for the chat models |
| Azure OpenAI with OpenAI SDK | works for the chat models |
| Azure OpenAI with OpenAI SDK | works for image generation models (DALL-E models) |
| Azure OpenAI with LangChain | works for chat models |
| Azure OpenAI with LangChain | works for multimodal models |
| Azure OpenAI with LangChain | works for embedding models |
| Anthropic with LangChain | works with all Claude family models |
| Anthropic with Anthropic SDK | works with all Claude family models |
| Google Vertex AI with LangChain | |
| Groq with Groq SDK | |
| Huggingface with LangChain | |
| Ollama with Request |