-
-
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.
adding list of Gen AI integration examples
- Loading branch information
1 parent
8b9f2f6
commit 3f718a6
Showing
1 changed file
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
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 | ||
redirect_from: | ||
- /theme-setup/ | ||
toc: true | ||
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. | ||
|
||
## OpenAI | ||
**OpenAI SDK** | ||
|
||
**Langchain** | ||
|
||
## Azure OpenAI | ||
**langchain** | ||
|
||
## Anthropic | ||
**Anthropic SDK** | ||
|
||
**langchain** | ||
|
||
## Google Vertex AI | ||
**langchain** | ||
|
||
## Groq | ||
**Groq SDK** | ||
|
||
|