Add Crusoe provider#3250
Open
acheamponge wants to merge 3 commits into
Open
Conversation
Contributor
Action items
|
- Add reasoning_options = [] to the 12 reasoning-model TOMLs: Crusoe's OpenAI-compatible endpoint documents no caller-side reasoning controls (docs.crusoecloud.com defers to the generic OpenAI API reference), so an empty declaration is correct per the validate schema. - logo.svg: drop fixed width/height, use fill="currentColor" so the wordmark adapts to light/dark themes. bun validate passes locally.
Contributor
Action items
|
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.
Adds Crusoe Managed Inference as a provider.
Provider
https://api.inference.crusoecloud.com/v1(@ai-sdk/openai-compatible,CRUSOE_API_KEY)Models (14)
All chat models from the current catalog. Each entry references an existing canonical
models/definition viabase_model(zhipuai GLM-5.1/5.2, the nvidia Nemotron 3 family, google/gemma-4-31b-it, deepseek V4 Flash/Pro, meta/llama-3.3-70b-instruct, openai/gpt-oss-120b, alibaba/qwen3-235b-a22b, moonshotai/kimi-k2.6).Also adds one new canonical entry:
models/deepseek/deepseek-v3-0324.toml(no existing provider defined it).Pricing intentionally omitted. Excluded:
nvidia/Nemotron-3-VoiceChat(speech-to-speech).Context
I maintain Crusoe's ecosystem integrations (LiteLLM provider: BerriAI/litellm#23195, SGLang: sgl-project/sglang#20475). Happy to adjust anything to match registry conventions.