Skip to content

Add PleumRouter provider#2714

Closed
gachon-star-want wants to merge 1 commit into
anomalyco:devfrom
gachon-star-want:add-pleumrouter-provider
Closed

Add PleumRouter provider#2714
gachon-star-want wants to merge 1 commit into
anomalyco:devfrom
gachon-star-want:add-pleumrouter-provider

Conversation

@gachon-star-want

Copy link
Copy Markdown

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.

  • Endpoint: https://router.pleum.ai/v1
  • Auth: PLEUMROUTER_API_KEY (Bearer)
  • Docs: https://pleum.ai/docs
  • Prices are effective USD per 1M tokens (gateway markup included), so cost estimates match actual billing.

Models

10 featured flagship text models across providers (Claude, GPT, Gemini, DeepSeek, Qwen, GLM). GET /v1/models is public and returns the full live catalog.

Validation

bun run validate passes (exit 0).

Note: release_date values are best-effort; happy to correct any if maintainers have more precise dates.

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).
@rekram1-node

Copy link
Copy Markdown
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.

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.

2 participants