adk-go
adk-go copied to clipboard
Support Third-Party Providers Using OpenAI-Compatible Format
Key requirements:
- Accept OpenAI Chat/Completions request schema (model/messages/stream/etc.)
- Ensure compatibility with third-party providers using the OpenAI format (e.g., self-hosted gateways, multi-model routers)
- Support text, image, audio, video, and file inputs
I implemented the compatibility based on the approach used in adk-python and will submit a PR shortly.
hope this can help you: https://github.com/byebyebruce/adk-go-openai
hope this can help you: https://github.com/byebyebruce/adk-go-openai
You can review my PR, or create a new one.BRO feat: add support for OpenAI-compatible third-party provider #342
Let’s truly improve adk-go together.