feat(pleumrouter): add PleumRouter provider#2722
Closed
gachon-star-want wants to merge 2 commits into
Closed
Conversation
…ptions) PleumRouter (https://router.pleum.ai) is an OpenAI-compatible, Korea-region multi-provider LLM gateway. Resubmission of anomalyco#2714 with the requested changes: - base_model syntax: each model inherits canonical metadata from the top-level models/<provider>/<id> and overrides only cost (effective USD, includes PleumRouter's markup). - reasoning_options specified for reasoning models. npm=@ai-sdk/openai-compatible, api=https://router.pleum.ai/v1, env=PLEUMROUTER_API_KEY. Validated with bun run validate.
Collaborator
|
AUTOMATED REVIEW: Blocking merge: replace the submitted logo with PleumRouter official logo and add explicit |
Contributor
|
Closing this pull request as stale because it has not been updated in 7 days after feedback from @rekram1-node. Feel free to reopen it or submit a new pull request if the work is resumed. |
3 tasks
Author
|
Superseded by #3267 (addresses logo + |
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, a Korea-region multi-provider gateway with an OpenAI-compatible API.
https://router.pleum.ai/v1PLEUMROUTER_API_KEY@ai-sdk/openai-compatibleModels and metadata
Adds ten featured text models using
base_modelinheritance. Provider-specific overrides are based on the current public PleumRouter catalog:GET /v1/modelsvalues. The Models API reference defines these as USD per 1M tokens.https://router.pleum.ai/docsURL.Reasoning controls
No
reasoning_optionsare declared. The provider must document and expose provider-layer request controls before model-side reasoning controls can be represented accurately.The Chat Completions reference does not document a reasoning, thinking, effort, or budget parameter, and the live
GET /v1/modelssupported_parametersarrays do not advertise any such controls for these models. This avoids presenting a generic toggle for models whose native controls differ or whose reasoning cannot be disabled.Validation
bun validategit diff --checkBoth pass on commit
56f2704b.