Skip to content

feat: add Gonka Broker provider costs - #5803

Open
iamoeco wants to merge 1 commit into
Helicone:mainfrom
gonkabroker:add-gonkabroker-provider
Open

feat: add Gonka Broker provider costs#5803
iamoeco wants to merge 1 commit into
Helicone:mainfrom
gonkabroker:add-gonkabroker-provider

Conversation

@iamoeco

@iamoeco iamoeco commented Aug 31, 2026

Copy link
Copy Markdown

Ticket

No linked ticket — external provider cost contribution.

Component/Service

  • Packages

Type of Change

  • New feature

Deployment Notes

  • No special deployment steps required

Screenshots / Demos

Not applicable — data-only change (provider cost registry).

Extra Notes

Gonka Broker is an OpenAI-compatible API for open-source models
served on the decentralized Gonka GPU network. Base URL: https://proxy.gonkabroker.com/v1.

This PR mirrors the existing Novita-style provider entries:

  • packages/cost/providers/gonkabroker/index.ts — costs for the served chat models
  • packages/cost/providers/mappings.ts — URL pattern, GONKABROKER provider name, registration

Prices match the public pricing page (https://gonkabroker.com/gonka-api-pricing/) and the unauthenticated live model list at https://proxy.gonkabroker.com/v1/models (per-model pricing included), which can be used to verify or refresh these numbers at any time.

Verified per CONTRIBUTING guidance:

  • npx jest __tests__/ in /packages: 41 suites / 578 tests pass
  • npx tsc --noEmit in /packages: output byte-identical to main (3 pre-existing test-file errors, none in this change)
  • URL pattern and per-model cost lookups covered by a local wiring check (pattern matches https://proxy.gonkabroker.com/v1/chat/completions; 1M+1M tokens on moonshotai/Kimi-K2.6 = $0.70)

Context

Developers routing Gonka Broker traffic through Helicone currently get no cost tracking because
the provider is not in the registry. This adds the provider so requests to proxy.gonkabroker.com are recognized and priced.

@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

@iamoeco is attempting to deploy a commit to the Helicone Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
vercel Bot temporarily deployed to Preview – helicone-bifrost August 31, 2026 15:14 Inactive

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
helicone-bifrost Skipped Skipped Aug 31, 2026 3:14pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant