From 3f718a6e094d0f4a81f5d464faa6727ce6b288b2 Mon Sep 17 00:00:00 2001 From: wkellmann Date: Thu, 11 Jul 2024 18:21:19 +0200 Subject: [PATCH] adding list of Gen AI integration examples --- docs/_docs/13-gen-ai-api-integrations.md | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/_docs/13-gen-ai-api-integrations.md b/docs/_docs/13-gen-ai-api-integrations.md index e69de29b..c87b46e9 100644 --- a/docs/_docs/13-gen-ai-api-integrations.md +++ b/docs/_docs/13-gen-ai-api-integrations.md @@ -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** + +