-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,42 @@ | ||
--- | ||
title: "Gen AI API integrations" | ||
permalink: /docs/gen-ai-api-integrations-with-list-of-examples/ | ||
excerpt: "List of examples with all tested Gen AI API integrations" | ||
last_modified_at: 2024-07-11T18:00:05+01:00 | ||
excerpt: "List of examples for all tested Gen AI API integrations" | ||
last_modified_at: 2024-08-09T18:00:05+01:00 | ||
redirect_from: | ||
- /theme-setup/ | ||
toc: true | ||
toc: false | ||
toc_sticky: true | ||
--- | ||
Here you can explore examples of how to connect to Gen AI models from different AI providers via Prompt Sail and with different libraries. | ||
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**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/openai_sdk_openai.ipynb) | works for the chat models | | ||
| [**OpenAI** with **OpenAI SDK**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/openai_sdk_oai_multimodal.ipynb) | works for multimodal models (GPT-4o-mini, GPT-4o, GPT-4 Turbo)| | ||
| [**OpenAI** with **OpenAI SDK**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/openai_sdk_oai_images.ipynb) | works for image generation models (DALL-E models) | | ||
| [**OpenAI** with **OpenAI SDK**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/openai_sdk_oai_embeddings.ipynb) | works for embedding models (text-embedding-small, text-embedding-large and text-embedding-ada)| | ||
| [**OpenAI** with **LangChain**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/langchain_openai.ipynb) | works for the chat models | | ||
| [**Azure OpenAI** with **OpenAI SDK**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/openai_sdk_azure_openai.ipynb) | works for the chat models | | ||
| [**Azure OpenAI** with **OpenAI SDK**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/openai_sdk_azure_dalle.ipynb) | works for image generation models (DALL-E models) | | ||
| [**Azure OpenAI** with **LangChain**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/langchain_azure_openai.ipynb) | works for chat models | | ||
| [**Azure OpenAI** with **LangChain**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/langchain_azure_multimodal.ipynb) | works for multimodal models | | ||
| [**Azure OpenAI** with **LangChain**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/langchain_azure_oai_embeddings.ipynb) | works for embedding models | | ||
| [**Anthropic** with **LangChain**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/langchain_anthropic.ipynb) | works with all Claude family models | | ||
| [**Anthropic** with **Anthropic SDK**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/anthropic_sdk_claude.ipynb) | works with all Claude family models | | ||
| [**Google Vertex AI** with **LangChain**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/langchain_google_vertexai.ipynb) | | | ||
| [**Groq** with **Groq SDK**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/groq_sdk_groq.ipynb) | | | ||
| [**Huggingface** with **LangChain**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/langchain_huggingface_endpoints.ipynb) | | | ||
| [**Ollama** with **Request**](https://github.com/PromptSail/prompt_sail/blob/dev/examples/request_ollama.ipynb) | | | ||
|
||
|
||
|
||
|
||
## OpenAI | ||
**OpenAI SDK** | ||
|
||
**Langchain** | ||
|
||
## Azure OpenAI | ||
**langchain** | ||
|
||
## Anthropic | ||
**Anthropic SDK** | ||
|
||
**langchain** | ||
|
||
## Google Vertex AI | ||
**langchain** | ||
|
||
## Groq | ||
**Groq SDK** | ||
|
||
|