Skip to content

feat: add SaladCloud AI Gateway provider - #5762

Open
mgorkii-nlplogix wants to merge 3 commits into
Helicone:mainfrom
mgorkii-nlplogix:agent/add-saladcloud-ai-gateway
Open

feat: add SaladCloud AI Gateway provider#5762
mgorkii-nlplogix wants to merge 3 commits into
Helicone:mainfrom
mgorkii-nlplogix:agent/add-saladcloud-ai-gateway

Conversation

@mgorkii-nlplogix

Copy link
Copy Markdown

Ticket

N/A

Component/Service

  • Web (Frontend)
  • Jawn (Backend)
  • Worker (Proxy)
  • Bifrost (Marketing)
  • AI Gateway
  • Packages
  • Infrastructure/Docker
  • Documentation

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Performance improvement
  • Refactoring

Deployment Notes

  • No special deployment steps required
  • Database migrations need to run
  • Environment variable changes required
  • Coordination with other teams needed

Extra Notes

This replaces and narrows #5674 to the currently advertised SaladCloud AI Gateway model only:

  • model: qwen3.6-35b-a3b
  • upstream endpoint: https://ai.salad.cloud/v1/chat/completions
  • input: $0.09 / 1M tokens
  • output: $0.60 / 1M tokens
  • BYOK only; pass-through billing is disabled

The OpenAI-compatible request body is forwarded without forcing reasoning off, so caller-provided chat_template_kwargs remains intact.

Validation:

  • cd packages && ../node_modules/.bin/jest __tests__/cost/usageProcessor.test.ts __tests__/cost/registrySnapshots.test.ts — 41 tests passed, 8 snapshots passed
  • cd worker/test/ai-gateway && ../../../node_modules/.bin/vitest run registry-alibaba.spec.ts --config vitest.config.mts — 240 tests passed
  • yarn tsc --noEmit -p worker/tsconfig.json — passed
  • touched Worker and Web ESLint scopes — 0 errors
  • git diff --check — passed

The repository-wide packages TypeScript check still reports three pre-existing errors in unrelated tests: a strict callback fixture in providers/helicone.test.ts, missing glob declarations, and a stale HeliconeRequest fixture.

Context

Adds first-class SaladCloud AI Gateway support to Helicone's provider registry, BYOK key UI, usage processing, domain mapping, model metadata, pricing, documentation, and gateway tests.

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

@mgorkii-nlplogix is attempting to deploy a commit to the Helicone Team on Vercel.

A member of the Team first needs to authorize it.

@mgorkii-nlplogix mgorkii-nlplogix mentioned this pull request Aug 4, 2026
18 tasks
@mgorkii-nlplogix
mgorkii-nlplogix marked this pull request as ready for review August 5, 2026 15:50

@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.

…nlplogix/helicone into agent/add-saladcloud-ai-gateway
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