Skip to content

feat: add Crusoe model provider - #13136

Open
acheamponge wants to merge 1 commit into
continuedev:mainfrom
acheamponge:add-crusoe-provider
Open

feat: add Crusoe model provider#13136
acheamponge wants to merge 1 commit into
continuedev:mainfrom
acheamponge:add-crusoe-provider

Conversation

@acheamponge

@acheamponge acheamponge commented Aug 15, 2026

Copy link
Copy Markdown

Description

Adds Crusoe Managed Inference as a model provider, mirroring the existing Nebius provider layout.

Crusoe provides Managed Inference, an OpenAI-compatible API for open-weight models (GLM 5.2, DeepSeek V3, gpt-oss-120b, Gemma 4, Kimi K2.6, Llama 3.3) on Crusoe's vertically integrated AI cloud. Crusoe is already a supported provider in LiteLLM, Pydantic AI, Pipecat, aisuite, the Vercel AI SDK, and the models.dev registry.

Changes

  • core/llm/llms/Crusoe.ts: provider class extending OpenAI with the Crusoe base URL (same shape as Nous.ts / Nebius.ts)
  • core/llm/llms/index.ts: registration
  • core/llm/autodetect.ts: added crusoe alongside nebius in the templating, images, and parallel-providers lists
  • docs/customize/model-providers/more/crusoe.mdx + docs/docs.json: provider docs page and nav entry
  • gui/.../configs/models.ts + providers.ts: Add New Model entries (GLM 5.2, Gemma 4 31B, and a Crusoe option on the existing gpt-oss-120b package)

Testing

The provider class is a direct mirror of Nous.ts/Nebius.ts, which pass through to the OpenAI implementation. The Crusoe endpoint itself has been verified OpenAI-compatible against the live API (chat, streaming, and tool-call requests, including for the models.dev entry). I have not run the Continue extension end-to-end against it, so happy to make any changes if something needs adjusting, and to run any additional verification you want.

@acheamponge
acheamponge requested a review from a team as a code owner August 15, 2026 18:38
@acheamponge
acheamponge requested review from sestinj and removed request for a team August 15, 2026 18:38
@github-actions

github-actions Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@acheamponge

Copy link
Copy Markdown
Author

recheck

@acheamponge

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

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