chore: sync models with dashboard API - #7
Closed
amaan-ai20 wants to merge 1 commit into
Closed
amaan-ai20 wants to merge 1 commit into
amaan-ai20 wants to merge 1 commit into
Conversation
- all-minilm-l6-v2: input $0.50 -> $0.004 (ZGPU_PRICING, test CATALOG) - bge-small-en-v1.5: input $0.50 -> $0.004 (ZGPU_PRICING, test CATALOG) - glm-5.2: notes 1M/1,048,576 context -> 262,144 context (README, DOCUMENTATION, chat example comment) - gpt-oss-120b: notes 117B -> 120B params (README, DOCUMENTATION) - qwen3-30b-a3b-fp8: notes 30.5B -> 30B params (README, DOCUMENTATION) - rename deepseek-v4-flash -> deepseek-v4-flash-0731 (new rate $0.16/$0.38): pricing, CHAT_MODELS, README + DOCUMENTATION + ADDING_COMMANDS, chat -m example - add zlm-v1-signal-extract: pricing only, no command calls it (Text Classification) - remove t5-small: pricing dropped, no command referenced it - remove zlm-v1-multi-iab-classify: pricing dropped, no command referenced it - remove zlm-v1-followup-questions-edge: pricing dropped; command generate_followups deleted (src/commands/generateFollowups.ts, src/cli.ts registration, README ToC/section, DOCUMENTATION §4.14 section + renumbered classify_domain to §4.14, §5 exceptions sentence) - version 3.7.2 -> 3.8.0 (minor: deepseek-v4-flash-0731 added to chat --model) Source: https://api-dashboard.zerogpu.ai/api/models Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VMLgNX5mY94eviR5dsqa4N
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.
Automated model-catalog sync. The dashboard API is the source of truth; every value below was taken from it. Merging publishes v3.8.0 to npm.
Corrected
all-minilm-l6-v2bge-small-en-v1.5glm-5.2gpt-oss-120bqwen3-30b-a3b-fp8Renamed
deepseek-v4-flash→deepseek-v4-flash-0731(also repriced: $0.07/$0.14 → $0.16/$0.38) — pricing,CHAT_MODELS, README, DOCUMENTATION, ADDING_COMMANDS,-mexampleAdded
zlm-v1-signal-extract— pricing only ($0.02/$0.05); no command calls it (Text Classification, priced for future use)Removed
t5-small— pricing dropped, no command referenced itzlm-v1-multi-iab-classify— pricing dropped, no command referenced itzlm-v1-followup-questions-edge— pricing dropped; thegenerate_followupscommand that routed to it is deleted (src/commands/generateFollowups.ts, itssrc/cli.tsregistration, README ToC/section, DOCUMENTATION §4.14 section removed andclassify_domainrenumbered §4.15 → §4.14, §5 exceptions sentence)Verification
audit-models.py --strict— clean apart fromNOTElines (priced-only models with no command)npm run lint,npm run build,npm testpass (40/40 tests)zerogpu chat --helplists exactly the API's 6 Text Generation modelszerogpu --helpno longer listsgenerate_followups🤖 Generated with Claude Code
https://claude.ai/code/session_01VMLgNX5mY94eviR5dsqa4N
Generated by Claude Code