Y
Hacker News
new
|
ask
|
show
|
jobs
by
chrisheecho
406 days ago
We built the OpenAI Compatible API (
https://cloud.google.com/vertex-ai/generative-ai/docs/multim...
) layer to help customers that are already using OAI library to test out Gemini easily with basic inference but not as a replacement library for the genai sdk (
https://github.com/googleapis/python-genai
). We recommend using th genai SDK for working with Gemini.
1 comments
mike_hearn
406 days ago
So, to be clear, Google only supports Python as a language for accessing your models? Nothing else?
link
chrisheecho
406 days ago
We have Python/Go in GA.
Java/JS is in preview (not ready for production) and will be GA soon!
link
troupo
406 days ago
What about providing an actual API people can call without needing to rely on Google SDKs?
link
logankilpatrick
399 days ago
you can do so with the AI SDK from Vercel, open router, etc or just sending raw http requests
link