while using kotlin muliplatfrom in my project, I was only able to find the Sdk for android only, I will like to be able to send a request on all platform using curl is that possible and have anyone tried that yet, regrading the Sdks will the Ios SDK be worked on or not? also the JVM?
Welcome to the forums!
I haven’t tested your exact case, but yes, you can use a REST connection from a variety of platforms and it works quite well.
You may also want to look into Firebase for Vertex AI, which allows web and mobile platforms to securely access the Gemini API through Vertex.
not really what i am looking for
The Vertex AI Gemini API gives you access to the latest generative AI models from Google: the Gemini models. If you need to call the Vertex AI Gemini API directly from your mobile or web app – rather than server-side — you can use the Vertex AI for Firebase SDKs. These client SDKs are built specifically for use with mobile and web apps, offering security options against unauthorized clients as well as integrations with other Firebase services.
sure it offer Ios and web but that is not what I am trying to achieve here. if you think about it since the ai is hosted on the server side it’s just like making an HTTP request which in a multiplatform project we don’t need to have different implementations on each platform. and that is why I was confused why is it complex like that?