docs: add Pinstripes as OpenAI-compatible LLM provider#6210
Conversation
Add Pinstripes (https://pinstripes.io) to the provider configuration examples in docs/edge/en/concepts/llms.mdx. Pinstripes is an OpenAI-compatible inference API that works via the LiteLLM openai/ prefix + base_url mechanism already used by other providers (e.g. Perplexity AI, Open Router, local NVIDIA NIM). Includes model table with pricing for all four available models: ps/deepseek-v4-flash, ps/glm-4.5-air, ps/qwen3-35b, ps/minimax-m2.7.
|
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)
📝 WalkthroughWalkthroughA new "Pinstripes" provider accordion is added to the LLM concepts documentation page. It covers the ChangesPinstripes LLM provider documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
Adds Pinstripes to the LLM provider configuration examples in
docs/edge/en/concepts/llms.mdx.Pinstripes is an OpenAI-compatible inference API. CrewAI already documents this pattern for other providers (Perplexity AI, Open Router, local NVIDIA NIM) — Pinstripes slots in using the same
openai/<model>prefix +base_urlvia LiteLLM.Changes
Pinstripesaccordion indocs/edge/en/concepts/llms.mdxunder the Provider Configuration Examples sectionModels covered
openai/ps/deepseek-v4-flashopenai/ps/glm-4.5-airopenai/ps/qwen3-35bopenai/ps/minimax-m2.7Notes
openai/+base_urlpattern already documented for Perplexity AI and Open Routerllm-generatedlabel applied per CONTRIBUTING.md requirementSummary by CodeRabbit