docs: add Crusoe to LLM providers#6530
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe LLM documentation adds a Crusoe provider accordion with ChangesCrusoe provider documentation
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
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. |
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 thecrewai[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
crusoe/meta-llama/Llama-3.3-70B-Instructmatches LiteLLM's routing (seetests/test_litellm/llms/crusoe/test_crusoe.pyin the LiteLLM repo)CRUSOE_API_KEYis the env var LiteLLM's Crusoe provider reads