Skip to content

Add localaik - local Gemini and OpenAI API compatibility proxy#6176

Merged
github-actions[bot] merged 1 commit intoavelino:mainfrom
harshaneel:add-localaik
Apr 1, 2026
Merged

Add localaik - local Gemini and OpenAI API compatibility proxy#6176
github-actions[bot] merged 1 commit intoavelino:mainfrom
harshaneel:add-localaik

Conversation

@harshaneel
Copy link
Copy Markdown
Contributor

@harshaneel harshaneel commented Apr 1, 2026

Please provide package links to:

Description:

localaik is a local compatibility proxy for the Gemini and OpenAI APIs. Run one container locally and test both SDK protocol shapes on the same port without API keys or network access.

Running integration tests for AI SDK code requires API keys set up in every environment, including CI workflows. localaik solves this with a single docker run — it translates both Gemini (/v1beta/models/{model}:generateContent) and OpenAI (/v1/chat/completions) protocols to the same upstream llama.cpp server running Gemma 3.

Make sure that you've checked the boxes below before you submit PR:

  • I have added my package in alphabetical order.
  • I have an appropriate description with correct grammar.
  • I know that this package was not listed before.
  • I have added pkg.go.dev link to the repo and to my pull request.
  • I have read Contribution guidelines, maintainers note and Quality standard.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Automated Quality Checks

Required checks

Repo: accessible, has go.mod and SemVer release
pkg.go.dev: OK
Go Report Card: OK (grade unknown)

Additional checks

License: MIT
⚠️ Maturity: repo appears to have less than 5 months of history

How to fix: Your repository needs at least 5 months of history since the first commit.
Please resubmit after the repository meets this requirement.
CI/CD: GitHub Actions workflows detected
README: present
⚠️ Coverage: missing from PR body
How to fix: Add a coverage service link to your PR description:

Coverage: https://app.codecov.io/gh/your-org/your-project

Popular options: [Codecov](https://codecov.io), [Coveralls](https://coveralls.io). Integrate one with your CI to track coverage automatically.


_These checks are automated and do not replace maintainer review. See [CONTRIBUTING.md](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md) for full guidelines._

---

## PR Diff Validation

### Content checks

✅ **Files changed**: only README.md
✅ **Single item**: one package added
✅ **Link consistency**: README link matches forge link in PR body
✅ **Link text**: matches repository name
✅ **Description**: ends with punctuation
✅ **Description tone**: no promotional language detected
✅ **Category size**: Artificial Intelligence has 12 items


_Automated diff validation — does not replace maintainer review._
<!-- Sticky Pull Request Commentpr-quality-check -->

@github-actions github-actions bot merged commit 85f039d into avelino:main Apr 1, 2026
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant