feat(providers): add minirouter - #5274
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
|
Addressed the review feedback across the follow-up commits:
Reasoning wire note: MiniRouter has a closed POST /v1/chat/completions schema that accepts reasoning.effort, reasoning.max_tokens, and reasoning.exclude, and rejects reasoning.enabled / enable_thinking. The provider header now cites the source directly: https://github.com/SolWorks-Dev/minirouter/blob/401f445fe23e94e21a6cb921c7c855296732ee27/packages/pricing/src/admission-bound.ts#L520-L538 Validated with bun validate, bun run compare:migrations, git diff --check, and custom audits across all 224 MiniRouter model entries. |
Action items
|
Action items
|
|
Addressed the latest review in
I kept Wire evidence:
Validation is clean:
|
Action items
|
|
Follow-up pushed in
The full comparison now reports:
The repeated |
Action items
|
|
Final control-shape follow-up pushed in
The consolidated audit covers all 53 former toggles and reports zero mismatches. Full validation remains clean:
|
Action items
|
|
Final review note: no additional code change is warranted from the latest bot comment.
Both PR checks are green on |
|
Applied the latest requested mapping in
No description fields were removed: the cited DeepSeek descriptions are not identical to their lab bases, and the complete duplicate audit reports Validation is clean:
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
Action items
|
|
I have enough context on the final reasoning shapes; checking a few remaining high-risk final-state details before writing the review.Checking DeepSeek V4 final options and whether any models still lack
|
Action items
|
Action items
|
|
No actionable findings. |
minirouter is an OpenAI-compatible gateway over the Vercel AI Gateway catalog with
prepaid, accountless keys. Same model ids as
providers/vercel; prices are Vercellist + 5%.
Pricing: https://minirouter.sh/docs/models (and GET https://api.minirouter.sh/v1/models)
Docs: https://minirouter.sh/docs
bun validateandbun run compare:migrationspass.