diff --git a/src/known_models.rs b/src/known_models.rs index fb654ac06..f031800ba 100644 --- a/src/known_models.rs +++ b/src/known_models.rs @@ -528,6 +528,16 @@ pub const KNOWN_MODELS: &str = r####" "llama3.3/70b/instruct/vllm" ] }, + "mistral/24b/instruct/vllm": { + "n_ctx": 16384, + "supports_tools": true, + "supports_agent": true, + "supports_scratchpads": { + "PASSTHROUGH": {} + }, + "similar_models": [ + ] + }, "qwen2.5/coder/1.5b/instruct/vllm": { "n_ctx": 32768, "supports_scratchpads": { @@ -540,6 +550,18 @@ pub const KNOWN_MODELS: &str = r####" "qwen2.5/coder/32b/instruct/vllm" ] }, + "qwen2.5/7b/instruct/vllm": { + "n_ctx": 32768, + "supports_tools": true, + "supports_agent": true, + "supports_scratchpads": { + "PASSTHROUGH": {} + }, + "similar_models": [ + "qwen2.5/14b/instruct/vllm", + "qwen2.5/32b/instruct/vllm" + ] + }, "wizardlm/7b": { "n_ctx": 2048, "supports_scratchpads": {