AttributeError: 'NoneType' object has no attribute 'to_json'

  1. You are right, after a quick test with the Nebius class I can confirm it is not working with any media. This is just not supported on our side right now - we will add it to our roadmap.

  2. The 404 sounds like we are still hitting the wrong URL, and client_params is the simplest way I see to overwrite that URL. Else we would need to be updating that GOOGLE_VERTEX_BASE_URL variable we found first, or add a third way to pass a URL to the google client (this would be the same as using client_params, just more top-level)

  1. Thanks for the update. Would appreciate a timeline if possible!
  2. What exactly should nu client_params look like? The whole URL with the model name or just till the provider?

Hey,

  1. We don’t have a committed timeline to share just yet, but we did add the feature to our roadmap. Will let you know when we pick it up.
  2. I am guessing the whole URL should be there, but we definitely need to see what URL is called when you pass client_params to 1. validate the passed URL is picked and used by the google client and 2. see exactly what URL is used, to understand if anything is being appended to the URL we pass