Skip to content

Add JetInfer as an inference provider - #2401

Closed
hsdxpro wants to merge 1 commit into
huggingface:mainfrom
hsdxpro:add-jetinfer-provider
Closed

Add JetInfer as an inference provider#2401
hsdxpro wants to merge 1 commit into
huggingface:mainfrom
hsdxpro:add-jetinfer-provider

Conversation

@hsdxpro

@hsdxpro hsdxpro commented Aug 23, 2026

Copy link
Copy Markdown

Registers JetInfer as an inference provider, per the register-as-a-provider guide.

  • Hub org: https://huggingface.co/jetinfer (Team plan)
  • API: strictly OpenAI-compatible chat completions at https://api.jetinfer.com/v1conversational only, so the helper extends BaseConversationalTask with no overrides
  • Live now, e.g. GET https://api.jetinfer.com/v1/models (pricing + context_length exposed per the billing spec); streaming, tool calling and structured output verified
  • Billing endpoint (nano-USD) and Inference-Id response header already implemented on our side

First model to map once enabled: Qwen/Qwen3.8-27B.


Note

Low Risk
Additive provider registration using the existing BaseConversationalTask path; no auth, routing, or payload logic changes.

Overview
Adds JetInfer as an inference provider for chat completions.

The client can now target provider: "jetinfer", which routes conversational requests to https://api.jetinfer.com via JetInferConversationalTask (standard OpenAI-style v1/chat/completions, no custom overrides). Docs and provider constants/types are updated accordingly.

Reviewed by Cursor Bugbot for commit 57ba90b. Bugbot is set up for automated code reviews on this repo. Configure here.

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
hsdxpro force-pushed the add-jetinfer-provider branch from 887f118 to 57ba90b Compare August 23, 2026 15:32
@hsdxpro

hsdxpro commented Aug 23, 2026

Copy link
Copy Markdown
Author

Superseded by #2402 (reopened from a clean branch).

@hsdxpro hsdxpro closed this Aug 23, 2026
@hsdxpro
hsdxpro deleted the add-jetinfer-provider branch August 23, 2026 15:33
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