feat(pleumrouter): add PleumRouter provider#3267
Open
gachon-star-want wants to merge 1 commit into
Open
Conversation
Korea-region OpenAI-compatible multi-provider gateway. Addresses prior review on anomalyco#2714/anomalyco#2722: - official Pleum mark (currentColor SVG) - reasoning_options = [] on inherited reasoning models - base_model inheritance with effective USD cost overrides Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Action items
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds PleumRouter as a provider. PleumRouter is a Korea-region multi-provider LLM gateway with an OpenAI-compatible API (
/v1/chat/completions, plus Anthropic Messages and OpenAI Responses adapters).https://router.pleum.ai/v1PLEUMROUTER_API_KEY(plm_…keys)@ai-sdk/openai-compatibleWho we are / why this PR
We are Pleum AI (pleum.ai). OpenCode and other agents fetch this registry at runtime — listing PleumRouter here is what makes us selectable in one click instead of manually pasting a custom base URL. Same pattern as other OpenAI-compatible gateways already in the registry (Requesty, etc.).
Follow-up to #2714 / #2722
Addresses maintainer feedback:
logo.svg(currentColor, no fixed dimensions)base_modelinheritance for featured text modelsreasoning_options = []on inherited reasoning models (no documented provider-specific reasoning controls)Happy to sync against the live
/v1/modelscatalog or adjust model selection further.Checklist
base_modelwhere possiblereasoning_optionsexplicit on reasoning modelsMade with Cursor