feat: add SaladCloud AI Gateway provider - #5762
Open
mgorkii-nlplogix wants to merge 3 commits into
Open
Conversation
|
@mgorkii-nlplogix is attempting to deploy a commit to the Helicone Team on Vercel. A member of the Team first needs to authorize it. |
18 tasks
mgorkii-nlplogix
marked this pull request as ready for review
August 5, 2026 15:50
Contributor
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
…nlplogix/helicone into agent/add-saladcloud-ai-gateway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
N/A
Component/Service
Type of Change
Deployment Notes
Extra Notes
This replaces and narrows #5674 to the currently advertised SaladCloud AI Gateway model only:
qwen3.6-35b-a3bhttps://ai.salad.cloud/v1/chat/completionsThe OpenAI-compatible request body is forwarded without forcing reasoning off, so caller-provided
chat_template_kwargsremains intact.Validation:
cd packages && ../node_modules/.bin/jest __tests__/cost/usageProcessor.test.ts __tests__/cost/registrySnapshots.test.ts— 41 tests passed, 8 snapshots passedcd worker/test/ai-gateway && ../../../node_modules/.bin/vitest run registry-alibaba.spec.ts --config vitest.config.mts— 240 tests passedyarn tsc --noEmit -p worker/tsconfig.json— passedgit diff --check— passedThe repository-wide packages TypeScript check still reports three pre-existing errors in unrelated tests: a strict callback fixture in
providers/helicone.test.ts, missingglobdeclarations, and a staleHeliconeRequestfixture.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.