chore(chutes): sync models with live API#2709
Open
TheStreamCode wants to merge 1 commit into
Open
Conversation
Align the Chutes provider with the current llm.chutes.ai/v1/models listing (13 models): - add zai-org/GLM-5.2-TEE, Qwen/Qwen3-235B-A22B-Thinking-2507-TEE and unsloth/Mistral-Nemo-Instruct-2407-TEE - refresh pricing and limits for 8 existing models - remove 29 models no longer served by the API
Collaborator
|
can we easily add a sync script? |
Contributor
Author
|
Yes — it'd just be a standard |
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
The Chutes provider listing had drifted from the live
llm.chutes.ai/v1/modelsAPI — newer models were missing and retired ones lingered. This syncs the provider to the API's current set (13 models).Changes
Added (3)
Live on the API but missing from the catalog:
zai-org/GLM-5.2-TEEQwen/Qwen3-235B-A22B-Thinking-2507-TEEunsloth/Mistral-Nemo-Instruct-2407-TEEUpdated (8)
Refreshed pricing/limits from the API (TEE-specific manual fields such as
reasoning_optionsandinterleavedpreserved):Qwen3-32B-TEE,Qwen3.5-397B-A17B-TEE,Qwen3.6-27B-TEE,DeepSeek-V3.2-TEE,gemma-4-31B-turbo-TEE,Kimi-K2.5-TEE,Kimi-K2.6-TEE,GLM-5.1-TEERemoved (29)
No longer served by the API:
GLM-4.7-TEE,GLM-4.7-FP8,GLM-4.6V,GLM-5-Turbo,Qwen2.5-72B-Instruct,Qwen2.5-Coder-32B-Instruct,Qwen2.5-VL-32B-Instruct,Qwen3-235B-A22B-Instruct-2507-TEE,Qwen3-235B-A22B-Thinking-2507,Qwen3-30B-A3B,Qwen3-Coder-Next-TEE,Qwen3-Next-80B-A3B-Instruct,Qwen3Guard-Gen-0.6B,MiMo-V2-Flash-TEE,DeepSeek-R1-0528-TEE,DeepSeek-R1-Distill-Llama-70B,DeepSeek-V3-0324-TEE,DeepSeek-V3.1-TEE,gpt-oss-120b-TEE,dots.ocr,DeepSeek-TNG-R1T2-Chimera-TEE,Llama-3.2-1B-Instruct,Llama-3.2-3B-Instruct,Mistral-Nemo-Instruct-2407,gemma-3-12b-it,gemma-3-27b-it,gemma-3-4b-it,DeepHermes-3-Mistral-24B-Preview,Hermes-4-14BAfter this change the provider lists exactly the 13 models the API returns.
Validation
bun run validatepasses.