Add PleumRouter provider#2714
Closed
gachon-star-want wants to merge 1 commit into
Closed
Conversation
PleumRouter (https://router.pleum.ai) is a Korea-region multi-provider LLM gateway exposing an OpenAI-compatible API. Adds the provider definition and its featured text models. - OpenAI-compatible endpoint: https://router.pleum.ai/v1 - Auth via PLEUMROUTER_API_KEY (Bearer) - Prices are effective USD per 1M tokens (gateway markup included) Validated with `bun run validate` (exit 0).
Collaborator
|
use base_model syntax, specify reasoning_options. Closing but plz open new pr if u end up updating this. I am going to close prs that dont comply automatically because often times people never come back to update them. |
3 tasks
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, with its featured text models.
PleumRouter is a Korea-region multi-provider LLM gateway that exposes an OpenAI-compatible API, so it integrates via
@ai-sdk/openai-compatible.https://router.pleum.ai/v1PLEUMROUTER_API_KEY(Bearer)Models
10 featured flagship text models across providers (Claude, GPT, Gemini, DeepSeek, Qwen, GLM).
GET /v1/modelsis public and returns the full live catalog.Validation
bun run validatepasses (exit 0).Note:
release_datevalues are best-effort; happy to correct any if maintainers have more precise dates.