Skip to content

docs: add Crusoe to LLM providers - #6530

Open
acheamponge wants to merge 5 commits into
crewAIInc:mainfrom
acheamponge:docs-add-crusoe-llm-provider
Open

docs: add Crusoe to LLM providers#6530
acheamponge wants to merge 5 commits into
crewAIInc:mainfrom
acheamponge:docs-add-crusoe-llm-provider

Conversation

@acheamponge

@acheamponge acheamponge commented Jul 13, 2026

Copy link
Copy Markdown

Closes #7264

What

Adds Crusoe to the LLM providers list in docs/edge/en/concepts/llms.mdx, following the same accordion format as the other LiteLLM-backed providers (Fireworks AI, Perplexity AI, etc.).

Why

Crusoe is an existing LiteLLM provider (BerriAI/litellm#23195, merged), so LLM(model="crusoe/<model>") already works in CrewAI today via the crewai[litellm] extra — it just isn't documented. This is a docs-only change; no code is touched.

Crusoe provides OpenAI-compatible managed inference for leading open-weight models (GLM 5.2, Kimi K2.6, DeepSeek V4, Qwen3 235B, gpt-oss-120b, NVIDIA Nemotron 3, Llama 3.3, and more) on renewable-powered GPU infrastructure.

Verification

  • Model string format crusoe/meta-llama/Llama-3.3-70B-Instruct matches LiteLLM's routing (see tests/test_litellm/llms/crusoe/test_crusoe.py in the LiteLLM repo)
  • CRUSOE_API_KEY is the env var LiteLLM's Crusoe provider reads
  • Accordion structure mirrors the adjacent Fireworks AI entry exactly
  • Model list refreshed 2026-09-04 against Crusoe's current catalog

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 269efbb5-482c-46e2-a7b3-57d7589e2885

📥 Commits

Reviewing files that changed from the base of the PR and between 92eb5f9 and b23124b.

📒 Files selected for processing (1)
  • docs/edge/en/concepts/llms.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/edge/en/concepts/llms.mdx

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The LLM documentation adds a Crusoe provider accordion with CRUSOE_API_KEY configuration, a crusoe/zai/GLM-5.2 initialization example, and LiteLLM dependency guidance.

Changes

Crusoe provider documentation

Layer / File(s) Summary
Document Crusoe provider configuration
docs/edge/en/concepts/llms.mdx
Adds Crusoe API key configuration, a Crusoe-hosted GLM-5.2 LLM example, available Crusoe models, and the crewai[litellm] dependency note.

Merge Risk: ⚪ Minimal · up to b2312

This documentation-only change adds Crusoe provider configuration and LiteLLM usage guidance. No current merge-readiness risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The pull request satisfies issue #7264 by adding Crusoe to docs/edge/en/concepts/llms.mdx, documenting the crusoe/ format and CRUSOE_API_KEY, and using the existing LiteLLM provider format. The…
Out of Scope Changes check ✅ Passed The only reported change adds the Crusoe provider documentation requested by issue #7264. No unrelated code or scope changes are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Title check ✅ Passed The title clearly and concisely describes the documentation change: adding Crusoe to the LLM provider list.
Description check ✅ Passed The description links issue #7264, explains what and why, documents verification details, and identifies the change as documentation-only. It does not include the exact template headings or an Additio…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@acheamponge

Copy link
Copy Markdown
Author

Hey @lorenzejay @vinibrsl, friendly ping on this one. It's a small docs-only entry adding Crusoe to the LLM provider list, should be a quick look. Glad to adjust formatting or placement if the docs structure has moved since I opened it.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@acheamponge

Copy link
Copy Markdown
Author

Hi @Vidit-Ostwal, would you mind taking a look at this docs entry when you get a chance? It is a small addition to the LLM providers page. I just synced the branch with main so it should be ready for a one-click merge.

@acheamponge

Copy link
Copy Markdown
Author

Hi @Vidit-Ostwal, circling back on this small docs addition for the Crusoe LLM provider entry. Branch is synced with main. Would appreciate a quick look when you have a chance.

@Vidit-Ostwal

Copy link
Copy Markdown
Contributor

Hey @acheamponge, do you mind opening an issue, to track this one better.

I do have an internal sync today to understand how exaclty I need to tackle new providers and what's the best course if yes,
Hopefully I will have an update by Monday:)

@Vidit-Ostwal Vidit-Ostwal reopened this Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Thanks for the pull request.

First-time contributors need an associated open issue before we can review a PR.

  1. Open an issue with a template, or pick an existing open one.
  2. Open a new PR (or reopen this one) whose title or body mentions that issue, for example #123.

See the contributing guide.

Refreshes the entry to the models on Crusoe Managed Inference today
(GLM 5.x, Kimi K2.6, DeepSeek V4, Qwen3 235B Instruct 2507,
gpt-oss-120b, Nemotron 3, Llama 3.3), with a link to the full catalog.
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

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.

[FEATURE] Document Crusoe as an LLM provider

2 participants