chore: sync models with dashboard API - #9
Merged
Merged
Conversation
- zlm-v2-iab-classify-edge-enriched: $0.02/$0.05 -> $0.025/$0.15 (ZGPU_PRICING, test CATALOG) - all-minilm-l6-v2: input $0.5 -> $0.004 (ZGPU_PRICING, test CATALOG) - bge-small-en-v1.5: input $0.5 -> $0.004 (ZGPU_PRICING, test CATALOG) - gpt-oss-120b: notes 117B -> 120B (README, DOCUMENTATION) - qwen3-30b-a3b-fp8: notes 30.5B -> 30B (README, DOCUMENTATION) - glm-5.2: notes 1M/1,048,576 context -> 262K/262,144 context (README, DOCUMENTATION) - rename deepseek-v4-flash -> deepseek-v4-flash-0731 at $0.16/$0.38: pricing, CHAT_MODELS, docs, examples - add llama-guard-4-12b: pricing, chat --model (Responses), README + DOCUMENTATION rows - add zlm-v1-signal-extract: pricing only (Text Classification, no command) - remove t5-small: pricing - remove zlm-v1-multi-iab-classify: pricing - remove zlm-v1-followup-questions-edge: pricing, docs; command generate_followups deleted - version 3.8.0 -> 3.9.0 Source: https://api-dashboard.zerogpu.ai/api/models Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013AKAY2rGGKEJa6bS4VDL4M
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: Comment |
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
Automated model-catalog sync. The dashboard API (
https://api-dashboard.zerogpu.ai/api/models) is the source of truth; every value below was taken from it. The API returns 18 models, and the CLI now matches that set exactly. Merging publishes v3.9.0 to npm (minor:chat --modelgained a model).Changes
Corrected
zlm-v2-iab-classify-edge-enrichedall-minilm-l6-v2bge-small-en-v1.5gpt-oss-120bqwen3-30b-a3b-fp8glm-5.2Renamed
deepseek-v4-flash→deepseek-v4-flash-0731, repriced to $0.16 / $0.38 —ZGPU_PRICING, testCATALOG,CHAT_MODELS, README + DOCUMENTATION rows and routing sentences,-mexample, ADDING_COMMANDS.Added
llama-guard-4-12b(Text Generation, $0.18 / $0.18, 163,840-token context) — pricing,chat --model, README + DOCUMENTATION rows, §1 bullet. Routed to Responses, per the skill's endpoint rule: the payload carries asample_responses_bodyand nosample_chat_completions_body. The route can be widened later if the platform confirms Chat Completions support.zlm-v1-signal-extract(Text Classification, $0.02 / $0.05) — pricing only; no command, per the task mapping.Removed
The API no longer returns these, so the CLI stops calling them:
t5-small— pricing dropped.zlm-v1-multi-iab-classify— pricing dropped.zlm-v1-followup-questions-edge— pricing and docs dropped; thegenerate_followupscommand is deleted (src/commands/generateFollowups.ts, its registration insrc/cli.ts, its README section and ToC entry, and DOCUMENTATION §4.14 with the following sections renumbered 4.15–4.18 and their anchors updated). Its exemption comment intests/savings.test.tsis gone too.ZGPU_FALLBACKis unchanged:glm-5.2still holds both the highest input and the highest output rate, so the fallback equality test still holds.Checklist
npm run lintpassesnpm testpasses (56 tests)npm run buildsucceedsaudit-models.py --strictexits 0 — onlyNOTElines (models priced with no command:zlm-v1-moderation-edge,all-minilm-l6-v2,bge-small-en-v1.5,zlm-v1-signal-extract)zerogpu chat --helplists exactly the API's 7 Text Generation ids;zerogpu --helpno longer offersgenerate_followups🤖 Generated with Claude Code
https://claude.ai/code/session_013AKAY2rGGKEJa6bS4VDL4M
Generated by Claude Code