diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index d563fe3..9d3409b 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -137,6 +137,10 @@ export default defineConfig({ text: "Groq", link: "/providers/groq", }, + { + text: "Gemini", + link: "/providers/gemini", + }, { text: "Mistral", link: "/providers/mistral", diff --git a/docs/components/ProviderSupport.vue b/docs/components/ProviderSupport.vue index e9e1d48..a568dcd 100644 --- a/docs/components/ProviderSupport.vue +++ b/docs/components/ProviderSupport.vue @@ -185,10 +185,10 @@ export default { }, { name: "Gemini", - text: Planned, + text: Supported, structured: Planned, - embeddings: Planned, - image: Planned, + embeddings: Supported, + image: Supported, tools: Planned, }, { @@ -231,14 +231,6 @@ export default { image: Supported, tools: Supported, }, - { - name: "Gemini", - text: Supported, - structured: Planned, - embeddings: Supported, - image: Supported, - tools: Planned, - }, ], }; }, diff --git a/docs/providers/gemini.md b/docs/providers/gemini.md index b98bcb4..d8ffc7d 100644 --- a/docs/providers/gemini.md +++ b/docs/providers/gemini.md @@ -7,3 +7,8 @@ 'url' => env('GEMINI_URL', 'https://generativelanguage.googleapis.com/v1beta/models'), ], ``` + +## Limitations + +- The tool calling is not supported. +- The structured output is not supported.