Hi, I'm trying to use Vertex AI API via newAPI #943
Replies: 2 comments 9 replies
-
Your use case is perfectly viable! New-API supports integrating Google Vertex API's Gemini models into SillyTavern. New-API can serve as a middleware layer that converts Vertex API requests and responses into OpenAI-compatible format, allowing you to use Gemini models in SillyTavern. This is actually one of the core purposes of New-API - providing a unified interface to access different AI models. You can set up New-API as a proxy, then configure the OpenAI interface in SillyTavern to point to your New-API address. This will enable you to seamlessly use Gemini models in SillyTavern. |
Beta Was this translation helpful? Give feedback.
-
Yes you can, I already succesfully did this, through openai-compatible format, address: https://your-newapi-address/v1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use gemini models in SillyTavern(https://github.com/SillyTavern/SillyTavern) from the Google Vertex API. SillyTavern doesn't officially support Vertex, so I'm looking for a way to convert it into OpenAI-compatible format. Is it possible to use NewAPI for this purpose? Or am I knocking on the wrong door? :>
Beta Was this translation helpful? Give feedback.
All reactions