Add JetInfer as an inference provider - #2402
Closed
hsdxpro wants to merge 1 commit into
Closed
Conversation
JetInfer (https://huggingface.co/jetinfer) serves open-weight models through a strictly OpenAI-compatible chat completions API, so the conversational helper needs no overrides.
hsdxpro
requested review from
SBrandeis,
hanouticelina and
julien-c
as code owners
August 23, 2026 15:33
This was referenced Aug 23, 2026
Contributor
|
Hey there! Thank you for your interest in becoming an Inference Provider and for the excellent work you've put into this integration! However, we're currently in a consolidation phase focusing on growing usage of Inference Providers via new features and integrations rather than expanding to new partners. This means we've temporarily paused onboarding new providers while we work on these improvements. We're not able to provide a specific timeline for when we'll resume new provider onboarding, but we'd love to revisit this integration in the future. In the meantime:
Thanks again for your contribution and understanding! |
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.
Registers JetInfer as an inference provider, per the register-as-a-provider guide.
https://api.jetinfer.com/v1—conversationalonly, so the helper extendsBaseConversationalTaskwith no overridesGET https://api.jetinfer.com/v1/models(pricing + context_length exposed per the billing spec); streaming, tool calling and structured output verifiedInference-Idresponse header already implemented on our sideFirst model to map once enabled:
Qwen/Qwen3.8-27B.Note
Low Risk
Additive provider registration with no auth, routing, or payload logic changes beyond a new OpenAI-compatible conversational helper.
Overview
Adds JetInfer as an inference provider for chat completions, using the standard
BaseConversationalTaskagainsthttps://api.jetinfer.com(no custom request/response mapping).Wires
jetinferinto provider types, hub org mapping, helper lookup, and README so clients can route conversational requests withprovider: "jetinfer".Reviewed by Cursor Bugbot for commit 57ba90b. Bugbot is set up for automated code reviews on this repo. Configure here.