RunLLM I see there are are provider integrations to auto instrument openai and anthropic (https://docs.arize.com/phoenix/tracing/integrations-tracing). are there any plans to implement an instrumentation package for google gemini (google-genai)?
馃挕聽Hint: Mention RunLLM in the thread for followups.
This is in active development for Python, but I do not have an estimated release date for you. Are you primarily interested in this for Python or JavaScript?
python! 馃檹
I鈥檓 unsure if using vertex ai would meet our needs
tbh, I don鈥檛 understand the relationship between the gemini genai package and vertex ai
Google ships a handful of SDKs and hosts a handful of platforms for interacting with LLMs, which can definitely make things a bit confusing 馃槄 Gemini / google genai tends to be closer to use cases like you would find from the anthropic or openai APIs, while vertex is more enterprise forward and has model management and development tools in addition to API access of LLMs
I鈥檇 honestly consider using vertex ai just so I can get tracing with Phoenix haha
Looks like a PR was just just merged to support google-genai auto instrumentation! https://github.com/Arize-ai/openinference/pull/1500#event-17526989460 CC: Andrew S.
