Update Config

This commit is contained in:
Lucas Raschek 2025-03-13 02:07:58 +01:00
parent 306da4d9b8
commit b6e80121f1

View file

@ -3,17 +3,18 @@ https://docs.voyageai.com/embeddings/
## Proxy settings
| Model Settings | Value |
| -------------- | ----- |
| Provider | OpenAI-Compatible Endpoint |
| API Base | https://api.voyageai.com/v1 |
| Model Name | e.g. voyage-3-large |
| LiteLLM Model Name | e.g. openai/voyage-3-large |
| Model Settings | Value |
| -------------- |--------------------------------------------------------------|
| Provider | OpenAI-Compatible Endpoint |
| API Base | https://api.voyageai.com/v1 |
| Model Name | e.g. voyage-3-large |
| LiteLLM Model Name | e.g. voyage/voyage-3-large |
| Custom LLM Provider | voyage (can not be set on creation, only on model edit page) |
:: info
It's important that the API Base includes the `/v1` postfix and that the LiteLLM Model Name includes the `openai/` prefix.
It's important that the API Base includes the `/v1` postfix and that the LiteLLM Model Name includes the `voyage/` prefix.
::