Skip to content

Add CoderPlan provider#1973

Open
onepaperbox wants to merge 1 commit into
anomalyco:devfrom
onepaperbox:add-coderplan-provider
Open

Add CoderPlan provider#1973
onepaperbox wants to merge 1 commit into
anomalyco:devfrom
onepaperbox:add-coderplan-provider

Conversation

@onepaperbox
Copy link
Copy Markdown

Summary

Adds CoderPlan as a provider — an OpenAI-compatible LLM API relay for Chinese developers.

  • 9 models: Claude (Opus 4.7, Sonnet 4.6, Haiku 4.5), GPT (5.5, 5.4, 4.1), Gemini 2.5 Pro, DeepSeek (Chat, Reasoner)
  • Pricing: pay-per-use at ~0.7x official rates, ¥10 minimum top-up, Alipay/WeChat
  • API endpoint: https://api.coderplan.ai/v1 (OpenAI-compatible)
  • Docs: https://coderplan.ai/docs/setup

All model definitions use [extends] to inherit capabilities from the canonical base providers, with CoderPlan-specific pricing overrides.

Checklist

  • provider.toml follows existing schema
  • Model files use [extends] from canonical base providers
  • Pricing data matches published rates at https://coderplan.ai/pricing
  • bun validate passes

OpenAI-compatible LLM API relay for Chinese developers.

9 models: Claude (Opus 4.7, Sonnet 4.6, Haiku 4.5), GPT (5.5, 5.4, 4.1),
Gemini 2.5 Pro, DeepSeek (Chat, Reasoner).

Pricing: pay-per-use at ~0.7x official rates.
API: https://api.coderplan.ai/v1
@@ -0,0 +1,5 @@
name = "CoderPlan"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no logo?

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.

3 participants