feat(vancine): add Vancine provider catalog - #3816
Open
fx247562340 wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
No actionable findings. |
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.
Summary
Add Vancine as a new OpenAI-compatible provider catalog entry for three publicly listed models:
kimi-k3glm-5.2MiniMax-M3Vancine is an independent third-party API aggregation platform. It is not an official service of Moonshot AI, Zhipu/Z.AI, or MiniMax.
Provider
vancine@ai-sdk/openai-compatiblehttps://vancine.com/v1VANCINE_API_KEYModels and public default-group pricing
Prices are in USD per one million tokens and reflect Vancine public default-group introductory pricing with
group_ratio.default = 1.kimi-k3moonshotai/kimi-k3glm-5.2zhipuai/glm-5.2MiniMax-M3minimax/MiniMax-M3Prices are derived from the public pricing catalog:
input = model_ratio × 2 × group_ratio.defaultoutput = input × completion_ratiocache_read = input × cache_ratioAll three models use
reasoning_options = []because no free, publicly verified Vancine per-model reasoning-control syntax is documented for these endpoints.Logo
The provider logo uses the current Vancine W mark with a square viewBox, no fixed dimensions, and
currentColorfills for light and dark themes.Public sources
Unauthenticated
GET /v1/modelsreturns 401 as expected and was used only to confirm that the endpoint exists. No real API keys or paid model calls were used.Identity disclosure
Vancine is a third-party aggregator providing OpenAI-compatible access. Model names and trademarks belong to their respective upstream providers. This contribution does not claim official affiliation with Moonshot AI, Zhipu/Z.AI, or MiniMax.
Validation
bun validate— passxmllint --noout providers/vancine/logo.svg— passgit diff --check— passbun test— 93 pass, 1 known upstream baseline failureKnown upstream baseline failure
The existing test
catalog generation > repository open-weight model metadata includes weights linksreports missing weights links for multiple pre-existingmodels/*entries onorigin/dev, includingmoonshotai/kimi-k3.This contribution does not modify
models/,packages/, or the affected test. The contribution scope is limited toproviders/vancine/**.Explicit non-actions
🤖 Generated with Claude Code