Skip to content

docs: add Pinstripes as OpenAI-compatible LLM provider#6210

Open
max-amos wants to merge 1 commit into
crewAIInc:mainfrom
max-amos:docs/pinstripes-llm-provider
Open

docs: add Pinstripes as OpenAI-compatible LLM provider#6210
max-amos wants to merge 1 commit into
crewAIInc:mainfrom
max-amos:docs/pinstripes-llm-provider

Conversation

@max-amos

@max-amos max-amos commented Jun 17, 2026

Copy link
Copy Markdown

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_url via LiteLLM.

Changes

  • New Pinstripes accordion in docs/edge/en/concepts/llms.mdx under the Provider Configuration Examples section
  • Includes: environment variable setup, Python code example, model table with pricing for all four available models

Models covered

Model Price/1M tokens
openai/ps/deepseek-v4-flash $0.10
openai/ps/glm-4.5-air $0.125
openai/ps/qwen3-35b $0.14
openai/ps/minimax-m2.7 $0.255

Notes

  • Documentation-only change, no code or dependency changes
  • Uses the same LiteLLM openai/ + base_url pattern already documented for Perplexity AI and Open Router
  • llm-generated label applied per CONTRIBUTING.md requirement

Summary by CodeRabbit

  • Documentation
    • Added Pinstripes LLM provider documentation with setup instructions, configuration examples, available models with per-token pricing, and guidance for using models via LiteLLM.

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.
@coderabbitai

coderabbitai Bot commented Jun 17, 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: b9041fa6-e933-4764-a662-cf2b35aed0de

📥 Commits

Reviewing files that changed from the base of the PR and between 0a577b7 and b0bc62e.

📒 Files selected for processing (1)
  • docs/edge/en/concepts/llms.mdx

📝 Walkthrough

Walkthrough

A new "Pinstripes" provider accordion is added to the LLM concepts documentation page. It covers the PINSTRIPES_API_KEY environment variable, an LLM configuration sample using an OpenAI-compatible base_url, a table of available models with per-token pricing, and the requirement to use the openai/ LiteLLM prefix.

Changes

Pinstripes LLM provider documentation

Layer / File(s) Summary
Pinstripes provider section
docs/edge/en/concepts/llms.mdx
Inserts a new Pinstripes Accordion block documenting PINSTRIPES_API_KEY, an OpenAI-compatible base_url LLM configuration example, available models with per-token pricing, and the openai/ LiteLLM prefix requirement.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding Pinstripes documentation as an OpenAI-compatible LLM provider. It is specific, directly related to the changeset, and follows a clear pattern.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

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