feat(ai-gateway): add Tiyuvta BYOK provider - #5798
Open
avifenesh wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
@avifenesh is attempting to deploy a commit to the Helicone Team on Vercel. A member of the Team first needs to authorize it. |
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 — new provider integration.
Component/Service
Type of Change
Deployment Notes
Context
Add Tiyuvta as a first-class BYOK provider in the AI Gateway. Tiyuvta exposes an OpenAI-compatible chat-completions API, so Helicone can route requests using a customer-supplied Tiyuvta key while retaining its normal gateway observability and request controls.
This initial contribution registers the two live Tiyuvta chat models:
qwen3.8-27b→qwen/qwen3.8-27bornith-1.5-35b-a3b→ornith-ai/ornith-1.5-35b-a3bBoth entries include the published 262,144-token context/output limits, input/output/cached-input pricing, multimodal metadata, tool and structured-output support, and reasoning controls.
What changed
TiyuvtaProviderwith bearer authentication andhttps://api.tiyuvta.ai/v1/chat/completionsrouting.Scope
ptbEnabled: false); this does not add pass-through billing or Helicone-managed Tiyuvta credentials.Validation
/v1/modelsmetadata were rechecked before submission.Sources
Screenshots / Demos
N/A — the visible change is a provider entry using the included Tiyuvta logo.
Extra Notes
The provider documentation link includes
?c=helicone-gatewayso Tiyuvta can measure activation originating from this integration.