How to use fine-tuned models on Vertex AI? #12937
Unanswered
nguyenlamlll
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have fine-tuned models on Vertex AI, exposed via Endpoints already.
Essentially, if I use powershell, it would look like
Attached is how I implement in C# semantic kernel so far. (But it isn't working).
It throws an error like this
Looking at the endpoint (publishers/google/models/...), it seems we can only interact with base models like gemini-2.5-flash, gemini-2.5-pro, etc.?
Meaning, if I change my modelId to this
Then the code snippet works.
Is there currently a way to use fine-tuned models, not the base ones?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions