We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1601 commit a266104Copy full SHA for a266104
docs/docs/ai/llm.mdx
@@ -26,6 +26,7 @@ We support the following types of LLM APIs:
26
| [Voyage](#voyage) | `LlmApiType.VOYAGE` | ❌ | ✅ |
27
| [LiteLLM](#litellm) | `LlmApiType.LITE_LLM` | ✅ | ❌ |
28
| [OpenRouter](#openrouter) | `LlmApiType.OPEN_ROUTER` | ✅ | ❌ |
29
+| [vLLM](#vllm) | `LlmApiType.VLLM` | ✅ | ❌ |
30
31
## LLM Tasks
32
0 commit comments