docs(gemini.md): add embeddings as a supported endpoint for gemini models

This commit is contained in:
Krrish Dholakia 2024-11-19 10:27:02 +05:30
parent df817b9ab7
commit 7550aba474

View file

@ -10,6 +10,7 @@ import TabItem from '@theme/TabItem';
| Provider Route on LiteLLM | `gemini/` |
| Provider Doc | [Google AI Studio ↗](https://ai.google.dev/aistudio) |
| API Endpoint for Provider | https://generativelanguage.googleapis.com |
| Supported Endpoints | `/chat/completions`, `/embeddings` |
<br />