Skip to content

Commit 1d53ed8

Browse files
authored
[docs] Fix broken links + add more docs for openai generic (#1667)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > This PR enhances `openai-generic` documentation by listing supported providers and fixes a broken link in `docs.yml`. > > - **Documentation**: > - Added a list of supported providers for `openai-generic` in `openai-generic.mdx`. > - Fixed broken link redirecting `/ref/llm-client-providers/azure` to `/ref/llm-client-providers/open-ai-from-azure` in `docs.yml`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for c883ea8. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent a45108a commit 1d53ed8

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

fern/03-reference/baml/clients/providers/openai-generic.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ client<llm> MyClient {
1818
}
1919
```
2020

21+
A non-exhaustive list of providers you can use with `openai-generic`:
22+
23+
| Inference Provider | Docs |
24+
| -------------- | -------------- |
25+
| Azure AI Foundary | [Azure AI Foundary](/ref/llm-client-providers/azure-ai-foundary) |
26+
| Groq | [Groq](/ref/llm-client-providers/groq) |
27+
| Hugging Face | [Hugging Face](/ref/llm-client-providers/huggingface) |
28+
| Keywords AI | [Keywords AI](/ref/llm-client-providers/keywordsai) |
29+
| Litellm | [Litellm](/ref/llm-client-providers/litellm) |
30+
| LM Studio | [LM Studio](/ref/llm-client-providers/lmstudio) |
31+
| Ollama | [Ollama](/ref/llm-client-providers/ollama) |
32+
| OpenRouter | [OpenRouter](/ref/llm-client-providers/openrouter) |
33+
| TogetherAI | [TogetherAI](/ref/llm-client-providers/together) |
34+
| Unify AI | [Unify AI](/ref/llm-client-providers/unify) |
35+
| vLLM | [vLLM](/ref/llm-client-providers/vllm) |
36+
2137

2238
## BAML-specific request `options`
2339
These unique parameters (aka `options`) modify the API request sent to the provider.

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ redirects:
754754
destination: "/ref/llm-client-providers/aws-bedrock"
755755
- source: "/docs/snippets/clients/providers/azure"
756756
destination: "/ref/llm-client-providers/open-ai-from-azure"
757+
- source: "/ref/llm-client-providers/azure"
758+
destination: "/ref/llm-client-providers/open-ai-from-azure"
757759
- source: "/docs/snippets/clients/providers/gemini"
758760
destination: "/ref/llm-client-providers/google-ai-gemini"
759761
- source: "/docs/snippets/clients/providers/groq"

0 commit comments

Comments
 (0)