How can I get the list of fine tuned models?

I am trying to incorporate the list of fine tuned models into my application but I do not fully understand what URL to use to access the list of models

I tried to read the documentation but I don’t understand how the “name” argument it asks me for works.

This is an example of the request I have tried to make.

The issue is that you’re trying to use an API Key with tuned models - and you’re not allowed to. You need to use OAuth for all tuned model tasks.

See Fine-tuning tutorial  |  Gemini API  |  Google for Developers for more details.

By default Google AI Studio keys are not allowed to obtain the list of tuned models?

Correct - you cannot use an API Key to access the list of tuned models.

You need to use OAuth.

1 Like