feat: add Inference APIs as an LLM provider - #13293
Open
TaylorHawkes wants to merge 1 commit into
Open
TaylorHawkes wants to merge 1 commit into
TaylorHawkes wants to merge 1 commit into
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Adds Inference APIs (https://inferenceapis.com), an OpenAI-compatible host for open-weight models, following the same pattern as the Tensorix provider (continuedev#11184). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NatZMWWFejKjLafCN9N6kU
TaylorHawkes
force-pushed
the
add-inferenceapis-provider
branch
from
September 18, 2026 14:12
747be7c to
9f63c23
Compare
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
I have read the CLA Document and I hereby sign the CLA. |
Author
|
I have read the CLA Document and I hereby sign the CLA |
This branch has not been deployed
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.
Description
Adds Inference APIs as an LLM provider, following the same pattern as the Tensorix provider (#11184).
Inference APIs is an OpenAI-compatible host for open-weight models (DeepSeek V4 Flash / V4.1 Flash / V4 Pro, GLM 5.3 / 5.3 Flash, Kimi K2.7 Code, MiniMax M3, GPT-OSS 120B, Qwen3-VL 235B, Llama 3.3 70B) plus embeddings (bge-m3, Qwen3-Embedding-8B) and rerank (Qwen3-Reranker-8B), at
https://api.inferenceapis.com/v1. Models are hosted in the United States with zero data retention and billed per token.Changes
core/llm/llms/InferenceAPIs.ts— provider class extendingOpenAI(default modelzai-org/GLM-5.3)core/llm/llms/index.ts— import and registercore/llm/autodetect.ts— templating, images (Qwen3-VL) and parallel-request listspackages/openai-adapters/src/index.ts,types.ts—inferenceapiscase and zod literalextensions/vscode/config_schema.json— provider enum + description, embeddings and reranker enumsgui/src/pages/AddNewModel/configs/providers.ts— Add Model entrydocs/customize/model-providers/more/inferenceapis.mdx,docs/docs.json— provider page (chat, autocomplete, embeddings) and nav entryNotes
core/control-plane/schema.tsfrom the Tensorix diff no longer exists; its successorpackages/config-types/src/index.tsdoes not list Tensorix or the other OpenAI-compatible providers either, so it was left alone, as in feat: add MiniMax as a new LLM provider with M2.7 default #11367.enum/markdownEnumDescriptionsarrays inconfig_schema.jsonstay aligned by index;tsc --noEmitis clean inpackages/openai-adapters, and incore/the error count is unchanged frommain(pre-existing missing-workspace-package errors). The GUI type check and test suites were not run.🤖 Generated with Claude Code
https://claude.ai/code/session_01NatZMWWFejKjLafCN9N6kU