Skip to content

docs: add Crusoe to LLM providers#6530

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

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

Conversation

@acheamponge

Copy link
Copy Markdown

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 (Llama 3.3, DeepSeek-V3/R1, Qwen3, Kimi K2, 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

@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: Pro Plus

Run ID: c9417f0b-c105-479e-b037-6149cf2fb069

📥 Commits

Reviewing files that changed from the base of the PR and between fa6f5d7 and aa2159c.

📒 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

📝 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, and the crewai[litellm] dependency note.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the doc-only change by adding Crusoe to the LLM providers list.
Description check ✅ Passed The description accurately describes the Crusoe documentation update and matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ 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.

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