google / google/adk-go

Support Third-Party Providers Using OpenAI-Compatible Format

Open
#341 4 comments 12 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
8.8k
Forks
1k
Avg merge
3d 18h
Merged PRs (30d)
88

Description

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.

Contributor guide

Open the contributing guide

Research direction

Start by reading the adk-python compatibility approach mentioned in the issue, then locate the Go API entry points for chat and completions requests. Done means accepting the stated OpenAI request fields and supporting text, image, audio, video, and file inputs for third-party providers; no Go files or tests are named yet.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
ai, api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.