{"schema_version":"2.0.0","projection":"public","generated_at":"2026-09-14T10:03:53Z","canon_git_sha":"07e10903138b792e2ed3f520df07f1b8edf5c6ad","domains":[{"key":"basic","name":"基础","order":10},{"key":"output","name":"上下文·输出","order":20},{"key":"thinking","name":"思考","order":30},{"key":"sampling","name":"采样","order":40},{"key":"tools","name":"工具","order":50},{"key":"structured","name":"结构化输出","order":60},{"key":"multimodal","name":"多模态","order":70},{"key":"caching","name":"缓存","order":80},{"key":"session","name":"会话·状态","order":90},{"key":"service","name":"服务与元数据","order":100},{"key":"validation","name":"校验与边界","order":110},{"key":"media-generation","name":"媒体与重排","order":120,"modality":"media"}],"capabilities":{"basic-generation":{"name":"基础对话","domain":"basic","summary":"最小请求可用性（模型+消息→回复）"},"system-instruction":{"name":"系统指令","domain":"basic","summary":"系统级行为约束"},"streaming":{"name":"流式输出","domain":"basic","summary":"SSE 增量返回"},"context-window":{"name":"上下文窗口","domain":"output","summary":"最大输入 token（模型属性，无请求字段）"},"output-limit":{"name":"输出上限","domain":"output","summary":"限制单次回复最大 token"},"stop-sequences":{"name":"停止序列","domain":"output","summary":"命中指定序列即截断"},"candidate-count":{"name":"多候选","domain":"output","summary":"单次请求返回多个候选回复"},"verbosity":{"name":"输出详略","domain":"output","summary":"控制回答长短的档位"},"prefix-completion":{"name":"前缀续写","domain":"output","summary":"以 assistant 预填为前缀继续生成"},"predicted-outputs":{"name":"预测输出","domain":"output","summary":"提前提供预计输出内容以降低响应延迟（Predicted Outputs）"},"reasoning-effort":{"name":"思考强度","domain":"thinking","summary":"思考深度档位"},"reasoning-mode":{"name":"推理模式(Pro)","domain":"thinking","summary":"standard/pro 双模式深度思考"},"thinking-toggle":{"name":"思考开关","domain":"thinking","summary":"显式开/关思考"},"thinking-budget":{"name":"思考预算","domain":"thinking","summary":"思考 token 数值预算"},"reasoning-content":{"name":"思考内容回传","domain":"thinking","summary":"响应携带思考过程（摘要/内容块）"},"reasoning-summary":{"name":"思考摘要","domain":"thinking","summary":"输出思考摘要（auto/concise/detailed）"},"reasoning-context":{"name":"推理上下文","domain":"thinking","summary":"推理上下文控制"},"mid-conversation-config-update":{"name":"会话中途改推理档","domain":"thinking","summary":"会话中途插配置更新项改推理档位（不改请求级 reasoning.effort，从而保住前缀缓存）"},"reasoning-encrypted-content":{"name":"加密思考内容","domain":"thinking","summary":"加密思考态透传（include 项）"},"cot-passback-enforcement":{"name":"思考回传强制","domain":"thinking","summary":"多轮必须回传思考内容/签名的协议约束"},"preserve-thinking":{"name":"思考保留","domain":"thinking","summary":"多轮自动保留思考内容"},"sampling-temperature":{"name":"采样参数","domain":"sampling","summary":"temperature/top_p 等采样调节"},"sampling-deprecated":{"name":"采样弃用行为","domain":"sampling","summary":"新世代模型对采样参数的弃用/报错口径（如 Gemini 3.6/3.5 世代）"},"seed":{"name":"随机种子","domain":"sampling","summary":"尽力而为的确定性输出"},"logprobs":{"name":"对数概率","domain":"sampling","summary":"返回 token 级 logprobs"},"logit-bias":{"name":"采样偏置","domain":"sampling","summary":"按 token 施加对数几率偏置，抑制或鼓励特定 token 出现"},"function-calling":{"name":"函数调用","domain":"tools","summary":"声明函数供模型调用"},"tool-choice":{"name":"工具选择策略","domain":"tools","summary":"none/auto/强制调用等策略"},"parallel-tool-calls":{"name":"并行工具调用","domain":"tools","summary":"单轮多工具并行"},"web-search":{"name":"联网搜索","domain":"tools","summary":"内建网络检索/grounding"},"code-interpreter":{"name":"代码解释器","domain":"tools","summary":"内建代码执行"},"computer-use":{"name":"计算机操作","domain":"tools","summary":"browser 环境操作工具"},"mcp":{"name":"远程 MCP 工具","domain":"tools","summary":"服务端连接远程 MCP server 执行工具调用（tools[].mcp / mcp_servers）"},"tool-search":{"name":"工具检索","domain":"tools","summary":"延迟加载大工具面（tool_search 工具，运行时只载入相关工具定义）"},"url-context":{"name":"URL 上下文","domain":"tools","summary":"抓取指定 URL 内容注入上下文"},"maps-grounding":{"name":"地图检索","domain":"tools","summary":"Grounding with Google Maps（内建地图信息落地工具，与 web-search 的 Google Search grounding 独立计费/独立开关）"},"file-search":{"name":"文件检索","domain":"tools","summary":"内建文件库检索"},"image-manipulation":{"name":"图像处理工具","domain":"tools","summary":"server 端内建图像处理工具（模型对已传入图片做画点/选区/缩放/旋转等操作后再继续推理，与生成新图的 multimodal-output-generation 不同）"},"assistant-app":{"name":"助手应用工具","domain":"tools","summary":"server 端内建的厂商助手应用工具（把厂商自有助手产品的聊天/深度思考/AI 搜索等子能力作为一个内建工具暴露给模型）"},"shell-tool":{"name":"shell 执行工具","domain":"tools","summary":"模型在完整终端环境里执行 shell 命令（OpenAI 托管容器 container_auto/container_reference，或调用方自持的 local 运行时；容器内可预装 Skills）"},"apply-patch":{"name":"结构化补丁","domain":"tools","summary":"模型产出结构化 diff（create/update/delete 文件操作），由调用方在自己环境里落盘执行后回传"},"async-tool-calling":{"name":"异步工具调用","domain":"tools","summary":"工具调用不阻塞本轮（function/custom 工具定义里加 async 开关，模型继续推理，调用方稍后按原 call_id 回传结果）"},"programmatic-tool-calling":{"name":"程序化工具调用","domain":"tools","summary":"程序化编排工具调用（模型在代码执行环境里调用其他工具，省逐次往返）"},"dynamic-tool-loading":{"name":"动态工具加载","domain":"tools","summary":"运行中动态加载工具"},"web-fetch":{"name":"网页抓取","domain":"tools","summary":"server 端按 URL 抓取网页内容注入上下文（web_fetch_2025*/2026* 工具版本族；20260318 起 dynamic filtering）"},"structured-output-json":{"name":"结构化输出","domain":"structured","summary":"JSON/schema 约束输出"},"vision":{"name":"图像输入","domain":"multimodal","summary":"图像理解"},"visual-grounding":{"name":"视觉定位","domain":"multimodal","summary":"视觉定位（模型对图片中的目标输出坐标/框选等定位结果）；行为型能力，无常驻请求字段，靠提示词触发、结果落在正文里"},"video-input":{"name":"视频输入","domain":"multimodal","summary":"视频理解"},"audio-input":{"name":"音频输入","domain":"multimodal","summary":"音频理解"},"document-input":{"name":"文档输入","domain":"multimodal","summary":"PDF 等文档理解"},"multimodal-output-generation":{"name":"多模态输出","domain":"multimodal","summary":"图像/音频生成（responseModalities/modalities；图像系模型的分辨率/宽高比经 imageConfig）"},"audio-output":{"name":"音频输出","domain":"multimodal","summary":"语音回复生成"},"implicit-cache":{"name":"隐式缓存","domain":"caching","summary":"自动前缀缓存（无请求字段，看 usage 命中信号）"},"explicit-cache":{"name":"显式缓存","domain":"caching","summary":"显式缓存断点/选项/资源引用"},"cache-routing-key":{"name":"缓存路由键","domain":"caching","summary":"提高同前缀命中率的亲和键"},"legacy-cache-retention":{"name":"缓存保留期","domain":"caching","summary":"prompt_cache_retention（legacy）"},"session-cache":{"name":"会话缓存","domain":"caching","summary":"会话级缓存（厂商扩展 header）"},"server-side-multi-turn":{"name":"服务端多轮","domain":"session","summary":"previous_response_id/conversation 会话链"},"background-mode":{"name":"后台执行","domain":"session","summary":"异步后台生成 + 轮询取回"},"context-management":{"name":"上下文管理","domain":"session","summary":"服务端上下文管理策略"},"model-last-turn-rejection":{"name":"末轮 model 拒绝","domain":"session","summary":"末轮为 model/assistant 时报错的协议约束（Gemini 3.6/3.5 世代 breaking change）"},"message-phase":{"name":"消息阶段标注","domain":"session","summary":"手动回放 assistant 历史时以 phase 区分中间评论与最终答案（commentary/final_answer，spec 明文 gpt-5.3-codex 及之后、按模型声明裁剪）"},"service-tier":{"name":"服务层级","domain":"service","summary":"flex/priority 等处理档位"},"retention-metadata":{"name":"存储与元数据","domain":"service","summary":"store/metadata/标识类字段"},"extra-body-google":{"name":"Gemini 特性通道","domain":"service","summary":"extra_body.google.* 七项特性透传通道"},"labels":{"name":"请求标签","domain":"service","summary":"键值元数据标签（Vertex）"},"safety-settings":{"name":"安全过滤设置","domain":"validation","summary":"有害内容类别阈值配置（HarmCategory/HarmBlockThreshold）"},"platform-content-filter":{"name":"平台强制内容过滤","domain":"validation","summary":"供应商在模型之外施加的内容过滤层（无请求字段：开关与阈值由平台侧配置而非请求参数控制，默认启用，部分档位的关闭需供应商审批），对 prompt 与输出双向生效；命中时以专用错误码/占位消息替代正常返回。与 safety-settings 的区别是后者由调用方按请求配置档位，本能力是平台侧既定边界"},"output-limit-validation":{"name":"输出上限校验","domain":"validation","summary":"超官方上限值是否被校验拒绝"},"reasoning-effort-validation":{"name":"思考档位校验","domain":"validation","summary":"非法档位值是否被校验拒绝"},"structured-output-json-validation":{"name":"结构化输出校验","domain":"validation","summary":"非法 response_format 是否被校验拒绝"},"tools-limit-validation":{"name":"工具数量校验","domain":"validation","summary":"工具数超官方上限是否被校验拒绝"},"mid-conversation-system-message":{"name":"会话中系统消息","domain":"basic","summary":"在 user 轮之后插入 role=system 消息（Claude Opus 5 接受，Opus 4.7 返 400）；MiniMax 以 mid_conv_system 内容块表达"},"task-budget":{"name":"任务预算","domain":"output","summary":"面向 agent 循环的总 token 预算，建议性非强制、倒计时仅模型可见；区别于 thinking-budget（后者只约束思考段）"},"pdf-input":{"name":"PDF 输入","domain":"multimodal","summary":"直接以 document 块提交 PDF（页数/体积上限随上下文窗口变化）"},"citations":{"name":"引用标注","domain":"structured","summary":"输出中回传对来源文档的结构化引用"},"memory-tool":{"name":"记忆工具","domain":"tools","summary":"客户端执行的跨会话记忆读写工具（/memories 路径前缀）"},"mid-conversation-tool-changes":{"name":"会话中工具变更","domain":"tools","summary":"会话进行中增删改工具集而不失效缓存前缀"},"inference-geo":{"name":"地理路由","domain":"service","summary":"指定推理执行地域，影响计费倍率"},"fast-mode":{"name":"快速模式","domain":"service","summary":"以更高单价换取更低延迟的推理档位"},"server-side-fallback":{"name":"服务端回退","domain":"service","summary":"上游容量不足时由服务端自动回退到备选模型"},"refusal-details":{"name":"拒绝原因明细","domain":"service","summary":"拒绝响应中回传结构化的拒绝原因（stop_details）"},"text-to-image":{"name":"文生图","domain":"media-generation","summary":"文本提示词生成图像"},"image-to-image":{"name":"图生图编辑","domain":"media-generation","summary":"对已有图像做提示词驱动的编辑"},"image-dimensions":{"name":"图像尺寸","domain":"media-generation","summary":"输出图像的宽高（像素级）控制"},"auto-aspect-ratio":{"name":"模型自选宽高比","domain":"media-generation","summary":"由模型按提示词与输入图自行判定输出宽高比（开关型，开启后取代显式尺寸配置）"},"text-to-video":{"name":"文生视频","domain":"media-generation","summary":"文本提示词生成视频"},"image-to-video":{"name":"图生视频","domain":"media-generation","summary":"以首帧/尾帧图像控制生成视频"},"reference-to-video":{"name":"参考生视频","domain":"media-generation","summary":"以参考图像/视频/音频素材引导生成"},"video-extension":{"name":"视频扩展","domain":"media-generation","summary":"以前次生成的视频为输入继续延长（Veo：每次 7 秒、最多 20 次）"},"person-generation":{"name":"人物生成控制","domain":"media-generation","summary":"控制生成内容中是否出现人物/仅成人（含地区限制）"},"document-to-video":{"name":"文档生视频","domain":"media-generation","summary":"以文档（docx/pdf/ppt 等）或公开网页链接内容生成视频"},"video-resolution":{"name":"视频分辨率","domain":"media-generation","summary":"生成视频的分辨率档位"},"video-aspect-ratio":{"name":"视频宽高比","domain":"media-generation","summary":"生成视频的宽高比档位（含自适应）"},"video-duration":{"name":"视频时长","domain":"media-generation","summary":"生成视频的时长控制（含智能时长模式）"},"audio-driven-video":{"name":"音频驱动视频","domain":"media-generation","summary":"以输入音频为驱动源生成视频（口型同步/动作卡点），未提供音频时模型自动配乐"},"video-audio-output":{"name":"视频音轨","domain":"media-generation","summary":"输出视频是否包含音频"},"prompt-rewrite":{"name":"提示词智能改写","domain":"media-generation","summary":"用大模型改写输入提示词以提升生成效果"},"watermark":{"name":"水印标识","domain":"media-generation","summary":"生成产物是否添加水印"},"async-task-lifecycle":{"name":"异步任务生命周期","domain":"media-generation","summary":"创建任务→轮询状态→取结果的两段式调用（含失败错误码与 usage 计量）"},"video-edit":{"name":"视频编辑","domain":"media-generation","summary":"对原视频画面或音频做编辑操作（替换主体/增删对象/局部重绘或修复）"},"video-output-format":{"name":"视频输出格式","domain":"media-generation","summary":"输出视频封装格式选择（如 mp4 通用 / mov 专业后期高色彩精度）"},"camera-fixed":{"name":"固定摄像头","domain":"media-generation","summary":"生成视频时固定摄像机位（平台向提示词追加指令，效果不保证）"},"draft-mode":{"name":"样片模式","domain":"media-generation","summary":"低成本生成预览样片验证意图，确认后基于样片任务 ID 生成正式视频"},"return-last-frame":{"name":"尾帧返回","domain":"media-generation","summary":"返回生成视频的尾帧图像，用于以尾帧作下一任务首帧串联连续视频"},"task-priority":{"name":"任务优先级","domain":"service","summary":"请求在服务端队列内的执行优先级（插队/抗丢弃）；**比较方向由各面自定，不可跨面套用**—— bytedance 数值越大越先执行，cohere 数值越小优先级越高"},"negative-prompt":{"name":"反向提示词","domain":"media-generation","summary":"描述不希望在生成产物中出现的内容"},"image-count":{"name":"图像张数","domain":"media-generation","summary":"单次请求输出图像的数量（按成功生成张数计费）"},"sequential-image-generation":{"name":"组图生成","domain":"media-generation","summary":"一次输出多张风格统一、内容连贯的图像（漫画分镜/产品系列图等）"},"color-palette":{"name":"自定义配色","domain":"media-generation","summary":"以颜色 hex + 占比数组约束生成图像的颜色主题"},"interactive-region-edit":{"name":"交互式框选编辑","domain":"media-generation","summary":"以边界框（bbox）框选图中区域做定点编辑（移动/替换/添加元素）"},"image-thinking-mode":{"name":"生图思考模式","domain":"media-generation","summary":"生成前增强推理以提升出图质量的开关（媒体面专属，与文本协议 thinking-toggle 语义不同：无思考内容输出，仅质量/耗时权衡）"},"image-quality":{"name":"图像质量档位","domain":"media-generation","summary":"生成图像的质量档位（hd/standard 等）"},"image-resolution":{"name":"图像分辨率档位","domain":"media-generation","summary":"生成图像的分辨率档位（1K/2K/3K/4K 等，与像素级 image-dimensions 正交）"},"image-aspect-ratio":{"name":"图像宽高比","domain":"media-generation","summary":"生成图像的宽高比档位"},"image-output-format":{"name":"图像输出承载","domain":"media-generation","summary":"生成图像以 URL 还是 Base64 返回"},"multi-image-composition":{"name":"多图合成","domain":"media-generation","summary":"以多张参考图合成一张新图"},"image-encoding-format":{"name":"图像编码格式","domain":"media-generation","summary":"输出图像的编码格式与压缩率控制"},"image-background":{"name":"图像背景控制","domain":"media-generation","summary":"输出图像背景（透明/不透明/自动）"},"image-moderation":{"name":"图像审核强度","domain":"media-generation","summary":"图像生成内容审核的严格程度档位"},"image-streaming":{"name":"图像流式生成","domain":"media-generation","summary":"流式返回部分图像与最终图（SSE partial images 事件）"},"image-input-fidelity":{"name":"输入图保真度","domain":"media-generation","summary":"编辑时对输入图风格与特征（尤其人脸）的保真程度控制"},"image-inpainting":{"name":"局部重绘","domain":"media-generation","summary":"以蒙版（alpha 通道）指定编辑区域的局部重绘（inpainting）"},"multi-shot-video":{"name":"多镜头视频","domain":"media-generation","summary":"单次生成含多个分镜的连续视频（提示词按 \"shot n, m, words;\" 分镜编排，各镜头时长之和等于总时长）"},"image-layer-decomposition":{"name":"图层拆分","domain":"media-generation","summary":"将单张图片拆解为 1 张底图 + 多个带透明通道的独立图层，并返回每层的叠放顺序、名称、描述与边界框坐标"},"multi-image-to-video":{"name":"多图生视频","domain":"media-generation","summary":"单次请求传入多张参考图（可与 Element、参考视频混用，官方对总数设上限）生成一段视频"},"mid-turn-steering":{"name":"轮内转向","domain":"session","summary":"模型正在生成时追加用户指令（纠偏或改需求），已完成的工作被保留并在续写中纳入更新；行为型能力，无请求字段"},"multi-agent-orchestration":{"name":"服务端多智能体编排","domain":"session","summary":"由服务端托管的子智能体树（根智能体可 spawn_agent 派生子体并并发执行），请求侧只开开关与并发上限；beta 能力，需 responses_multi_agent=v1 beta 标"},"image-generation-tool":{"name":"内建生图工具","domain":"tools","summary":"Responses tools 数组内的服务端生图工具（{\"type\":\"image_generation\"}），与走 images 端点的文生图是两条路径"},"document-reranking":{"name":"文档重排","domain":"media-generation","summary":"按查询相关性对候选文档重新打分排序（rerank：把检索召回的候选按语义相关度重排，返回原始下标+相关性分数）；含响应信封、用量/计费回传字段与端点显式引用的错误响应字段"},"rerank-top-n":{"name":"重排返回条数","domain":"media-generation","summary":"只返回相关性最高的前 N 条结果；不传则返回全部候选"},"rerank-doc-truncation":{"name":"重排单文档长度上限","domain":"media-generation","summary":"单篇候选文档参与打分的最大 token 数（能力 id 沿用历史命名 truncation；各厂参数名、默认值与超限处理的官方声明并不一致：cohere 明文「超长文档自动截断到该 token 数」，jina 只声明取值范围 1-8192 与各模型默认值、未声明超限如何处理）"},"rerank-return-documents":{"name":"重排回传文档原文","domain":"media-generation","summary":"结果里是否回带候选文档正文（关掉可省带宽，由调用方按 index 自行回查）"},"rerank-return-embeddings":{"name":"重排回传文档向量","domain":"media-generation","summary":"结果里是否随相关性分数一并回传候选文档的 embedding（向量表示）"},"text-to-3d":{"name":"文生 3D","domain":"media-generation","summary":"文本提示词生成 3D 模型（mesh：三角/四边形面片构成的三维几何体）"},"image-to-3d":{"name":"图生 3D","domain":"media-generation","summary":"单张输入图（URL 或 base64）生成 3D 模型"},"multi-view-to-3d":{"name":"多视角生 3D","domain":"media-generation","summary":"同一物体的多个视角图（左/右/后/顶/底/左前/右前）一并输入以提升几何还原度"},"mesh-generation-mode":{"name":"3D 生成模式","domain":"media-generation","summary":"生成任务类型档位（带纹理几何模型 / 智能拓扑低模 / 白模 / 草图生成）；各档会互斥地屏蔽其它参数"},"mesh-face-count":{"name":"3D 面数控制","domain":"media-generation","summary":"指定生成模型的面数（面片数量，直接决定模型精度与文件体积）"},"mesh-topology-type":{"name":"3D 拓扑面型","domain":"media-generation","summary":"低模拓扑时模型表面由几边形网格构成（三角形面 / 四边形与三角形混合）"},"mesh-output-format":{"name":"3D 输出格式","domain":"media-generation","summary":"指定产物的 3D 文件格式；不指定时按厂商默认返回文件组"},"pbr-material":{"name":"PBR 材质生成","domain":"media-generation","summary":"生成 PBR（physically based rendering，基于物理的渲染）材质贴图，而非仅顶点色/单一纹理"}},"models":[{"id":"DeepSeek-OCR","vendor":"deepseek","last_verified":"2026-09-08","protocols":["openai.chat_completions"],"specs":{"context_window":8192,"modalities_in":["text","image"],"thinking":"无（官方从未把 DeepSeek-OCR 描述为思考/推理模型；权重侧无 thinking 模板开关，官方页无任何思考模式表述——按 CLAIM-2 缺席判断，不判「不支持」，仅记无官方口径）","open_weights":{"value":true,"quote":"deepseek-ai/DeepSeek-OCR · license: mit · 仓库文件清单含 1 个权重文件(如 model-00001-of-000001.safetensors)","source":"https://huggingface.co/deepseek-ai/DeepSeek-OCR","license":"MIT"}},"coverage":{"capabilities":2,"fields_resolved":0},"path":"models/DeepSeek-OCR.902cc90e.json","bytes":3349},{"id":"DeepSeek-V3.1-Terminus","vendor":"deepseek","last_verified":"2026-09-08","protocols":["openai.chat_completions"],"specs":{"modalities_in":["text"],"thinking":"hybrid（单模型双模式，era 平台以 deepseek-chat=非思考 / deepseek-reasoner=思考 双调用名切换：updates 2025-09-22 逐字；模型本体为 V3.1 世代 hybrid 架构。注意站内本行按 desc 自述是「非思考模式」档——见 catalog_discrepancies.model_id）","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V3.1-Terminus","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":4,"fields_resolved":2},"path":"models/DeepSeek-V3.1-Terminus.c8b39016.json","bytes":5922},{"id":"DeepSeek-V3.1-Think","vendor":"deepseek","last_verified":"2026-09-08","protocols":["openai.chat_completions"],"specs":{"modalities_in":["text"],"thinking":"hybrid 模型本体的思考模式档：DeepSeek-V3.1-Think 是官方对 DeepSeek-V3.1 思考模式的命名（updates 2025-08-21 与 V3.1 卡逐字使用该名），era 平台承载调用名为 deepseek-reasoner。本行为思考预设档","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V3.1","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":3,"fields_resolved":1},"path":"models/DeepSeek-V3.1-Think.d7d18105.json","bytes":3757},{"id":"agnes-2.5-flash","vendor":"agnes","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":512000,"max_output_tokens":65500,"modalities_in":["text","image"],"thinking":"toggleable（按需开启：OpenAI 面 chat_template_kwargs.enable_thinking=true、Anthropic 面 thinking={type:enabled,budget_tokens}；默认状态官方未明文）","reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":13,"fields_resolved":22},"path":"models/agnes-2.5-flash.4bb0c95b.json","bytes":24647},{"id":"agnes-2.5-pro","vendor":"agnes","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":65536,"modalities_in":["text","image"],"thinking":"reasoning（Limits 表 Reasoning: Yes；开启形态仅 thinking 参数行（Anthropic-compatible）有官方描述，OpenAI 面开关方式与档位值域官方未发布）","reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":12,"fields_resolved":20},"path":"models/agnes-2.5-pro.2342f478.json","bytes":21199},{"id":"agnes-2.5-pro-alpha","vendor":"agnes","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":65536,"modalities_in":["text","image"],"thinking":"reasoning（Limits 表 Reasoning: Yes；开启形态仅 thinking 参数行（Anthropic-compatible）有官方描述，OpenAI 面开关方式与档位值域官方未发布）","open_weights":{"value":true,"quote":"This repository is licensed under the [Apache License 2.0](LICENSE).","source":"https://huggingface.co/Agnes-AI/Agnes-2.5-Pro-Alpha","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":12,"fields_resolved":20},"path":"models/agnes-2.5-pro-alpha.c5fd8836.json","bytes":21640},{"id":"agnes-3.0-flash","vendor":"agnes","last_verified":"2026-09-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"modalities_in":["text","image"],"thinking":"toggleable（按需开启：OpenAI 面 chat_template_kwargs.enable_thinking=true、Anthropic 面 thinking={type:enabled,budget_tokens=2048}；默认状态官方未明文）","open_weights":{"value":false,"quote":"agnes 官方 HuggingFace org 全量 4 个 repo 的机读清单(Agnes-AI 4)中,无 agnes-3.0-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Agnes-AI&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":10,"fields_resolved":22},"path":"models/agnes-3.0-flash.c5c8d1f2.json","bytes":22112},{"id":"agnes-image-2.1-flash","vendor":"agnes","last_verified":"2026-08-31","protocols":["agnes.images-generations"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"agnes 官方 HuggingFace org 全量 4 个 repo 的机读清单(Agnes-AI 4)中,无 agnes-image-2.1-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Agnes-AI&limit=1000"}},"coverage":{"capabilities":6,"fields_resolved":10},"path":"models/agnes-image-2.1-flash.ad213b38.json","bytes":10494,"modality":["image"]},{"id":"cc-glm-5","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/cc-glm-5.5e61b5d0.json","bytes":56836,"variant_of":"glm-5","variant_kind":"channel-tier"},{"id":"cc-glm-5-turbo","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/cc-glm-5-turbo.5606eb79.json","bytes":54585,"variant_of":"glm-5-turbo","variant_kind":"channel-tier"},{"id":"cc-glm-5.1","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.1 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.1","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/cc-glm-5.1.8f7b421d.json","bytes":71568},{"id":"cc-k2.6-code-preview","vendor":"moonshot","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；无强度档位；保留式思考经 thinking.keep 可选、默认关闭）","open_weights":{"value":true,"quote":"Kimi K2.6 is an open-source, native multimodal agentic model that advances practical capabilities in long-horizon coding, coding-driven design, proactive autonomous execution, and swarm-based task orchestration.","source":"https://huggingface.co/moonshotai/Kimi-K2.6"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":25,"fields_resolved":55},"path":"models/cc-k2.6-code-preview.3abc6013.json","bytes":90158},{"id":"cc-minimax-m2.1","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.1","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.1"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/cc-minimax-m2.1.9c345abc.json","bytes":60028,"variant_of":"minimax-m2.1","variant_kind":"channel-tier"},{"id":"cc-minimax-m2.5","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.5","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.5"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/cc-minimax-m2.5.145c9c65.json","bytes":60015,"variant_of":"minimax-m2.5","variant_kind":"channel-tier"},{"id":"cc-minimax-m2.5-highspeed","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.5","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.5"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/cc-minimax-m2.5-highspeed.b79aa6b8.json","bytes":60480,"variant_of":"minimax-m2.5-highspeed","variant_kind":"channel-tier"},{"id":"cc-minimax-m2.7","vendor":"minimax","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":44},"path":"models/cc-minimax-m2.7.98c03280.json","bytes":58692,"variant_of":"minimax-m2.7","variant_kind":"channel-tier"},{"id":"cc-minimax-m2.7-highspeed","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/cc-minimax-m2.7-highspeed.c094aa6f.json","bytes":60480,"variant_of":"minimax-m2.7-highspeed","variant_kind":"channel-tier"},{"id":"cc-minimax-m3","vendor":"minimax","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":524288,"modalities_in":["text","image","video"],"thinking":"toggleable","open_weights":{"value":true,"quote":"MiniMaxAI/MiniMax-M3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 59 个权重文件(如 model-00001-of-00059.safetensors)","source":"https://huggingface.co/MiniMaxAI/MiniMax-M3"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":26,"fields_resolved":51},"path":"models/cc-minimax-m3.c5759742.json","bytes":57787,"variant_of":"minimax-m3","variant_kind":"channel-tier"},{"id":"claude-fable-5","vendor":"anthropic","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive 常开（模型总表：Adaptive thinking = Yes (always on)；Extended thinking = No）；thinking:{type:\"disabled\"} 与 manual extended thinking（enabled+budget_tokens）任意 effort 档均 400；output_config.effort: low/medium/high/xhigh/max，默认 high；thinking.display 默认 omitted；raw chain of thought 永不返回（display=summarized 时 thinking 块携带可读摘要）","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-fable-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":36,"fields_resolved":62},"path":"models/claude-fable-5.69851802.json","bytes":63824},{"id":"claude-fable-5-1","vendor":"anthropic","last_verified":"2026-09-02","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive 常开（模型页 Capabilities 表 Thinking = Adaptive (always on)；Default effort = high）。thinking:{type:\"disabled\"} 与 thinking:{type:\"enabled\",budget_tokens} 均 400；思考深度只由 output_config.effort 控制（low/medium/high/xhigh/max 五档全支持，默认 high）。thinking.display 三档 omitted（默认）/summarized/updates（beta thinking-display-updates-2026-08-18，只放行工具调用间的进度更新文本）；raw chain of thought 永不返回。本代新增思考块绑定校验：signature 绑定 system/tools/在先 messages，改历史即 400，逃生阀 thinking.block_binding.prefix_mismatch_behavior=drop_block（beta thinking-binding-controls-2026-08-01），丢弃记在响应 input_transformations","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-fable-5-1 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":38,"fields_resolved":74},"path":"models/claude-fable-5-1.8229f330.json","bytes":92778},{"id":"claude-haiku-4-5","vendor":"anthropic","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":64000,"modalities_in":["text","image","pdf"],"thinking":"extended only（manual：thinking.type=enabled + budget_tokens，min 1024、<max_tokens），默认 Off；adaptive → 400（thinking-troubleshooting 表：Extended only / Off / Rejected \"adaptive\"）；effort 参数不可用（Effort is not available on Claude Haiku 4.5——迁移指南明文）；interleaved thinking 不支持（beta 头被接受但忽略）；thinking.display 默认 summarized（Opus 4.6/Sonnet 4.6 及更早集合级）","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-haiku-4-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":30,"fields_resolved":61},"path":"models/claude-haiku-4-5.4a2128da.json","bytes":56868},{"id":"claude-opus-4-1","vendor":"anthropic","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"modalities_in":["text","image"],"thinking":"extended only（thinking.type=enabled + budget_tokens；budget 最小 1,024；「须 < max_tokens」只在非 interleaved 模式下成立——extended-thinking 页逐字 The one exception is interleaved thinking, where `budget_tokens` can exceed `max_tokens` because the budget spans all thinking blocks within one assistant turn.）——thinking-troubleshooting 逐字：Earlier Claude 4 models (Claude Opus 4.1, Claude Sonnet 4, and Claude Opus 4) support extended thinking only.；该页现行逐模型配置表已不再收录本模型行，故默认档（Off）在现行官方页面无据、不作断言；但 adaptive → 400 在 extended-thinking 页独立成立——该页把「earlier Claude 4 models」逐字定义为含 Claude Opus 4.1，并对该集合明文 adaptive thinking is not available there、type: \"adaptive\" 返回 400 错误，故 thinking 值域记 model-specific-enum [enabled, disabled]（GATE-2 第二轮订正：上一版称「现行版无从确证」，是漏读了 extended-thinking 页的同集合陈述）；不支持 effort（effort 页 Compatibility 闭合清单不含本模型，同页排它句把唯一支持 effort 的 extended-thinking-only 模型限定为 Claude Opus 4.5）；interleaved thinking 需 beta 头 interleaved-thinking-2025-05-14（extended-thinking 页逐字点名 Claude Opus 4.1）；thinking 块默认只保留最后一轮（context-editing 页 opus 行：Claude Opus 4.5 and later 保留全部、Claude Opus 4.1 and earlier 只保留最后一轮）","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-1 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":29,"fields_resolved":58},"path":"models/claude-opus-4-1.4470f7a7.json","bytes":89511},{"id":"claude-opus-4-5","vendor":"anthropic","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":64000,"modalities_in":["text","image","pdf"],"thinking":"extended only（thinking.type=enabled + budget_tokens；budget 最小 1,024 且须 < max_tokens），默认 Off；adaptive → 400（thinking-troubleshooting 表：Claude Opus 4.5 | Extended only | Off | Rejected \"adaptive\"）；唯一支持 effort 的 extended-only 模型（effort shapes the overall response while budget_tokens sets thinking depth; set both）；output_config.effort: low/medium/high（max/xhigh 行清单均不含——三档）；thinking.display 默认 summarized；interleaved thinking 需 beta 头 interleaved-thinking-2025-05-14","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":64},"path":"models/claude-opus-4-5.ad75bbab.json","bytes":66320},{"id":"claude-opus-4-5-think","vendor":"anthropic","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":64000,"modalities_in":["text","image","pdf"],"thinking":"extended only（thinking.type=enabled + budget_tokens；budget 最小 1,024 且须 < max_tokens），默认 Off；adaptive → 400（thinking-troubleshooting 表：Claude Opus 4.5 | Extended only | Off | Rejected \"adaptive\"）；唯一支持 effort 的 extended-only 模型（effort shapes the overall response while budget_tokens sets thinking depth; set both）；output_config.effort: low/medium/high（max/xhigh 行清单均不含——三档）；thinking.display 默认 summarized；interleaved thinking 需 beta 头 interleaved-thinking-2025-05-14","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":64},"path":"models/claude-opus-4-5-think.203c0f10.json","bytes":66386,"variant_of":"claude-opus-4-5","variant_kind":"mode-preset"},{"id":"claude-opus-4-6","vendor":"anthropic","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive + extended(deprecated) 双模，默认 Off（thinking-troubleshooting 表：Claude Opus 4.6 | Adaptive, extended (deprecated) | Off | Rejected: None——三种 thinking.type 均接受）；manual budget_tokens 仍可用但 deprecated 且无 interleaved thinking（extended-thinking 页点名 Opus 4.6：manual mode has no interleaved thinking at all，仅 adaptive 模式 interleaves）；output_config.effort: low/medium/high/max（max 行点名 Opus 4.6，xhigh 行不含——四档），API 级默认 high；thinking.display 默认 summarized","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-6 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":67},"path":"models/claude-opus-4-6.7cb3f0ad.json","bytes":68958},{"id":"claude-opus-4-6-think","vendor":"anthropic","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive + extended(deprecated) 双模，默认 Off（thinking-troubleshooting 表：Claude Opus 4.6 | Adaptive, extended (deprecated) | Off | Rejected: None——三种 thinking.type 均接受）；manual budget_tokens 仍可用但 deprecated 且无 interleaved thinking（extended-thinking 页点名 Opus 4.6：manual mode has no interleaved thinking at all，仅 adaptive 模式 interleaves）；output_config.effort: low/medium/high/max（max 行点名 Opus 4.6，xhigh 行不含——四档），API 级默认 high；thinking.display 默认 summarized","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-6 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":67},"path":"models/claude-opus-4-6-think.89c3ae1c.json","bytes":69024,"variant_of":"claude-opus-4-6","variant_kind":"mode-preset"},{"id":"claude-opus-4-7","vendor":"anthropic","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive only，默认 Off（thinking-troubleshooting 表：Claude Opus 4.7 | Adaptive only | Off | Rejected \"enabled\"）；manual extended thinking（type enabled+budget_tokens）→ 400（Claude 4.7 and later models do not support it）；output_config.effort: low/medium/high/xhigh/max（effort 页 max/xhigh 行均点名 Opus 4.7），API 级默认 high；thinking.display 默认 omitted（4.7 起才改为 omitted，4.6 及以前为 summarized）；adaptive 模式下工具调用之间的 interleaved reasoning 出现在 thinking 块（thinking 页点名 Opus 4.7）；但 adaptive 模式对简单请求可能整体跳过 thinking（thinking-troubleshooting 页明文），故「必出 thinking 块」不成立","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-7 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":34,"fields_resolved":63},"path":"models/claude-opus-4-7.a8363975.json","bytes":65326},{"id":"claude-opus-4-7-think","vendor":"anthropic","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive only，默认 Off（thinking-troubleshooting 表：Claude Opus 4.7 | Adaptive only | Off | Rejected \"enabled\"）；manual extended thinking（type enabled+budget_tokens）→ 400（Claude 4.7 and later models do not support it）；output_config.effort: low/medium/high/xhigh/max（effort 页 max/xhigh 行均点名 Opus 4.7），API 级默认 high；thinking.display 默认 omitted（4.7 起才改为 omitted，4.6 及以前为 summarized）；adaptive 模式下工具调用之间的 interleaved reasoning 出现在 thinking 块（thinking 页点名 Opus 4.7）；但 adaptive 模式对简单请求可能整体跳过 thinking（thinking-troubleshooting 页明文），故「必出 thinking 块」不成立","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-7 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":34,"fields_resolved":63},"path":"models/claude-opus-4-7-think.0967e99f.json","bytes":65392,"variant_of":"claude-opus-4-7","variant_kind":"mode-preset"},{"id":"claude-opus-4-8","vendor":"anthropic","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive only，默认 Off（thinking-troubleshooting 表：Adaptive only / Off / Rejected \"enabled\"）；manual extended thinking（type enabled+budget_tokens）→ 400；thinking disabled 任意 effort 档均接受（迁移指南明文：Opus 4.8 接受 disabled+xhigh/max 组合，Opus 5 起才 400）；output_config.effort: low/medium/high/xhigh/max，默认 high（且是唯一在所有面——Claude API/Claude Code/claude.ai——都默认 high 的模型）；thinking.display 默认 omitted","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-8 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":37,"fields_resolved":65},"path":"models/claude-opus-4-8.9152c452.json","bytes":65424},{"id":"claude-opus-4-8-think","vendor":"anthropic","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive only，默认 Off（thinking-troubleshooting 表：Adaptive only / Off / Rejected \"enabled\"）；manual extended thinking（type enabled+budget_tokens）→ 400；thinking disabled 任意 effort 档均接受（迁移指南明文：Opus 4.8 接受 disabled+xhigh/max 组合，Opus 5 起才 400）；output_config.effort: low/medium/high/xhigh/max，默认 high（且是唯一在所有面——Claude API/Claude Code/claude.ai——都默认 high 的模型）；thinking.display 默认 omitted","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-4-8 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":37,"fields_resolved":65},"path":"models/claude-opus-4-8-think.5bce7141.json","bytes":65490,"variant_of":"claude-opus-4-8","variant_kind":"mode-preset"},{"id":"claude-opus-5","vendor":"anthropic","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive 常开（Extended thinking = No）；output_config.effort: low/medium/high/xhigh/max，默认 high；thinking.display 默认 omitted；thinking disabled 仅 effort ≤ high，xhigh/max 下 400","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-opus-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":37,"fields_resolved":74},"path":"models/claude-opus-5.b0c61bce.json","bytes":65443},{"id":"claude-sonnet-4-5","vendor":"anthropic","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":64000,"modalities_in":["text","image","pdf"],"thinking":"extended only（thinking.type=enabled + budget_tokens；budget 最小 1,024；「须 < max_tokens」只在非 interleaved 模式下成立——extended-thinking 页逐字 The one exception is interleaved thinking, where `budget_tokens` can exceed `max_tokens` because the budget spans all thinking blocks within one assistant turn.），默认 Off；adaptive → 400（thinking-troubleshooting 表：Claude Sonnet 4.5 | Extended only | Off | Rejected \"adaptive\"）；**不支持 effort**（官方模型页 Capabilities 表 Default effort = Not supported，effort 页 Compatibility 闭合清单亦不含本模型）——思考深度只能经 budget_tokens 表达；thinking.display 默认 summarized；interleaved thinking 需 beta 头 interleaved-thinking-2025-05-14；上轮 thinking 块默认不跨轮保留（Sonnet 4.5 and earlier models stripped them），但该默认可经 context editing 的 clear_thinking_20251015 策略 keep 项覆盖（详见 [3] field_note）","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-sonnet-4-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":65},"path":"models/claude-sonnet-4-5.81325900.json","bytes":113219},{"id":"claude-sonnet-4-5-think","vendor":"anthropic","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":64000,"modalities_in":["text","image","pdf"],"thinking":"extended only（thinking.type=enabled + budget_tokens；budget 最小 1,024；「须 < max_tokens」只在非 interleaved 模式下成立——extended-thinking 页逐字 The one exception is interleaved thinking, where `budget_tokens` can exceed `max_tokens` because the budget spans all thinking blocks within one assistant turn.），默认 Off；adaptive → 400（thinking-troubleshooting 表：Claude Sonnet 4.5 | Extended only | Off | Rejected \"adaptive\"）；**不支持 effort**（官方模型页 Capabilities 表 Default effort = Not supported，effort 页 Compatibility 闭合清单亦不含本模型）——思考深度只能经 budget_tokens 表达；thinking.display 默认 summarized；interleaved thinking 需 beta 头 interleaved-thinking-2025-05-14；上轮 thinking 块默认不跨轮保留（Sonnet 4.5 and earlier models stripped them），但该默认可经 context editing 的 clear_thinking_20251015 策略 keep 项覆盖（详见 [3] field_note）","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-sonnet-4-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":65},"path":"models/claude-sonnet-4-5-think.3e50befb.json","bytes":113287,"variant_of":"claude-sonnet-4-5","variant_kind":"mode-preset"},{"id":"claude-sonnet-4-6","vendor":"anthropic","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive + extended(enabled, deprecated) 双模式，默认 Off（thinking-troubleshooting 表：Adaptive, extended (deprecated) / Off / Rejected: None——三种 thinking.type 均接受）；budget_tokens 仍可用但已弃用（min 1024、<max_tokens）；output_config.effort: low/medium/high/max 四档（无 xhigh），默认 high；thinking.display 默认 summarized","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-sonnet-4-6 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":66},"path":"models/claude-sonnet-4-6.92fee651.json","bytes":66544},{"id":"claude-sonnet-4-6-think","vendor":"anthropic","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive + extended(enabled, deprecated) 双模式，默认 Off（thinking-troubleshooting 表：Adaptive, extended (deprecated) / Off / Rejected: None——三种 thinking.type 均接受）；budget_tokens 仍可用但已弃用（min 1024、<max_tokens）；output_config.effort: low/medium/high/max 四档（无 xhigh），默认 high；thinking.display 默认 summarized","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-sonnet-4-6 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":66},"path":"models/claude-sonnet-4-6-think.a34e224b.json","bytes":66612,"variant_of":"claude-sonnet-4-6","variant_kind":"mode-preset"},{"id":"claude-sonnet-5","vendor":"anthropic","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"adaptive 默认开启（thinking-troubleshooting 表：Adaptive only / Default On / Rejected \"enabled\"）；manual extended thinking（type enabled+budget_tokens）→ 400；thinking disabled 任意 effort 档均接受（与 Opus 5 的 xhigh/max 组合 400 不同）；output_config.effort: low/medium/high/xhigh/max，默认 high（Claude API 与 Claude Code）；thinking.display 默认 omitted","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 anthropic 的候选官方 handle(anthropic)均零结果:该厂商未在 HF 开设承载权重的官方 org,claude-sonnet-5 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=anthropic&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":32,"fields_resolved":64},"path":"models/claude-sonnet-5.38104ffb.json","bytes":58203},{"id":"cloudflare-glm-5.2","vendor":"zhipu","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.2 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.2","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high","max"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/cloudflare-glm-5.2.be7a8ed9.json","bytes":52220,"variant_of":"glm-5.2","variant_kind":"channel-tier"},{"id":"coding-glm-4.6","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-4.6 · license: mit · 仓库文件清单含 93 个权重文件(如 model-00001-of-00092.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.6","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":43},"path":"models/coding-glm-4.6.7a016974.json","bytes":67268,"variant_of":"glm-4.6","variant_kind":"channel-tier"},{"id":"coding-glm-4.6-free","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-4.6 · license: mit · 仓库文件清单含 93 个权重文件(如 model-00001-of-00092.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.6","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":43},"path":"models/coding-glm-4.6-free.f8f0a59c.json","bytes":67273,"variant_of":"glm-4.6","variant_kind":"pricing-tier"},{"id":"coding-glm-4.7","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"zai-org/GLM-4.7 · license: mit · 仓库文件清单含 93 个权重文件(如 model-00001-of-00092.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.7","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":41},"path":"models/coding-glm-4.7.44917afc.json","bytes":77521,"variant_of":"glm-4.7","variant_kind":"channel-tier"},{"id":"coding-glm-4.7-free","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"zai-org/GLM-4.7 · license: mit · 仓库文件清单含 93 个权重文件(如 model-00001-of-00092.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.7","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":41},"path":"models/coding-glm-4.7-free.04cdbcd2.json","bytes":77526,"variant_of":"glm-4.7","variant_kind":"pricing-tier"},{"id":"coding-glm-5","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/coding-glm-5.c768e950.json","bytes":56840,"variant_of":"glm-5","variant_kind":"channel-tier"},{"id":"coding-glm-5-free","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/coding-glm-5-free.d9712834.json","bytes":71599},{"id":"coding-glm-5-turbo","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/coding-glm-5-turbo.8ee8c074.json","bytes":54589,"variant_of":"glm-5-turbo","variant_kind":"channel-tier"},{"id":"coding-glm-5-turbo-free","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/coding-glm-5-turbo-free.f2af1981.json","bytes":69522},{"id":"coding-glm-5.1","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.1 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.1","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/coding-glm-5.1.49d0ee76.json","bytes":71760},{"id":"coding-glm-5.1-free","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.1 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.1","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/coding-glm-5.1-free.bad68445.json","bytes":71825,"variant_of":"coding-glm-5.1","variant_kind":"pricing-tier"},{"id":"coding-glm-5.2","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.2 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.2","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high","max"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/coding-glm-5.2.6e9c1f8b.json","bytes":71407},{"id":"coding-glm-5.2-free","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.2 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.2","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high","max"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/coding-glm-5.2-free.266fd86d.json","bytes":71472,"variant_of":"coding-glm-5.2","variant_kind":"pricing-tier"},{"id":"coding-glm-5.3","vendor":"zhipu","last_verified":"2026-08-19","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"always-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 141 个权重文件(如 model-00001-of-00141.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.3"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":20,"fields_resolved":42},"path":"models/coding-glm-5.3.5eb8b518.json","bytes":65584},{"id":"coding-glm-5.3-flash","vendor":"zhipu","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"always-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.3-Flash · license: mit · 仓库文件清单含 62 个权重文件(如 model-00001-of-00062.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.3-Flash","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":46},"path":"models/coding-glm-5.3-flash.1e9929ef.json","bytes":71253},{"id":"coding-glm-5.3-flash-free","vendor":"zhipu","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"always-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.3-Flash · license: mit · 仓库文件清单含 62 个权重文件(如 model-00001-of-00062.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.3-Flash","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":46},"path":"models/coding-glm-5.3-flash-free.996cc1a7.json","bytes":71324,"variant_of":"coding-glm-5.3-flash","variant_kind":"pricing-tier"},{"id":"coding-glm-5.3-free","vendor":"zhipu","last_verified":"2026-08-19","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"always-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 141 个权重文件(如 model-00001-of-00141.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.3"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":20,"fields_resolved":42},"path":"models/coding-glm-5.3-free.7739619f.json","bytes":65649,"variant_of":"coding-glm-5.3","variant_kind":"pricing-tier"},{"id":"coding-kimi-k3","vendor":"moonshot","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":1048576,"modalities_in":["text","image","video"],"thinking":"thinking-only","open_weights":{"value":true,"quote":"Kimi K3 is an open-weight, native multimodal agentic model and our most capable model to date. It is a 2.8T-parameter model built on Kimi Delta Attention (KDA) and Attention Residuals (AttnRes), with native vision capabilities and a 1-million-token context window. It is the world's first open 3T-class model, designed for frontier intelligence across long-horizon coding, knowledge work, and reas…","source":"https://huggingface.co/moonshotai/Kimi-K3"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":24,"fields_resolved":57},"path":"models/coding-kimi-k3.4c764e16.json","bytes":56639},{"id":"coding-kimi-k3-free","vendor":"moonshot","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":1048576,"modalities_in":["text","image","video"],"thinking":"thinking-only","open_weights":{"value":true,"quote":"Kimi K3 is an open-weight, native multimodal agentic model and our most capable model to date. It is a 2.8T-parameter model built on Kimi Delta Attention (KDA) and Attention Residuals (AttnRes), with native vision capabilities and a 1-million-token context window. It is the world's first open 3T-class model, designed for frontier intelligence across long-horizon coding, knowledge work, and reas…","source":"https://huggingface.co/moonshotai/Kimi-K3"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":24,"fields_resolved":57},"path":"models/coding-kimi-k3-free.b4788aff.json","bytes":56704,"variant_of":"coding-kimi-k3","variant_kind":"pricing-tier"},{"id":"coding-minimax-m2","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2. We recommend using the following inference frameworks (listed alphabetically) to serve the model:","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":45},"path":"models/coding-minimax-m2.c7582fb0.json","bytes":58101,"variant_of":"minimax-m2","variant_kind":"channel-tier"},{"id":"coding-minimax-m2-free","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2. We recommend using the following inference frameworks (listed alphabetically) to serve the model:","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":45},"path":"models/coding-minimax-m2-free.fa790dc0.json","bytes":58106,"variant_of":"minimax-m2","variant_kind":"pricing-tier"},{"id":"coding-minimax-m2.1","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.1","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.1"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/coding-minimax-m2.1.b7c22b3f.json","bytes":60032,"variant_of":"minimax-m2.1","variant_kind":"channel-tier"},{"id":"coding-minimax-m2.1-free","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.1","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.1"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/coding-minimax-m2.1-free.9eaf3ec1.json","bytes":60037,"variant_of":"minimax-m2.1","variant_kind":"pricing-tier"},{"id":"coding-minimax-m2.5","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.5","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.5"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/coding-minimax-m2.5.f5507521.json","bytes":60019,"variant_of":"minimax-m2.5","variant_kind":"channel-tier"},{"id":"coding-minimax-m2.5-free","vendor":"minimax","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.5","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.5"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":44},"path":"models/coding-minimax-m2.5-free.4d47729c.json","bytes":72888},{"id":"coding-minimax-m2.5-highspeed","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.5","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.5"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/coding-minimax-m2.5-highspeed.1a7b07a2.json","bytes":60484,"variant_of":"minimax-m2.5-highspeed","variant_kind":"channel-tier"},{"id":"coding-minimax-m2.7","vendor":"minimax","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":44},"path":"models/coding-minimax-m2.7.516d921c.json","bytes":58696,"variant_of":"minimax-m2.7","variant_kind":"channel-tier"},{"id":"coding-minimax-m2.7-free","vendor":"minimax","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":44},"path":"models/coding-minimax-m2.7-free.5649d484.json","bytes":72858},{"id":"coding-minimax-m2.7-highspeed","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/coding-minimax-m2.7-highspeed.b37c53cd.json","bytes":60484,"variant_of":"minimax-m2.7-highspeed","variant_kind":"channel-tier"},{"id":"coding-minimax-m3","vendor":"minimax","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":524288,"modalities_in":["text","image","video"],"thinking":"toggleable","open_weights":{"value":true,"quote":"MiniMaxAI/MiniMax-M3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 59 个权重文件(如 model-00001-of-00059.safetensors)","source":"https://huggingface.co/MiniMaxAI/MiniMax-M3"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":26,"fields_resolved":51},"path":"models/coding-minimax-m3.c8b7479d.json","bytes":57791,"variant_of":"minimax-m3","variant_kind":"channel-tier"},{"id":"coding-minimax-m3-free","vendor":"minimax","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":524288,"modalities_in":["text","image","video"],"thinking":"toggleable","open_weights":{"value":true,"quote":"MiniMaxAI/MiniMax-M3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 59 个权重文件(如 model-00001-of-00059.safetensors)","source":"https://huggingface.co/MiniMaxAI/MiniMax-M3"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":26,"fields_resolved":51},"path":"models/coding-minimax-m3-free.c1a5c159.json","bytes":80330},{"id":"coding-xiaomi-mimo-v2-omni","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"xiaomi 官方 HuggingFace org 全量 25 个 repo 的机读清单(XiaomiMiMo 25)中,无 coding-xiaomi-mimo-v2-omni 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=XiaomiMiMo&limit=1000"}},"coverage":{"capabilities":5,"fields_resolved":8},"path":"models/coding-xiaomi-mimo-v2-omni.609286f3.json","bytes":28421},{"id":"coding-xiaomi-mimo-v2-pro","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"open_weights":{"value":false,"quote":"xiaomi 官方 HuggingFace org 全量 25 个 repo 的机读清单(XiaomiMiMo 25)中,无 coding-xiaomi-mimo-v2-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=XiaomiMiMo&limit=1000"}},"coverage":{"capabilities":5,"fields_resolved":3},"path":"models/coding-xiaomi-mimo-v2-pro.8e3bcb74.json","bytes":27152},{"id":"coding-xiaomi-mimo-v2.5","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text","image","video","audio"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"XiaomiMiMo/MiMo-V2.5 · license: mit · 仓库文件清单含 18 个权重文件(如 audio_tokenizer/model.safetensors)","source":"https://huggingface.co/XiaomiMiMo/MiMo-V2.5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":45},"path":"models/coding-xiaomi-mimo-v2.5.130c85a7.json","bytes":69414},{"id":"coding-xiaomi-mimo-v2.5-pro","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"MiMo-V2.5-Pro is an open-source Mixture-of-Experts (MoE) language model with 1.02T total parameters and 42B active parameters. It utilizes the hybrid attention architecture and 3-layers Multi-Token Prediction (MTP) introduced in [MiMo-V2-Flash](https://github.com/XiaomiMiMo/MiMo-V2-Flash), with up to 1M tokens context length.","source":"https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/coding-xiaomi-mimo-v2.5-pro.30614dba.json","bytes":64645},{"id":"cohere-command-a","vendor":"cohere","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":8000,"modalities_in":["text"],"thinking":"unverified（官方对本模型的思考/推理能力零表态：推理专页 docs.cohere.com/v2/docs/reasoning 通篇未点名 Command A、全页示例一律 model=\"command-a-reasoning-08-2025\"，且该页无「推理模型清单」闭表可供反向排除；模型页与模型总表 Description 列亦未提思考。官方兼容面把 reasoning_effort 折成 none 与 high 两档并说明其对应 Cohere Chat API 的 thinking 开关，但那是端点级参数表态、不是模型级能力表态。按 CLAIM-2 留第三态，不按同族 command-a-plus-05-2026 推定继承。）","open_weights":{"value":true,"quote":"CohereLabs/c4ai-command-a-03-2025 · license: cc-by-nc-4.0 · 仓库文件清单含 49 个权重文件(如 model-00001-of-00049.safetensors)","source":"https://huggingface.co/CohereLabs/c4ai-command-a-03-2025","license":"CC-BY-NC-4.0"},"reasoning_options":[{"type":"effort","values":["none","high"]}]},"coverage":{"capabilities":11,"fields_resolved":26},"path":"models/cohere-command-a.721124f3.json","bytes":29838,"variant_of":"command-a-03-2025","variant_kind":"channel-tier"},{"id":"cohere-rerank-v4.0-fast","vendor":"cohere","last_verified":"2026-09-08","protocols":["cohere.rerank"],"specs":{"context_window":32768,"modalities_in":["text"],"open_weights":{"value":false,"quote":"cohere 官方 HuggingFace org 全量 55 个 repo 的机读清单(CohereLabs 55)中,无 cohere-rerank-v4.0-fast 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=CohereLabs&limit=1000"}},"coverage":{"capabilities":4,"fields_resolved":13},"path":"models/cohere-rerank-v4.0-fast.f9134411.json","bytes":11480,"modality":["rerank"]},{"id":"cohere-rerank-v4.0-pro","vendor":"cohere","last_verified":"2026-09-08","protocols":["cohere.rerank"],"specs":{"context_window":32768,"modalities_in":["text"],"open_weights":{"value":false,"quote":"cohere 官方 HuggingFace org 全量 55 个 repo 的机读清单(CohereLabs 55)中,无 cohere-rerank-v4.0-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=CohereLabs&limit=1000"}},"coverage":{"capabilities":4,"fields_resolved":13},"path":"models/cohere-rerank-v4.0-pro.4f54f19e.json","bytes":12319,"modality":["rerank"]},{"id":"command-a-03-2025","vendor":"cohere","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":8000,"modalities_in":["text"],"thinking":"unverified（官方对本模型的思考/推理能力零表态：推理专页 docs.cohere.com/v2/docs/reasoning 通篇未点名 Command A、全页示例一律 model=\"command-a-reasoning-08-2025\"，且该页无「推理模型清单」闭表可供反向排除；模型页与模型总表 Description 列亦未提思考。官方兼容面把 reasoning_effort 折成 none 与 high 两档并说明其对应 Cohere Chat API 的 thinking 开关，但那是端点级参数表态、不是模型级能力表态。按 CLAIM-2 留第三态，不按同族 command-a-plus-05-2026 推定继承。）","open_weights":{"value":true,"quote":"CohereLabs/c4ai-command-a-03-2025 · license: cc-by-nc-4.0 · 仓库文件清单含 49 个权重文件(如 model-00001-of-00049.safetensors)","source":"https://huggingface.co/CohereLabs/c4ai-command-a-03-2025","license":"CC-BY-NC-4.0"},"reasoning_options":[{"type":"effort","values":["none","high"]}]},"coverage":{"capabilities":11,"fields_resolved":26},"path":"models/command-a-03-2025.6893069d.json","bytes":29776},{"id":"command-a-plus-05-2026","vendor":"cohere","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":64000,"modalities_in":["text","image"],"thinking":"hybrid-default-on（混合思考、默认开：Reasoning 指南逐字「Cohere's reasoning models are *hybrid*, meaning reasoning can be enabled (in which case they generate internal reasoning processes before delivering their final responses) or disabled (in which case they function the way any other LLM would).」与「For reasoning models, `thinking` is enabled by default.」；原生开关 thinking.type 枚举 enabled 与 disabled，预算 thinking.token_budget 为整数（机器 spec docs.cohere.com/openapi/cohere-api.json 的 /v2/chat，2026-08-20 机器核验）；官方 OpenAI 兼容面把开关折成 reasoning_effort 的 none 与 high 两档。出处 https://docs.cohere.com/v2/docs/reasoning）","open_weights":{"value":true,"quote":"Command A+ is an open source model with 25 billion active parameters and 218B total parameters model optimized for agentic, multilingual, and reasoning-heavy tasks with a focus on enterprise performance, while also providing support for vision inputs for processing image inputs.","source":"https://huggingface.co/CohereLabs/command-a-plus-05-2026-bf16","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high"]},{"type":"budget_tokens"}]},"coverage":{"capabilities":17,"fields_resolved":48},"path":"models/command-a-plus-05-2026.8288711d.json","bytes":65730},{"id":"deepseek-v3.2","vendor":"deepseek","last_verified":"2026-09-08","protocols":["openai.chat_completions"],"specs":{"context_window":163840,"modalities_in":["text"],"thinking":"hybrid（单模型双模式：era 平台以 deepseek-chat=非思考 / deepseek-reasoner=思考 双调用名切换（updates 2025-12-01 逐字）；权重侧 chat template 以 thinking_mode 参数切换（HF 卡 encoding 示例）；tool-use 双模式均支持（news251201 逐字））","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V3.2","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":5,"fields_resolved":3},"path":"models/deepseek-v3.2.00d791de.json","bytes":6621},{"id":"deepseek-v3.2-think","vendor":"deepseek","last_verified":"2026-09-08","protocols":["openai.chat_completions"],"specs":{"context_window":163840,"modalities_in":["text"],"thinking":"hybrid 模型本体的思考档 SKU：DeepSeek-V3.2 单模型双模式，era 平台以 deepseek-reasoner 承载思考模式（updates 2025-12-01 逐字）；权重侧为 chat template 的 thinking_mode 参数（HF 卡 encoding 示例）。本站内行为思考预设档，预设实现方式（上游模式名 or 网关预置参数）名实待核","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V3.2","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":5,"fields_resolved":3},"path":"models/deepseek-v3.2-think.5a3613d6.json","bytes":7932},{"id":"deepseek-v4-flash","vendor":"deepseek","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；档位 low/high/max，默认 high）","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"high"}]},"coverage":{"capabilities":28,"fields_resolved":75},"path":"models/deepseek-v4-flash.bae15255.json","bytes":91087},{"id":"deepseek-v4-flash-0731","vendor":"deepseek","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；档位 low/high/max，默认 high）","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"high"}]},"coverage":{"capabilities":28,"fields_resolved":66},"path":"models/deepseek-v4-flash-0731.954b8440.json","bytes":63683},{"id":"deepseek-v4-flash-0731-fast","vendor":"deepseek","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；档位 low/high/max，默认 high）","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"high"}]},"coverage":{"capabilities":28,"fields_resolved":66},"path":"models/deepseek-v4-flash-0731-fast.4544d32b.json","bytes":63756,"variant_of":"deepseek-v4-flash-0731","variant_kind":"channel-tier"},{"id":"deepseek-v4-flash-vision-exp","vendor":"deepseek","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；档位 low/high/max，默认 high）","open_weights":{"value":true,"quote":"This repository is licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-Vision-Exp","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"high"}]},"coverage":{"capabilities":29,"fields_resolved":80},"path":"models/deepseek-v4-flash-vision-exp.7d4d257e.json","bytes":129720},{"id":"deepseek-v4-pro","vendor":"deepseek","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；接受档位 low/high/max、当前实际生效 high/max——low 归并 high，官方预告 2026-08 早期补全三档）","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"high"}]},"coverage":{"capabilities":25,"fields_resolved":45},"path":"models/deepseek-v4-pro.2bea7f1c.json","bytes":44421},{"id":"deepseek-v4-pro-0813","vendor":"deepseek","last_verified":"2026-08-13","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；reasoning_effort 三档 low/high/max 全量可用、默认 high，medium/xhigh 兼容映射到 high）","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro-0813","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"high"}]},"coverage":{"capabilities":25,"fields_resolved":65},"path":"models/deepseek-v4-pro-0813.5cc97f0a.json","bytes":75139},{"id":"deepseek-v4.1-flash","vendor":"deepseek","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；档位 low/high/max，默认 high）","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"high"}]},"coverage":{"capabilities":29,"fields_resolved":80},"path":"models/deepseek-v4.1-flash.b38bc910.json","bytes":163273},{"id":"dots-3-note-preview-free","vendor":"dots-studio","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":524288,"modalities_in":["text","image","video","audio"],"thinking":"toggle（默认开：官方 chat template 机器证据「{%- if enable_thinking is not defined -%}\n    {%- set enable_thinking = true -%}\n{%- endif -%}」；开关经 chat_template_kwargs.enable_thinking——README「Set enable_thinking=True for reasoning; False returns a direct response.」，OpenAI SDK 侧走 extra_body，非协议顶层字段；另有 clear_thinking kwarg 控制历史轮思考保留，默认 false=保留。出处 https://huggingface.co/dots-studio/dots3-note-prev/raw/main/README.md 与 https://huggingface.co/dots-studio/dots3-note-prev/raw/main/chat_template.jinja）","open_weights":{"value":true,"quote":"The dots3-note preview model weights and modeling code in this repository are licensed under the Apache License, Version 2.0.","source":"https://huggingface.co/dots-studio/dots3-note-prev","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":14,"fields_resolved":37},"path":"models/dots-3-note-preview-free.9ccfc772.json","bytes":50227},{"id":"doubao-deepseek-v4-flash-0731","vendor":"deepseek","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":1024000,"max_output_tokens":384000,"modalities_in":["text"],"thinking":"toggleable","open_weights":{"value":true,"quote":"This repository and the model weights are licensed under the [MIT License](LICENSE).","source":"https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","low","high","max"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"high"}]},"coverage":{"capabilities":28,"fields_resolved":43},"path":"models/doubao-deepseek-v4-flash-0731.7bcd4791.json","bytes":57384},{"id":"doubao-seed-1-8","vendor":"bytedance","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":256000,"max_output_tokens":32768,"modalities_in":["text","image","video","document"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-1-8 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":35,"fields_resolved":53},"path":"models/doubao-seed-1-8.855559fa.json","bytes":157394},{"id":"doubao-seed-2-0-code-preview","vendor":"bytedance","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text","image","video","document"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-0-code-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":35,"fields_resolved":48},"path":"models/doubao-seed-2-0-code-preview.0929e23e.json","bytes":75639},{"id":"doubao-seed-2-0-lite-260215","vendor":"bytedance","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text","image","video","document"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-0-lite-260215 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":35,"fields_resolved":46},"path":"models/doubao-seed-2-0-lite-260215.87124a6c.json","bytes":77026},{"id":"doubao-seed-2-0-lite-260428","vendor":"bytedance","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text","image","video","document","audio"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-0-lite-260428 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":37,"fields_resolved":55},"path":"models/doubao-seed-2-0-lite-260428.7977fca1.json","bytes":82492},{"id":"doubao-seed-2-0-mini","vendor":"bytedance","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text","image","video","document"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-0-mini 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":35,"fields_resolved":52},"path":"models/doubao-seed-2-0-mini.bcad687e.json","bytes":80350},{"id":"doubao-seed-2-0-mini-260428","vendor":"bytedance","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text","image","video","document","audio"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-0-mini-260428 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":36,"fields_resolved":54},"path":"models/doubao-seed-2-0-mini-260428.1fc30a52.json","bytes":79476},{"id":"doubao-seed-2-0-pro","vendor":"bytedance","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text","image","video","document"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-0-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":34,"fields_resolved":44},"path":"models/doubao-seed-2-0-pro.8f48f3c2.json","bytes":73507},{"id":"doubao-seed-2-1-pro","vendor":"bytedance","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":256000,"max_output_tokens":256000,"modalities_in":["text","image","video","document"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-1-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":32,"fields_resolved":51},"path":"models/doubao-seed-2-1-pro.d875193f.json","bytes":61516},{"id":"doubao-seed-2-1-turbo","vendor":"bytedance","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":256000,"modalities_in":["text","image","video","document"],"thinking":"toggleable","open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seed-2-1-turbo 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":32,"fields_resolved":51},"path":"models/doubao-seed-2-1-turbo.13b1d794.json","bytes":62471},{"id":"doubao-seedance-2-0-260128","vendor":"bytedance","last_verified":"2026-08-31","protocols":["bytedance.contents-generations-tasks"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seedance-2-0-260128 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"}},"coverage":{"capabilities":15,"fields_resolved":41},"path":"models/doubao-seedance-2-0-260128.46cc4719.json","bytes":40087,"modality":["video"]},{"id":"doubao-seedance-2-0-fast-260128","vendor":"bytedance","last_verified":"2026-08-31","protocols":["bytedance.contents-generations-tasks"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seedance-2-0-fast-260128 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"}},"coverage":{"capabilities":15,"fields_resolved":41},"path":"models/doubao-seedance-2-0-fast-260128.3c46ee9f.json","bytes":40112,"modality":["video"]},{"id":"doubao-seedance-2-0-mini-260615","vendor":"bytedance","last_verified":"2026-08-31","protocols":["bytedance.contents-generations-tasks"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seedance-2-0-mini-260615 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"}},"coverage":{"capabilities":15,"fields_resolved":41},"path":"models/doubao-seedance-2-0-mini-260615.ee23f7f9.json","bytes":40112,"modality":["video"]},{"id":"doubao-seedance-2-5-260628","vendor":"bytedance","last_verified":"2026-08-31","protocols":["bytedance.contents-generations-tasks"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seedance-2-5-260628 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"}},"coverage":{"capabilities":16,"fields_resolved":45},"path":"models/doubao-seedance-2-5-260628.9e9af13c.json","bytes":45490,"modality":["video"]},{"id":"doubao-seedream-5.0-pro","vendor":"bytedance","last_verified":"2026-09-04","protocols":["bytedance.images-generations"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"bytedance 官方 HuggingFace org 全量 148 个 repo 的机读清单(ByteDance-Seed 59、bytedance-research 32、ByteDance 57)中,无 doubao-seedream-5.0-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=ByteDance-Seed&limit=1000"}},"coverage":{"capabilities":12,"fields_resolved":26},"path":"models/doubao-seedream-5.0-pro.212cc003.json","bytes":33508,"modality":["image"]},{"id":"ernie-5.0","vendor":"baidu","last_verified":"2026-08-20","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":119000,"max_output_tokens":65536,"modalities_in":["text","image"],"thinking":"always-on","open_weights":{"value":false,"quote":"baidu 官方 HuggingFace org 全量 200 个 repo 的机读清单(baidu 36、PaddlePaddle 164)中,无 ernie-5.0 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=baidu&limit=1000"}},"coverage":{"capabilities":16,"fields_resolved":32},"path":"models/ernie-5.0.a8a8a8c4.json","bytes":42147},{"id":"ernie-5.0-thinking-exp","vendor":"baidu","last_verified":"2026-09-08","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":119000,"max_output_tokens":65536,"modalities_in":["text"],"thinking":"unverified","open_weights":{"value":false,"quote":"baidu 官方 HuggingFace org 全量 200 个 repo 的机读清单(baidu 36、PaddlePaddle 164)中,无 ernie-5.0-thinking-exp 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=baidu&limit=1000"}},"coverage":{"capabilities":9,"fields_resolved":13},"path":"models/ernie-5.0-thinking-exp.9b644e2f.json","bytes":27088},{"id":"ernie-5.1","vendor":"baidu","last_verified":"2026-08-20","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":119000,"max_output_tokens":65536,"modalities_in":["text"],"thinking":"always-on","open_weights":{"value":false,"quote":"baidu 官方 HuggingFace org 全量 200 个 repo 的机读清单(baidu 36、PaddlePaddle 164)中,无 ernie-5.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=baidu&limit=1000"},"reasoning_options":[{"type":"budget_tokens"}]},"coverage":{"capabilities":14,"fields_resolved":25},"path":"models/ernie-5.1.08891b96.json","bytes":38457},{"id":"gemini-2.5-flash","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"0 to 24576（thinkingBudget = 0 关闭思考）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":35,"fields_resolved":94},"path":"models/gemini-2.5-flash.d20e6537.json","bytes":79497},{"id":"gemini-2.5-flash-image","vendor":"google","last_verified":"2026-08-31","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":65536,"max_output_tokens":32768,"modalities_in":["text","image"],"thinking":"none（adev 模型页能力表 Thinking: Not Supported，GEAP 模型页 Thinking: Not supported——本模型为非思考型图像模型，与 3.x 图像系（思考默认开）代际差异）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-image 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"}},"coverage":{"capabilities":16,"fields_resolved":50},"path":"models/gemini-2.5-flash-image.1dde5220.json","bytes":44150},{"id":"gemini-2.5-flash-lite","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"512 to 24576（默认 Model does not think；thinkingBudget = -1 开动态思考）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-lite 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":96},"path":"models/gemini-2.5-flash-lite.57cc1165.json","bytes":81930},{"id":"gemini-2.5-flash-lite-nothink","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"512 to 24576（默认 Model does not think；thinkingBudget = -1 开动态思考）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-lite 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":96},"path":"models/gemini-2.5-flash-lite-nothink.825a4795.json","bytes":81885,"variant_of":"gemini-2.5-flash-lite","variant_kind":"mode-preset"},{"id":"gemini-2.5-flash-lite-preview-09-2025","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"512 to 24576（默认 Model does not think；依官方思考预算表**类名行** 2.5 Flash Lite Preview 归属，官方未逐日期快照确认，名实待核）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-lite-preview-09-2025 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":90},"path":"models/gemini-2.5-flash-lite-preview-09-2025.c7d756f6.json","bytes":74914},{"id":"gemini-2.5-flash-lite-preview-09-2025-nothink","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"512 to 24576（默认 Model does not think；依官方思考预算表**类名行** 2.5 Flash Lite Preview 归属，官方未逐日期快照确认，名实待核）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-lite-preview-09-2025 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":90},"path":"models/gemini-2.5-flash-lite-preview-09-2025-nothink.b44ee28e.json","bytes":74877,"variant_of":"gemini-2.5-flash-lite-preview-09-2025","variant_kind":"mode-preset"},{"id":"gemini-2.5-flash-nothink","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"0 to 24576（thinkingBudget = 0 关闭思考）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":35,"fields_resolved":94},"path":"models/gemini-2.5-flash-nothink.1a7b1060.json","bytes":79446,"variant_of":"gemini-2.5-flash","variant_kind":"mode-preset"},{"id":"gemini-2.5-flash-preview-05-20","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio"],"thinking":"0 to 24576（thinkingBudget = 0 关闭思考；官方思考预算表无本 ID 行，按 CLAIM-3 自母模型 gemini-2.5-flash 的 2.5 Flash 行克隆，名实待核）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-preview-05-20 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":93},"path":"models/gemini-2.5-flash-preview-05-20.f07443ef.json","bytes":85858},{"id":"gemini-2.5-flash-preview-05-20-nothink","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio"],"thinking":"0 to 24576（thinkingBudget = 0 关闭思考；官方思考预算表无本 ID 行，按 CLAIM-3 自母模型 gemini-2.5-flash 的 2.5 Flash 行克隆，名实待核）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-preview-05-20 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":93},"path":"models/gemini-2.5-flash-preview-05-20-nothink.08a1732d.json","bytes":85813,"variant_of":"gemini-2.5-flash-preview-05-20","variant_kind":"mode-preset"},{"id":"gemini-2.5-flash-preview-05-20-search","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio"],"thinking":"0 to 24576（thinkingBudget = 0 关闭思考；官方思考预算表无本 ID 行，按 CLAIM-3 自母模型 gemini-2.5-flash 的 2.5 Flash 行克隆，名实待核）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-preview-05-20 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":93},"path":"models/gemini-2.5-flash-preview-05-20-search.4618cc71.json","bytes":86069,"variant_of":"gemini-2.5-flash-preview-05-20","variant_kind":"mode-preset"},{"id":"gemini-2.5-flash-preview-09-2025","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio"],"thinking":"0 to 24576（thinkingBudget = 0 关闭思考；依官方思考预算表**类名行** 2.5 Flash Preview 归属，官方未逐日期快照确认，名实待核）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash-preview-09-2025 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":87},"path":"models/gemini-2.5-flash-preview-09-2025.b7491c5a.json","bytes":73256},{"id":"gemini-2.5-flash-search","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"0 to 24576（thinkingBudget = 0 关闭思考）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":35,"fields_resolved":94},"path":"models/gemini-2.5-flash-search.4bbeada0.json","bytes":79694,"variant_of":"gemini-2.5-flash","variant_kind":"mode-preset"},{"id":"gemini-2.5-pro","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"128 to 32768（不可关闭思考）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":96},"path":"models/gemini-2.5-pro.9d9b5ccc.json","bytes":79753},{"id":"gemini-2.5-pro-preview-05-06","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"128 to 32768（不可关闭思考；官方思考预算表无本 ID 行，按 CLAIM-3 自母模型 gemini-2.5-pro 的 2.5 Pro 行克隆，名实待核）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-pro-preview-05-06 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":95},"path":"models/gemini-2.5-pro-preview-05-06.38063e77.json","bytes":87070},{"id":"gemini-2.5-pro-search","vendor":"google","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"128 to 32768（不可关闭思考）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-2.5-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":96},"path":"models/gemini-2.5-pro-search.9683a13b.json","bytes":79948,"variant_of":"gemini-2.5-pro","variant_kind":"mode-preset"},{"id":"gemini-3-flash-preview","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（minimal/low/medium/high，默认 On(high)）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3-flash-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":98},"path":"models/gemini-3-flash-preview.337081a0.json","bytes":85520},{"id":"gemini-3-flash-preview-free","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（minimal/low/medium/high，默认 On(high)）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3-flash-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":98},"path":"models/gemini-3-flash-preview-free.730cfcc1.json","bytes":85593,"variant_of":"gemini-3-flash-preview","variant_kind":"pricing-tier"},{"id":"gemini-3-flash-preview-search","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（minimal/low/medium/high，默认 On(high)）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3-flash-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":34,"fields_resolved":98},"path":"models/gemini-3-flash-preview-search.6821502d.json","bytes":85594,"variant_of":"gemini-3-flash-preview","variant_kind":"mode-preset"},{"id":"gemini-3-pro-image","vendor":"google","last_verified":"2026-08-31","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":65536,"max_output_tokens":32768,"modalities_in":["text","image"],"thinking":"hybrid（默认开启且 API 不可关闭；档位控制官方未对本模型文档化）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3-pro-image 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":19,"fields_resolved":51},"path":"models/gemini-3-pro-image.09ecc8d9.json","bytes":46776},{"id":"gemini-3.1-flash-image","vendor":"google","last_verified":"2026-08-31","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":131072,"max_output_tokens":32768,"modalities_in":["text","image","pdf","video"],"thinking":"hybrid（仅 minimal/high 两档，默认 On(minimal)；官方明文思考默认开启且 API 不可关闭）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-flash-image 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","high"],"default":"minimal"},{"type":"budget_tokens"}]},"coverage":{"capabilities":19,"fields_resolved":52},"path":"models/gemini-3.1-flash-image.8697e023.json","bytes":47926},{"id":"gemini-3.1-flash-lite","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（minimal/low/medium/high，默认 On(minimal)）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-flash-lite 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":96},"path":"models/gemini-3.1-flash-lite.c2cf00c3.json","bytes":83845},{"id":"gemini-3.1-flash-lite-image","vendor":"google","last_verified":"2026-08-31","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":65536,"max_output_tokens":4096,"modalities_in":["text","image"],"thinking":"hybrid（仅 minimal/high 两档，默认 On(minimal)；官方明文思考默认开启且 API 不可关闭）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-flash-lite-image 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","high"],"default":"minimal"}]},"coverage":{"capabilities":10,"fields_resolved":36},"path":"models/gemini-3.1-flash-lite-image.88ffb4ca.json","bytes":30745},{"id":"gemini-3.1-flash-lite-nothink","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（minimal/low/medium/high，默认 On(minimal)）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-flash-lite 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":96},"path":"models/gemini-3.1-flash-lite-nothink.6ee28b13.json","bytes":83919,"variant_of":"gemini-3.1-flash-lite","variant_kind":"mode-preset"},{"id":"gemini-3.1-flash-lite-preview","vendor":"google","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（家族级档位 minimal/low/medium/high；本 preview 变体默认档官方未见）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-flash-lite-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":96},"path":"models/gemini-3.1-flash-lite-preview.899e37fe.json","bytes":79518},{"id":"gemini-3.1-pro-preview","vendor":"google","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（low/medium/high，默认 On(high)；无 minimal 档；MEDIUM 为本模型相对 3-pro 新增）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-pro-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":96},"path":"models/gemini-3.1-pro-preview.2f003c1c.json","bytes":79259},{"id":"gemini-3.1-pro-preview-customtools","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（low/medium/high，默认 On(high)；无 minimal 档——随母端点 gemini-3.1-pro-preview）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-pro-preview-customtools 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":96},"path":"models/gemini-3.1-pro-preview-customtools.c62566c3.json","bytes":94943},{"id":"gemini-3.1-pro-preview-search","vendor":"google","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（low/medium/high，默认 On(high)；无 minimal 档；MEDIUM 为本模型相对 3-pro 新增）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.1-pro-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":96},"path":"models/gemini-3.1-pro-preview-search.be160f19.json","bytes":79333,"variant_of":"gemini-3.1-pro-preview","variant_kind":"mode-preset"},{"id":"gemini-3.5-flash","vendor":"google","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid（minimal/low/medium/high，默认 On(medium)；官方称由 3 Flash Preview 的 high 下调）","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.5-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":35,"fields_resolved":100},"path":"models/gemini-3.5-flash.146b13b6.json","bytes":84828},{"id":"gemini-3.5-flash-lite","vendor":"google","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.5-flash-lite 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":30,"fields_resolved":91},"path":"models/gemini-3.5-flash-lite.6e5ea4ca.json","bytes":69111},{"id":"gemini-3.5-flash-lite-free","vendor":"google","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.5-flash-lite 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":30,"fields_resolved":91},"path":"models/gemini-3.5-flash-lite-free.2eec0ec2.json","bytes":69183,"variant_of":"gemini-3.5-flash-lite","variant_kind":"pricing-tier"},{"id":"gemini-3.6-flash","vendor":"google","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.6-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":93},"path":"models/gemini-3.6-flash.7bdb1720.json","bytes":69036},{"id":"gemini-3.6-flash-free","vendor":"google","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.6-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":93},"path":"models/gemini-3.6-flash-free.0cd4b38d.json","bytes":69103,"variant_of":"gemini-3.6-flash","variant_kind":"pricing-tier"},{"id":"gemini-3.7-flash","vendor":"google","last_verified":"2026-08-14","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.7-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":105},"path":"models/gemini-3.7-flash.dba9de29.json","bytes":105232},{"id":"gemini-3.7-flash-free","vendor":"google","last_verified":"2026-08-14","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.7-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":105},"path":"models/gemini-3.7-flash-free.9d5ff85e.json","bytes":105299,"variant_of":"gemini-3.7-flash","variant_kind":"pricing-tier"},{"id":"gemini-3.8-flash","vendor":"google","last_verified":"2026-09-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.8-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":105},"path":"models/gemini-3.8-flash.bed7e4ca.json","bytes":122044},{"id":"gemini-3.8-flash-free","vendor":"google","last_verified":"2026-09-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":1048576,"max_output_tokens":65536,"modalities_in":["text","image","video","audio","pdf"],"thinking":"hybrid","open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 gemini-3.8-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":105},"path":"models/gemini-3.8-flash-free.0100c3ca.json","bytes":122111,"variant_of":"gemini-3.8-flash","variant_kind":"pricing-tier"},{"id":"gemma-4-26b-a4b-it","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"hybrid（二值开关、无深度档位：权重面以系统提示首 <|think|> token / apply_chat_template 的 enable_thinking 参数控制；Gemini API 面 thinkingConfig.thinkingLevel 严格二值 high=开 / minimal=关——官方原话 strictly supports toggling this feature on or off）","open_weights":{"value":true,"quote":"google/gemma-4-26B-A4B-it · license: apache-2.0 · 仓库文件清单含 2 个权重文件(如 model-00001-of-00002.safetensors)","source":"https://huggingface.co/google/gemma-4-26B-A4B-it","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","high"]}]},"coverage":{"capabilities":15,"fields_resolved":54},"path":"models/gemma-4-26b-a4b-it.5afdda31.json","bytes":66303},{"id":"gemma-4-26b-a4b-it-free","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"hybrid（二值开关、无深度档位：权重面以系统提示首 <|think|> token / apply_chat_template 的 enable_thinking 参数控制；Gemini API 面 thinkingConfig.thinkingLevel 严格二值 high=开 / minimal=关——官方原话 strictly supports toggling this feature on or off）","open_weights":{"value":true,"quote":"google/gemma-4-26B-A4B-it · license: apache-2.0 · 仓库文件清单含 2 个权重文件(如 model-00001-of-00002.safetensors)","source":"https://huggingface.co/google/gemma-4-26B-A4B-it","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","high"]}]},"coverage":{"capabilities":15,"fields_resolved":54},"path":"models/gemma-4-26b-a4b-it-free.886392c9.json","bytes":66372,"variant_of":"gemma-4-26b-a4b-it","variant_kind":"pricing-tier"},{"id":"gemma-4-31b-it","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"hybrid（二值开关、无深度档位：权重面以系统提示首 <|think|> token / apply_chat_template 的 enable_thinking 参数控制；Gemini API 面 thinkingConfig.thinkingLevel 严格二值 high=开 / minimal=关——官方原话 strictly supports toggling this feature on or off）","open_weights":{"value":true,"quote":"google/gemma-4-31B-it · license: apache-2.0 · 仓库文件清单含 2 个权重文件(如 model-00001-of-00002.safetensors)","source":"https://huggingface.co/google/gemma-4-31B-it","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","high"]}]},"coverage":{"capabilities":15,"fields_resolved":54},"path":"models/gemma-4-31b-it.f3b636be.json","bytes":66185},{"id":"gemma-4-31b-it-free","vendor":"google","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages","google.gemini"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"hybrid（二值开关、无深度档位：权重面以系统提示首 <|think|> token / apply_chat_template 的 enable_thinking 参数控制；Gemini API 面 thinkingConfig.thinkingLevel 严格二值 high=开 / minimal=关——官方原话 strictly supports toggling this feature on or off）","open_weights":{"value":true,"quote":"google/gemma-4-31B-it · license: apache-2.0 · 仓库文件清单含 2 个权重文件(如 model-00001-of-00002.safetensors)","source":"https://huggingface.co/google/gemma-4-31B-it","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["minimal","high"]}]},"coverage":{"capabilities":15,"fields_resolved":54},"path":"models/gemma-4-31b-it-free.3a731fa4.json","bytes":66250,"variant_of":"gemma-4-31b-it","variant_kind":"pricing-tier"},{"id":"glm-4.5v","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":65536,"max_output_tokens":16384,"modalities_in":["text","image","video","document"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"zai-org/GLM-4.5V · license: mit · 仓库文件清单含 46 个权重文件(如 model-00001-of-00046.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.5V","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["max","high","low"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":37},"path":"models/glm-4.5v.6d5858c5.json","bytes":57107},{"id":"glm-4.6","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-4.6 · license: mit · 仓库文件清单含 93 个权重文件(如 model-00001-of-00092.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.6","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":43},"path":"models/glm-4.6.7e409202.json","bytes":67208},{"id":"glm-4.6v","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":131072,"max_output_tokens":32768,"modalities_in":["text","image","video","document"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-4.6V · license: mit · 仓库文件清单含 41 个权重文件(如 model-00001-of-00041.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.6V","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["max","high","low"],"default":"max"}]},"coverage":{"capabilities":21,"fields_resolved":46},"path":"models/glm-4.6v.8c9bc14e.json","bytes":69090},{"id":"glm-4.7","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"zai-org/GLM-4.7 · license: mit · 仓库文件清单含 93 个权重文件(如 model-00001-of-00092.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.7","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":41},"path":"models/glm-4.7.40950487.json","bytes":77461},{"id":"glm-4.7-flash-free","vendor":"zhipu","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"zai-org/GLM-4.7-Flash · license: mit · 仓库文件清单含 48 个权重文件(如 model-00001-of-00048.safetensors)","source":"https://huggingface.co/zai-org/GLM-4.7-Flash","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":40},"path":"models/glm-4.7-flash-free.56a21887.json","bytes":75911},{"id":"glm-5","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/glm-5.fbe5a92b.json","bytes":56782},{"id":"glm-5-turbo","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/glm-5-turbo.d5cfd079.json","bytes":54525},{"id":"glm-5.1","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.1 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.1","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/glm-5.1.f95dafdd.json","bytes":56901},{"id":"glm-5.2","vendor":"zhipu","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.2 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.2","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high","max"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/glm-5.2.11cb7056.json","bytes":52156},{"id":"glm-5.2-fast-preview","vendor":"zhipu","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.2 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.2","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high","max"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/glm-5.2-fast-preview.75eb53e5.json","bytes":71884},{"id":"glm-5.2-free","vendor":"zhipu","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.2 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.2","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high","max"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/glm-5.2-free.0746572c.json","bytes":52214,"variant_of":"glm-5.2","variant_kind":"pricing-tier"},{"id":"glm-5.3","vendor":"zhipu","last_verified":"2026-08-19","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"always-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 141 个权重文件(如 model-00001-of-00141.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.3"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":20,"fields_resolved":42},"path":"models/glm-5.3.47d49e2f.json","bytes":65577},{"id":"glm-5.3-flash","vendor":"zhipu","last_verified":"2026-08-27","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"always-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.3-Flash · license: mit · 仓库文件清单含 62 个权重文件(如 model-00001-of-00062.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.3-Flash","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":46},"path":"models/glm-5.3-flash.92a3d79a.json","bytes":55278},{"id":"glm-5v-turbo","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":131072,"modalities_in":["text","image","video","document"],"thinking":"hybrid-default-on","open_weights":{"value":false,"quote":"zhipu 官方 HuggingFace org 全量 154 个 repo 的机读清单(zai-org 154)中,无 glm-5v-turbo 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=zai-org&limit=1000"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":37},"path":"models/glm-5v-turbo.a634a5d3.json","bytes":56365},{"id":"glm-image","vendor":"zhipu","last_verified":"2026-08-31","protocols":["zhipu.async-images-generations","zhipu.images-generations"],"specs":{"modalities_in":["text"],"open_weights":{"value":true,"quote":"The overall GLM-Image model is released under the MIT License.","source":"https://huggingface.co/zai-org/GLM-Image","license":"MIT"}},"coverage":{"capabilities":5,"fields_resolved":14},"path":"models/glm-image.0fdbe0c0.json","bytes":15670,"modality":["image"]},{"id":"gpt-4.1","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1047576,"max_output_tokens":32768,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":29,"fields_resolved":76},"path":"models/gpt-4.1.40ab7362.json","bytes":56754},{"id":"gpt-4.1-free","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1047576,"max_output_tokens":32768,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":29,"fields_resolved":76},"path":"models/gpt-4.1-free.23c63444.json","bytes":56812,"variant_of":"gpt-4.1","variant_kind":"pricing-tier"},{"id":"gpt-4.1-mini","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1047576,"max_output_tokens":32768,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4.1-mini 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":28,"fields_resolved":75},"path":"models/gpt-4.1-mini.c612cf96.json","bytes":56336},{"id":"gpt-4.1-mini-free","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1047576,"max_output_tokens":32768,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4.1-mini 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":28,"fields_resolved":75},"path":"models/gpt-4.1-mini-free.8d38283d.json","bytes":56399,"variant_of":"gpt-4.1-mini","variant_kind":"pricing-tier"},{"id":"gpt-4.1-nano","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1047576,"max_output_tokens":32768,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4.1-nano 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":28,"fields_resolved":73},"path":"models/gpt-4.1-nano.462eda5d.json","bytes":55604},{"id":"gpt-4.1-nano-free","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1047576,"max_output_tokens":32768,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4.1-nano 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":28,"fields_resolved":73},"path":"models/gpt-4.1-nano-free.be60721d.json","bytes":55667,"variant_of":"gpt-4.1-nano","variant_kind":"pricing-tier"},{"id":"gpt-4o","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4o 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":29,"fields_resolved":76},"path":"models/gpt-4o.787c6431.json","bytes":56876},{"id":"gpt-4o-audio-preview","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","audio"],"thinking":"官方未声明推理能力（不等于官方否认）：官方模型页无任何 reasoning/thinking 收录（Supported features 闭列表仅 streaming/function_calling）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4o-audio-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":24,"fields_resolved":47},"path":"models/gpt-4o-audio-preview.040866db.json","bytes":37962},{"id":"gpt-4o-free","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","image","pdf"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4o 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":29,"fields_resolved":76},"path":"models/gpt-4o-free.3221b2b6.json","bytes":56933,"variant_of":"gpt-4o","variant_kind":"pricing-tier"},{"id":"gpt-4o-mini-audio-preview","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","audio"],"thinking":"官方未声明推理能力（不等于官方否认）：官方模型页无任何 reasoning/thinking 收录（Supported features 闭列表仅 streaming/function_calling）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-4o-mini-audio-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":24,"fields_resolved":47},"path":"models/gpt-4o-mini-audio-preview.62a58778.json","bytes":37951},{"id":"gpt-5","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（模型页明文 Reasoning.effort supports: minimal, low, medium, and high；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":34,"fields_resolved":87},"path":"models/gpt-5.7adc22d4.json","bytes":63241},{"id":"gpt-5-chat-latest","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5-chat-latest 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":30,"fields_resolved":80},"path":"models/gpt-5-chat-latest.9c570a63.json","bytes":55918},{"id":"gpt-5-codex","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（Reasoning token support；模型页未发布 reasoning.effort 值域 → enum-domain-unverified，待阶段二实测）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5-codex 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":27,"fields_resolved":49},"path":"models/gpt-5-codex.f73763c3.json","bytes":36683},{"id":"gpt-5-mini","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（Reasoning token support；模型页未发布 reasoning.effort 值域 → enum-domain-unverified，待阶段二实测）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5-mini 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":33,"fields_resolved":86},"path":"models/gpt-5-mini.7bf9c22c.json","bytes":61872},{"id":"gpt-5-nano","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（Reasoning token support；模型页未发布 reasoning.effort 值域 → enum-domain-unverified，待阶段二实测）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5-nano 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":34,"fields_resolved":87},"path":"models/gpt-5-nano.79b0e60a.json","bytes":63021},{"id":"gpt-5-pro","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":272000,"modalities_in":["text","image"],"thinking":"reasoning（模型页明文 defaults to (and only supports) reasoning.effort: high，单档；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["high"],"default":"high"}]},"coverage":{"capabilities":31,"fields_resolved":54},"path":"models/gpt-5-pro.fbf42228.json","bytes":41012},{"id":"gpt-5.1","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort/reasoning.effort: none（默认）/low/medium/high 四档，无 xhigh——xhigh 系 5.2 世代新增；Reasoning token support；temperature/top_p/logprobs 非 none 档明确报错（GPT-5.2 指南否定条件句点名 GPT-5.1），none 档的支持性官方未正面声明、未确证）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":37,"fields_resolved":85},"path":"models/gpt-5.1.f36a7a21.json","bytes":74138},{"id":"gpt-5.1-chat-latest","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","image"],"thinking":"无（模型页 Model details 无 “Reasoning token support” 项；ChatGPT 调优快照）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.1-chat-latest 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":29,"fields_resolved":78},"path":"models/gpt-5.1-chat-latest.fcc04e00.json","bytes":59408},{"id":"gpt-5.1-codex","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（模型页 “- Reasoning token support”；官方未对本 ID 逐值披露 reasoning effort 档位，值域挂起 enum-domain-unverified）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.1-codex 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":30,"fields_resolved":54},"path":"models/gpt-5.1-codex.8aa99410.json","bytes":46823},{"id":"gpt-5.1-codex-max","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（模型页 “- Reasoning token support”；官方未对本 ID 逐值披露 reasoning effort 档位，值域挂起 enum-domain-unverified）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.1-codex-max 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":30,"fields_resolved":53},"path":"models/gpt-5.1-codex-max.2b229338.json","bytes":47061},{"id":"gpt-5.1-codex-mini","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（模型页 “- Reasoning token support”；官方未对本 ID 逐值披露 reasoning effort 档位，值域挂起 enum-domain-unverified）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.1-codex-mini 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":30,"fields_resolved":54},"path":"models/gpt-5.1-codex-mini.526e61d0.json","bytes":46957},{"id":"gpt-5.2","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort/reasoning.effort: none（默认）/low/medium/high/xhigh 五档；Reasoning token support；temperature/top_p/logprobs 仅 effort=none 可传，其余档位 4xx）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.2 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":38,"fields_resolved":95},"path":"models/gpt-5.2.2726d817.json","bytes":79500},{"id":"gpt-5.2-chat-latest","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","image"],"thinking":"无（模型页 Model details 无 “Reasoning token support” 项；ChatGPT 调优快照）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.2-chat-latest 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":29,"fields_resolved":76},"path":"models/gpt-5.2-chat-latest.d151f8ba.json","bytes":57782},{"id":"gpt-5.2-codex","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning.effort: low/medium/high/xhigh 四档，无 none；Reasoning token support；官方未标注默认档）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.2-codex 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":33,"fields_resolved":57},"path":"models/gpt-5.2-codex.08176722.json","bytes":51025},{"id":"gpt-5.2-high","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort/reasoning.effort: none（默认）/low/medium/high/xhigh 五档；Reasoning token support；temperature/top_p/logprobs 仅 effort=none 可传，其余档位 4xx）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.2 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"high"}]},"coverage":{"capabilities":38,"fields_resolved":95},"path":"models/gpt-5.2-high.21ce836f.json","bytes":79498,"variant_of":"gpt-5.2","variant_kind":"mode-preset"},{"id":"gpt-5.2-low","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort/reasoning.effort: none（默认）/low/medium/high/xhigh 五档；Reasoning token support；temperature/top_p/logprobs 仅 effort=none 可传，其余档位 4xx）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.2 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"low"}]},"coverage":{"capabilities":38,"fields_resolved":95},"path":"models/gpt-5.2-low.b37fe657.json","bytes":79494,"variant_of":"gpt-5.2","variant_kind":"mode-preset"},{"id":"gpt-5.2-pro","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（reasoning.effort: medium/high/xhigh 三档，无 none/low；Reasoning token support；官方未标注默认档）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.2-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":54},"path":"models/gpt-5.2-pro.d38a498a.json","bytes":47335},{"id":"gpt-5.3-chat-latest","vendor":"openai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.3-chat-latest 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":28,"fields_resolved":75},"path":"models/gpt-5.3-chat-latest.732b242c.json","bytes":57831},{"id":"gpt-5.3-codex","vendor":"openai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning.effort: low/medium/high/xhigh 四档，无 none/minimal/max；Reasoning token support；仅 Responses 面）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.3-codex 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":52},"path":"models/gpt-5.3-codex.83a68c92.json","bytes":47661},{"id":"gpt-5.4","vendor":"openai","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort: none/low/medium/high/xhigh，默认 none；无 minimal/max 档；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.4 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":36,"fields_resolved":87},"path":"models/gpt-5.4.fe3da2eb.json","bytes":72500},{"id":"gpt-5.4-high","vendor":"openai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort: none/low/medium/high/xhigh，默认 none；无 minimal/max 档；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.4-high 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":36,"fields_resolved":91},"path":"models/gpt-5.4-high.dbfcf533.json","bytes":103319},{"id":"gpt-5.4-low","vendor":"openai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort: none/low/medium/high/xhigh，默认 none；无 minimal/max 档；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.4-low 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":36,"fields_resolved":91},"path":"models/gpt-5.4-low.a5bfd798.json","bytes":103161},{"id":"gpt-5.4-mini","vendor":"openai","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（reasoning_effort: none/low/medium/high/xhigh，默认 none；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.4-mini 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":34,"fields_resolved":82},"path":"models/gpt-5.4-mini.14406d0e.json","bytes":66939},{"id":"gpt-5.4-nano","vendor":"openai","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（reasoning_effort: none/low/medium/high/xhigh，默认 none；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.4-nano 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":32,"fields_resolved":80},"path":"models/gpt-5.4-nano.6bb43d1e.json","bytes":63927},{"id":"gpt-5.4-pro","vendor":"openai","last_verified":"2026-08-20","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（reasoning.effort: medium（默认）/high/xhigh 三档，无 none/low/minimal/max；Reasoning token support；仅 Responses 面）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.4-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":53},"path":"models/gpt-5.4-pro.b6a9b33a.json","bytes":45770},{"id":"gpt-5.5","vendor":"openai","last_verified":"2026-09-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort: none/low/medium/high/xhigh，默认 medium；无 minimal/max 档；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.5 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":37,"fields_resolved":91},"path":"models/gpt-5.5.698eb41d.json","bytes":75390},{"id":"gpt-5.5-free","vendor":"openai","last_verified":"2026-09-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（reasoning_effort: none/low/medium/high/xhigh，默认 medium；无 minimal/max 档；Reasoning token support）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.5 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":37,"fields_resolved":91},"path":"models/gpt-5.5-free.7553800a.json","bytes":75448,"variant_of":"gpt-5.5","variant_kind":"pricing-tier"},{"id":"gpt-5.5-pro","vendor":"openai","last_verified":"2026-08-20","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"reasoning（reasoning.effort: medium/high（默认）/xhigh 三档，无 none/low/minimal/max；Reasoning token support；仅 Responses 面）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.5-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":30,"fields_resolved":54},"path":"models/gpt-5.5-pro.7b00b9e7.json","bytes":45615},{"id":"gpt-5.6-luna","vendor":"openai","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"hybrid(reasoning_effort 档位官方标 model-dependent、模型页未逐档点名,spec 全集 none..max 默认 medium;Pro mode standard/pro 为 5.6 家族级官方声明,仅 responses 协议)","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.6-luna 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":83},"path":"models/gpt-5.6-luna.ffba9f2e.json","bytes":66352},{"id":"gpt-5.6-sol","vendor":"openai","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"hybrid（reasoning_effort: none/low/medium/high/xhigh/max，默认 medium；Pro mode: standard/pro，仅 responses 协议）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.6-sol 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":83},"path":"models/gpt-5.6-sol.4175c748.json","bytes":65384},{"id":"gpt-5.6-sol-disc","vendor":"openai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"hybrid（reasoning_effort: none/low/medium/high/xhigh/max，默认 medium；Pro mode: standard/pro，仅 responses 协议）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.6-sol-disc 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":83},"path":"models/gpt-5.6-sol-disc.55ca0c34.json","bytes":78899},{"id":"gpt-5.6-terra","vendor":"openai","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"hybrid(GPT-5.6 官方模型指南明确支持 reasoning_effort none/low/medium/high/xhigh/max,standard/pro 两模式默认 effort 均为 medium;Pro mode standard/pro 为 5.6 家族级官方声明,仅 responses 协议;出处 https://developers.openai.com/api/docs/guides/latest-model 与 https://developers.openai.com/api/docs/guides/reasoning)","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-5.6-terra 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":31,"fields_resolved":84},"path":"models/gpt-5.6-terra.38063218.json","bytes":65619},{"id":"gpt-6-astra","vendor":"openai","last_verified":"2026-09-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1050000,"max_output_tokens":128000,"modalities_in":["text","image"],"thinking":"推理模型（reasoning.effort: low/medium/high/xhigh/max，无 none/minimal，传 none 直接 HTTP 400；reasoning.mode: standard/pro，仅 responses 面；会话中途可用 configuration_update 输入项改档而不动请求级 effort）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-6-astra 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high","xhigh","max"],"default":"medium"}]},"coverage":{"capabilities":47,"fields_resolved":105},"path":"models/gpt-6-astra.da0fed38.json","bytes":99703},{"id":"gpt-audio-1.5","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":128000,"max_output_tokens":16384,"modalities_in":["text","audio"],"thinking":"官方未声明推理能力（不等于官方否认）：官方模型页无任何 reasoning/thinking 收录（Supported features 闭列表仅 streaming/function_calling）；站内 features 标 thinking 无官方依据（见 catalog_discrepancies）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-audio-1.5 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":24,"fields_resolved":47},"path":"models/gpt-audio-1.5.2b92bbd8.json","bytes":37948},{"id":"gpt-chat-latest","vendor":"openai","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":400000,"max_output_tokens":128000,"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-chat-latest 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":27,"fields_resolved":71},"path":"models/gpt-chat-latest.377cf1e4.json","bytes":50307},{"id":"gpt-image-1.5","vendor":"openai","last_verified":"2026-09-04","protocols":["openai.responses","openai.images"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-image-1.5 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":10,"fields_resolved":23},"path":"models/gpt-image-1.5.16dca4ae.json","bytes":42494,"modality":["image"]},{"id":"gpt-image-2","vendor":"openai","last_verified":"2026-08-31","protocols":["openai.responses","openai.images"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-image-2 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":10,"fields_resolved":19},"path":"models/gpt-image-2.8c1b01fd.json","bytes":31057,"modality":["image"]},{"id":"gpt-image-2-free","vendor":"openai","last_verified":"2026-09-03","protocols":["openai.responses","openai.images"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-image-2-free 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":10,"fields_resolved":16},"path":"models/gpt-image-2-free.4dd225b5.json","bytes":41637,"modality":["image"]},{"id":"gpt-image-2.5-flare","vendor":"openai","last_verified":"2026-09-09","protocols":["openai.responses","openai.images"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-image-2.5-flare 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":9,"fields_resolved":18},"path":"models/gpt-image-2.5-flare.a3e5ab64.json","bytes":29773,"modality":["image"]},{"id":"gpt-image-2.5-sunburst","vendor":"openai","last_verified":"2026-09-09","protocols":["openai.responses","openai.images"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 gpt-image-2.5-sunburst 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":9,"fields_resolved":18},"path":"models/gpt-image-2.5-sunburst.b18513b9.json","bytes":30330,"modality":["image"]},{"id":"gpt-oss-20b-free","vendor":"openai","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":131072,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"effort-3档（low / medium / high，经 system 消息文本设定：官方模型卡「The reasoning level can be set in the system prompts, e.g., \"Reasoning: high\".」；harmony 格式把 reasoning effort 编进 system 消息。官方模型页标「Reasoning token support」并给全量 chain-of-thought。出处 https://huggingface.co/openai/gpt-oss-20b 与 https://developers.openai.com/api/docs/models/gpt-oss-20b）","open_weights":{"value":true,"quote":"You can download the model weights from the [Hugging Face Hub](https://huggingface.co/collections/openai/gpt-oss-68911959590a1634ba11c7a4) directly from Hugging Face CLI:","source":"https://huggingface.co/openai/gpt-oss-20b","license":"Apache-2.0"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":12,"fields_resolved":35},"path":"models/gpt-oss-20b-free.584c3b9a.json","bytes":36878},{"id":"grok-4","vendor":"xai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"modalities_in":["text","image"],"thinking":"可调可关（reasoning_effort none/low/medium/high，默认 low；none 档官方明文 disables reasoning completely）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":29,"fields_resolved":72},"path":"models/grok-4.7be447d4.json","bytes":90930},{"id":"grok-4-1-fast-non-reasoning","vendor":"xai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"经官方退役路由由 grok-4.3 none 档承接（non-reasoning 系退役 slug 的官方路由档，思考完全禁用）；显式传 reasoning_effort 可开启思考，值域随母模型 grok-4.3（none/low/medium/high）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.3 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"none"}]},"coverage":{"capabilities":29,"fields_resolved":72},"path":"models/grok-4-1-fast-non-reasoning.fd38dacb.json","bytes":69864,"variant_of":"grok-4.3","variant_kind":"deprecated-alias"},{"id":"grok-4-1-fast-reasoning","vendor":"xai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"经官方退役路由由 grok-4.3 low 档承接（reasoning 系退役 slug 的官方路由档）；官方迁移指南明文可显式改设 medium/high，值域随母模型 grok-4.3（none/low/medium/high）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.3 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":29,"fields_resolved":72},"path":"models/grok-4-1-fast-reasoning.abcf52cf.json","bytes":70293,"variant_of":"grok-4.3","variant_kind":"deprecated-alias"},{"id":"grok-4-20-non-reasoning","vendor":"xai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"不支持（模型详情页 Capabilities 明文 - **Reasoning:** No）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4-20-non-reasoning 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"}},"coverage":{"capabilities":27,"fields_resolved":66},"path":"models/grok-4-20-non-reasoning.ef0ac0e4.json","bytes":63809},{"id":"grok-4-20-reasoning","vendor":"xai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"always-on（模型详情页 Capabilities 写 Reasoning: Yes；官方 spec 明文 reasoning_effort Only supported by `grok-4.3`，本模型无档位参数可调）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4-20-reasoning 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"}},"coverage":{"capabilities":29,"fields_resolved":69},"path":"models/grok-4-20-reasoning.cf0cc5bb.json","bytes":68311},{"id":"grok-4-fast-non-reasoning","vendor":"xai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"经官方退役路由由 grok-4.3 none 档承接（non-reasoning 系退役 slug 的官方路由档，思考完全禁用——grok-4.3 官方明文 none 档 disables reasoning completely）；显式传 reasoning_effort 可开启思考，值域随母模型 grok-4.3（none/low/medium/high）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.3 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"none"}]},"coverage":{"capabilities":29,"fields_resolved":72},"path":"models/grok-4-fast-non-reasoning.352b3756.json","bytes":69928,"variant_of":"grok-4.3","variant_kind":"deprecated-alias"},{"id":"grok-4-fast-reasoning","vendor":"xai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"经官方退役路由由 grok-4.3 low 档承接（reasoning 系退役 slug 的官方路由档）；官方迁移指南明文可显式改设 medium/high，值域随母模型 grok-4.3（none/low/medium/high）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.3 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":29,"fields_resolved":72},"path":"models/grok-4-fast-reasoning.cfc3fdc7.json","bytes":70291,"variant_of":"grok-4.3","variant_kind":"deprecated-alias"},{"id":"grok-4.20-multi-agent-0309","vendor":"xai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"always-on 且档位语义特殊：模型详情页 Capabilities 明文 Reasoning: Yes；reasoning.effort 被官方重载为协作 agent 数量控制（low/medium=4、high/xhigh=16，reasoning 页 Summary table 点名本模型），无 none 档、思考不可关闭；默认档官方未公布","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.20-multi-agent-0309 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":27,"fields_resolved":58},"path":"models/grok-4.20-multi-agent-0309.4643ad10.json","bytes":54305},{"id":"grok-4.3","vendor":"xai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text","image"],"thinking":"可调可关（reasoning_effort none/low/medium/high，默认 low；none 档官方明文 disables reasoning completely）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.3 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["none","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":29,"fields_resolved":72},"path":"models/grok-4.3.bc6c0f18.json","bytes":70135},{"id":"grok-4.5","vendor":"xai","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":500000,"modalities_in":["text","image"],"thinking":"always-on（不可关闭；reasoning_effort low/medium/high，默认 high，无 none 档）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.5 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":26,"fields_resolved":55},"path":"models/grok-4.5.6b60a2bd.json","bytes":57050},{"id":"grok-4.6","vendor":"xai","last_verified":"2026-08-13","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":500000,"modalities_in":["text","image"],"thinking":"always-on（不可关闭；reasoning_effort low/medium/high/xhigh，默认 high，无 none 档）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-4.6 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high","xhigh"],"default":"medium"}]},"coverage":{"capabilities":29,"fields_resolved":101},"path":"models/grok-4.6.83d936f5.json","bytes":95134},{"id":"grok-build-0.1","vendor":"xai","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"modalities_in":["text","image"],"thinking":"官方模型详情页 Capabilities 声明 Reasoning: Yes（The model can think before responding）；档位与默认值官方两处口径矛盾且均未点名本模型 → 阶段一不定档（详见 capabilities 的 reasoning-effort 行）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-build-0.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"}},"coverage":{"capabilities":25,"fields_resolved":57},"path":"models/grok-build-0.1.9f896972.json","bytes":58689},{"id":"grok-code-fast-1","vendor":"xai","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"modalities_in":["text","image"],"thinking":"官方模型详情页 Capabilities 声明 Reasoning: Yes（The model can think before responding）；档位与默认值官方两处口径矛盾且均未点名本模型 → 阶段一不定档（详见 capabilities 的 reasoning-effort 行）","open_weights":{"value":false,"quote":"xai 官方 HuggingFace org 全量 2 个 repo 的机读清单(xai-org 2)中,无 grok-build-0.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=xai-org&limit=1000"}},"coverage":{"capabilities":25,"fields_resolved":57},"path":"models/grok-code-fast-1.9edcc7f4.json","bytes":58755,"variant_of":"grok-build-0.1","variant_kind":"deprecated-alias"},{"id":"happyhorse-1.0-i2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 happyhorse-1.0-i2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":7,"fields_resolved":23},"path":"models/happyhorse-1.0-i2v.e52aa3ae.json","bytes":26465,"modality":["video"]},{"id":"happyhorse-1.0-r2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 happyhorse-1.0-r2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":25},"path":"models/happyhorse-1.0-r2v.770742b8.json","bytes":27765,"modality":["video"]},{"id":"happyhorse-1.0-t2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 happyhorse-1.0-t2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":23},"path":"models/happyhorse-1.0-t2v.7dff7c28.json","bytes":23705,"modality":["video"]},{"id":"happyhorse-1.0-video-edit","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","video","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 happyhorse-1.0-video-edit 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":6,"fields_resolved":23},"path":"models/happyhorse-1.0-video-edit.029545c1.json","bytes":24600,"modality":["video"]},{"id":"happyhorse-1.1-i2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 happyhorse-1.1-i2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":7,"fields_resolved":23},"path":"models/happyhorse-1.1-i2v.46a00339.json","bytes":26369,"modality":["video"]},{"id":"happyhorse-1.1-r2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 happyhorse-1.1-r2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":25},"path":"models/happyhorse-1.1-r2v.205192e0.json","bytes":27492,"modality":["video"]},{"id":"happyhorse-1.1-t2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 happyhorse-1.1-t2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":23},"path":"models/happyhorse-1.1-t2v.6708ea92.json","bytes":23436,"modality":["video"]},{"id":"hy-3d-3.1","vendor":"tencent","last_verified":"2026-09-08","protocols":["tencent.hunyuan-to-3d-pro"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"tencent 官方 HuggingFace org 全量 182 个 repo 的机读清单(tencent 157、Tencent-Hunyuan 25)中,无 hy-3d-3.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=tencent&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":24},"path":"models/hy-3d-3.1.37c249da.json","bytes":24851,"modality":["3d"]},{"id":"hy3","vendor":"tencent","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text"],"thinking":"toggleable","open_weights":{"value":true,"quote":"Hy3 is released under the **Apache License 2.0**. See [LICENSE](https://huggingface.co/tencent/Hy3/blob/main/LICENSE) for details.","source":"https://huggingface.co/tencent/Hy3","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["no_think","low","high"]}]},"coverage":{"capabilities":22,"fields_resolved":40},"path":"models/hy3.894b2700.json","bytes":45676},{"id":"hy3-free","vendor":"tencent","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text"],"thinking":"toggleable","open_weights":{"value":true,"quote":"Hy3 is released under the **Apache License 2.0**. See [LICENSE](https://huggingface.co/tencent/Hy3/blob/main/LICENSE) for details.","source":"https://huggingface.co/tencent/Hy3","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["no_think","low","high"]}]},"coverage":{"capabilities":22,"fields_resolved":40},"path":"models/hy3-free.f5bb8b65.json","bytes":45730,"variant_of":"hy3","variant_kind":"pricing-tier"},{"id":"hy3-preview","vendor":"tencent","last_verified":"2026-08-10","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":128000,"modalities_in":["text"],"thinking":"toggleable","open_weights":{"value":true,"quote":"Hy3 is released under the **Apache License 2.0**. See [LICENSE](https://huggingface.co/tencent/Hy3/blob/main/LICENSE) for details.","source":"https://huggingface.co/tencent/Hy3","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["no_think","low","high"]}]},"coverage":{"capabilities":22,"fields_resolved":40},"path":"models/hy3-preview.b7512cc0.json","bytes":58911},{"id":"hy4-preview","vendor":"tencent","last_verified":"2026-08-31","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":64000,"modalities_in":["text"],"thinking":"toggleable","open_weights":{"value":true,"quote":"Hy4 preview is released under the **Apache License 2.0**. See [LICENSE](https://huggingface.co/tencent/Hy4-preview/blob/main/LICENSE) for details.","source":"https://huggingface.co/tencent/Hy4-preview","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high"],"default":"high"},{"type":"budget_tokens"}]},"coverage":{"capabilities":29,"fields_resolved":55},"path":"models/hy4-preview.5db8b4b2.json","bytes":47347},{"id":"jina-reranker-v3.5","vendor":"jina","last_verified":"2026-09-08","protocols":["jina.rerank"],"specs":{"modalities_in":["text"],"open_weights":{"value":true,"quote":"jinaai/jina-reranker-v3.5 · license: cc-by-nc-4.0 · 仓库文件清单含 1 个权重文件(如 model.safetensors)","source":"https://huggingface.co/jinaai/jina-reranker-v3.5","license":"CC-BY-NC-4.0"}},"coverage":{"capabilities":5,"fields_resolved":22},"path":"models/jina-reranker-v3.5.4d07f5ca.json","bytes":22863,"modality":["rerank"]},{"id":"k2.6-code-preview-free","vendor":"moonshot","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；无强度档位；保留式思考经 thinking.keep 可选、默认关闭）","open_weights":{"value":true,"quote":"Kimi K2.6 is an open-source, native multimodal agentic model that advances practical capabilities in long-horizon coding, coding-driven design, proactive autonomous execution, and swarm-based task orchestration.","source":"https://huggingface.co/moonshotai/Kimi-K2.6"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":24,"fields_resolved":41},"path":"models/k2.6-code-preview-free.a29b8a23.json","bytes":189813},{"id":"kimi-for-coding-free","vendor":"moonshot","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"modalities_in":["text","image","video"],"thinking":"Kimi Code 通道层默认开启（通道文档 Model ID 表 kimi-for-coding 列 Thinking 行为 ON）；开放平台 API 层无本 ID 记载","open_weights":{"value":true,"quote":"Both the code repository and the model weights are released under the [Modified MIT License](LICENSE).","source":"https://huggingface.co/moonshotai/Kimi-K2.7-Code"}},"coverage":{"capabilities":4,"fields_resolved":7},"path":"models/kimi-for-coding-free.bd049d97.json","bytes":40894},{"id":"kimi-k2-0711","vendor":"moonshot","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"modalities_in":["text"],"thinking":"none（官方模型卡逐字 reflex-grade model without long thinking）","open_weights":{"value":true,"quote":"Both the code repository and the model weights are released under the [Modified MIT License](LICENSE).","source":"https://huggingface.co/moonshotai/Kimi-K2-Instruct"}},"coverage":{"capabilities":8,"fields_resolved":19},"path":"models/kimi-k2-0711.eee2e9f9.json","bytes":119848,"variant_of":"kimi-k2-instruct","variant_kind":"deprecated-alias"},{"id":"kimi-k2-instruct","vendor":"moonshot","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"modalities_in":["text"],"thinking":"none（官方模型卡逐字 reflex-grade model without long thinking）","open_weights":{"value":true,"quote":"Both the code repository and the model weights are released under the [Modified MIT License](LICENSE).","source":"https://huggingface.co/moonshotai/Kimi-K2-Instruct"}},"coverage":{"capabilities":8,"fields_resolved":19},"path":"models/kimi-k2-instruct.4f03a3af.json","bytes":119786},{"id":"kimi-k2-thinking","vendor":"moonshot","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"modalities_in":["text"],"thinking":"thinking（思考型模型；**能否关闭 = 未决，能否分档 = 未决**）｜已证明的部分：官方明文只支持到「该模型具备思考能力并会回传思考内容」——博客发布公告逐字「Kimi K2 Thinking 是我们基于「模型即 Agent」理念训练的新一代 Thinking Agent，它原生掌握「边思考，边使用工具」的能力。」，HuggingFace 官方模型卡调用示例逐字读取 `response.choices[0].message.reasoning_content`。｜**未决的部分（2026-09-09 撤销上一版的 `always-on` 断言）**：本字段上一版取值为「always-on（思考型模型，官方未给出关闭开关的明文；无 reasoning_effort 强度档位的官方明文）」，**该断言撤销**——括号里的理由本身即自陈是「官方未给出…明文」，而 `always-on` 是一句「不可关闭」的**正面事实断言**，把「官方没写关闭开关」推成「官方规定不可关闭」违反 CLAIM-2（缺席断言 fail-closed）：canon 现存全部 Moonshot 官方存档中，既无「可关闭」的明文，**也无「不可关闭」的明文**，两个方向都只是缺席，不构成任一方向的结论。对照全仓其它判 `always-on` 的档，其依据均为正面证据（如「关闭档在三个协议面上均返回 HTTP 400」「三面官方明文推理无法关闭」），本档无同类证据。｜**本档因此不建 `thinking-toggle` 条目**：建该格需要一条关于开关的官方事实，正反两面都取不到。｜**重裁条件**：官方补出思考开关字段（或明文声明思考不可关闭、或给出 reasoning_effort 档位）→ 按其重裁本字段并相应建格；阶段二实测只作 aihubmix 轴证据，不改 official 轴。","open_weights":{"value":true,"quote":"Both the code repository and the model weights are released under the [Modified MIT License](LICENSE).","source":"https://huggingface.co/moonshotai/Kimi-K2-Thinking"}},"coverage":{"capabilities":8,"fields_resolved":19},"path":"models/kimi-k2-thinking.384de198.json","bytes":54952},{"id":"kimi-k2-turbo-preview","vendor":"moonshot","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"modalities_in":["text"],"thinking":"none（K2 代 Instruct 谱系，官方描述为 reflex-grade、无长思考；本 ID 官方公告未提及 thinking 参数）","open_weights":{"value":true,"quote":"Both the code repository and the model weights are released under the [Modified MIT License](LICENSE).","source":"https://huggingface.co/moonshotai/Kimi-K2-Instruct"}},"coverage":{"capabilities":4,"fields_resolved":8},"path":"models/kimi-k2-turbo-preview.cd454a0d.json","bytes":22106},{"id":"kimi-k2.5","vendor":"moonshot","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"modalities_in":["text","image","video"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；无强度档位 reasoning_effort；不支持保留式思考 thinking.keep）","open_weights":{"value":true,"quote":"Kimi K2.5 is an open-source, native multimodal agentic model built through continual pretraining on approximately 15 trillion mixed visual and text tokens atop Kimi-K2-Base. It seamlessly integrates vision and language understanding with advanced agentic capabilities, instant and thinking modes, as well as conversational and agentic paradigms.","source":"https://huggingface.co/moonshotai/Kimi-K2.5"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":6,"fields_resolved":11},"path":"models/kimi-k2.5.ea2cf6cb.json","bytes":47158},{"id":"kimi-k2.6","vendor":"moonshot","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"hybrid（thinking/non-thinking 双模式，默认 thinking；无强度档位；保留式思考经 thinking.keep 可选、默认关闭）","open_weights":{"value":true,"quote":"Kimi K2.6 is an open-source, native multimodal agentic model that advances practical capabilities in long-horizon coding, coding-driven design, proactive autonomous execution, and swarm-based task orchestration.","source":"https://huggingface.co/moonshotai/Kimi-K2.6"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":25,"fields_resolved":58},"path":"models/kimi-k2.6.0234b7f2.json","bytes":73381},{"id":"kimi-k2.7-code","vendor":"moonshot","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"thinking-only","open_weights":{"value":true,"quote":"Both the code repository and the model weights are released under the [Modified MIT License](LICENSE).","source":"https://huggingface.co/moonshotai/Kimi-K2.7-Code"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":23,"fields_resolved":53},"path":"models/kimi-k2.7-code.c5d72cc4.json","bytes":54335},{"id":"kimi-k2.7-code-highspeed","vendor":"moonshot","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text","image","video"],"thinking":"thinking-only","open_weights":{"value":true,"quote":"Both the code repository and the model weights are released under the [Modified MIT License](LICENSE).","source":"https://huggingface.co/moonshotai/Kimi-K2.7-Code"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":23,"fields_resolved":53},"path":"models/kimi-k2.7-code-highspeed.a4084901.json","bytes":59890},{"id":"kimi-k3","vendor":"moonshot","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":1048576,"modalities_in":["text","image","video"],"thinking":"thinking-only","open_weights":{"value":true,"quote":"Kimi K3 is an open-weight, native multimodal agentic model and our most capable model to date. It is a 2.8T-parameter model built on Kimi Delta Attention (KDA) and Attention Residuals (AttnRes), with native vision capabilities and a 1-million-token context window. It is the world's first open 3T-class model, designed for frontier intelligence across long-horizon coding, knowledge work, and reas…","source":"https://huggingface.co/moonshotai/Kimi-K3"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":24,"fields_resolved":57},"path":"models/kimi-k3.a3453bbf.json","bytes":45787},{"id":"kling-v3-omni","vendor":"kuaishou","last_verified":"2026-09-04","protocols":["kuaishou.omni-video-kling-3-0-omni"],"specs":{"modalities_in":["text","image","video"],"open_weights":{"value":false,"quote":"kuaishou 官方 HuggingFace org 全量 18 个 repo 的机读清单(Kwai-Klear 10、Kwai-Keye 8)中,无 kling-v3-omni 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Kwai-Klear&limit=1000"}},"coverage":{"capabilities":12,"fields_resolved":120},"path":"models/kling-v3-omni.474d73a5.json","bytes":68123,"modality":["video"]},{"id":"kling-video-o1","vendor":"kuaishou","last_verified":"2026-09-04","protocols":["kuaishou.omni-video-kling-o1"],"specs":{"modalities_in":["text","image","video"],"open_weights":{"value":false,"quote":"kuaishou 官方 HuggingFace org 全量 18 个 repo 的机读清单(Kwai-Klear 10、Kwai-Keye 8)中,无 kling-video-o1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Kwai-Klear&limit=1000"}},"coverage":{"capabilities":12,"fields_resolved":120},"path":"models/kling-video-o1.983c9118.json","bytes":65575,"modality":["video"]},{"id":"laguna-s-2.1-free","vendor":"poolside","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":262144,"modalities_in":["text"],"thinking":"toggle-default-on","open_weights":{"value":true,"quote":"This model is licensed under the [OpenMDW-1.1 License](https://huggingface.co/poolside/Laguna-S-2.1/blob/main/LICENSE.md).","source":"https://huggingface.co/poolside/Laguna-S-2.1","license":"openmdw-1.1"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":11,"fields_resolved":39},"path":"models/laguna-s-2.1-free.4671f13b.json","bytes":51122},{"id":"laguna-xs-2.1-free","vendor":"poolside","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text"],"thinking":"toggle-default-on","open_weights":{"value":true,"quote":"This model is licensed under the [OpenMDW-1.1 License](https://huggingface.co/poolside/Laguna-XS-2.1/blob/main/LICENSE.md).","source":"https://huggingface.co/poolside/Laguna-XS-2.1","license":"openmdw-1.1"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":11,"fields_resolved":34},"path":"models/laguna-xs-2.1-free.751db6cc.json","bytes":50167},{"id":"lfm-2.5-2.6b-free","vendor":"liquid","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":131072,"modalities_in":["text"],"thinking":"always-on（纯思考模型、无开关：模型卡「LFM2.5-2.6B is a pure reasoning model that always thinks before it answers.」；chat_template.jinja L124 生成提示无条件以 <|im_start|>assistant\\n<think> 开头（机器核验 2026-08-20，已存档）；无任何思考开关字段/模板 kwarg（缺席判断：模板与官方语料穷尽无 enable_thinking 类开关）。出处 https://huggingface.co/LiquidAI/LFM2.5-2.6B）","open_weights":{"value":true,"quote":"LiquidAI/LFM2.5-2.6B · license: other(仓内自带自定义许可文件) · 仓库文件清单含 2 个权重文件(如 model-00001-of-00002.safetensors)","source":"https://huggingface.co/LiquidAI/LFM2.5-2.6B"}},"coverage":{"capabilities":10,"fields_resolved":26},"path":"models/lfm-2.5-2.6b-free.bd83170a.json","bytes":36847},{"id":"ling-3.0-flash-free","vendor":"inclusionai","last_verified":"2026-08-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text"],"thinking":"hybrid(原生混合推理：chat/messages 两端点均以 thinking.type 开关思考，enabled（默认）/disabled；官方明文「仅对 Ling-3.0-flash 生效」；出处 https://developer.ant-ling.com/zh-CN/docs/api-reference/openai/ 与 https://developer.ant-ling.com/zh-CN/docs/api-reference/anthropic/)","open_weights":{"value":true,"quote":"inclusionAI/Ling-3.0-flash · license: mit · 仓库文件清单含 24 个权重文件(如 model-00001-of-00024.safetensors)","source":"https://huggingface.co/inclusionAI/Ling-3.0-flash","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":12,"fields_resolved":30},"path":"models/ling-3.0-flash-free.59ff94dd.json","bytes":29363},{"id":"ling-3.0-tiny-free","vendor":"inclusionai","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text"],"thinking":"hybrid(模型页定位「轻量级混合推理模型」、HF 官方权重卡「Native Hybrid Reasoning」且「Thinking mode is enabled by default.」；但平台 API 的思考开关 thinking.type 官方明文「仅对 Ling-3.0-flash 生效」——本模型无文档化的平台侧思考控制参数；HF 自部署经 chat template `enable_thinking` 逐请求控制（自部署权重侧机制，不外推平台面）。出处 https://developer.ant-ling.com/zh-CN/docs/models/ling/ 与 https://huggingface.co/inclusionAI/Ling-3.0-tiny 与 https://developer.ant-ling.com/zh-CN/docs/api-reference/openai/)","open_weights":{"value":true,"quote":"inclusionAI/Ling-3.0-tiny · license: mit · 仓库文件清单含 32 个权重文件(如 model-00000-of-00032.safetensors)","source":"https://huggingface.co/inclusionAI/Ling-3.0-tiny","license":"MIT"}},"coverage":{"capabilities":11,"fields_resolved":26},"path":"models/ling-3.0-tiny-free.e37d2bff.json","bytes":26442},{"id":"longcat-2.0","vendor":"meituan-longcat","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"toggleable","open_weights":{"value":true,"quote":"The **model weights** are released under the **MIT License**.","source":"https://huggingface.co/meituan-longcat/LongCat-2.0","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":10,"fields_resolved":16},"path":"models/longcat-2.0.8e87a53b.json","bytes":22125},{"id":"mai-image-2.5","vendor":"microsoft","last_verified":"2026-08-27","protocols":["microsoft.images-edits","microsoft.images-generations"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"microsoft 官方 HuggingFace org 全量 538 个 repo 的机读清单(microsoft 538)中,无 mai-image-2.5 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=microsoft&limit=1000"}},"coverage":{"capabilities":3,"fields_resolved":7},"path":"models/mai-image-2.5.5fd8e9c0.json","bytes":6714,"modality":["image"]},{"id":"mai-image-2.5-flash","vendor":"microsoft","last_verified":"2026-08-27","protocols":["microsoft.images-edits","microsoft.images-generations"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"microsoft 官方 HuggingFace org 全量 538 个 repo 的机读清单(microsoft 538)中,无 mai-image-2.5-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=microsoft&limit=1000"}},"coverage":{"capabilities":3,"fields_resolved":7},"path":"models/mai-image-2.5-flash.6bf83926.json","bytes":6780,"modality":["image"]},{"id":"mai-image-2.5-pro","vendor":"microsoft","last_verified":"2026-08-27","protocols":["microsoft.images-edits","microsoft.images-generations"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"microsoft 官方 HuggingFace org 全量 538 个 repo 的机读清单(microsoft 538)中,无 mai-image-2.5-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=microsoft&limit=1000"}},"coverage":{"capabilities":3,"fields_resolved":7},"path":"models/mai-image-2.5-pro.cb92c4b9.json","bytes":6753,"modality":["image"]},{"id":"mai-image-2.6","vendor":"microsoft","last_verified":"2026-09-07","protocols":["openai.responses","anthropic.messages","microsoft.images-edits","microsoft.images-generations"],"specs":{"context_window":32000,"max_output_tokens":4096,"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"microsoft 官方 HuggingFace org 全量 538 个 repo 的机读清单(microsoft 538)中,无 mai-image-2.6 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=microsoft&limit=1000"}},"coverage":{"capabilities":6,"fields_resolved":11},"path":"models/mai-image-2.6.de5111ea.json","bytes":16803,"modality":["image"]},{"id":"mai-image-2.6-flash","vendor":"microsoft","last_verified":"2026-09-07","protocols":["openai.responses","anthropic.messages","microsoft.images-edits","microsoft.images-generations"],"specs":{"context_window":32000,"max_output_tokens":4096,"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"microsoft 官方 HuggingFace org 全量 538 个 repo 的机读清单(microsoft 538)中,无 mai-image-2.6-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=microsoft&limit=1000"}},"coverage":{"capabilities":6,"fields_resolved":11},"path":"models/mai-image-2.6-flash.12d71f94.json","bytes":16687,"modality":["image"]},{"id":"mai-thinking-1","vendor":"microsoft","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":64000,"modalities_in":["text"],"thinking":"always-on","open_weights":{"value":false,"quote":"microsoft 官方 HuggingFace org 全量 538 个 repo 的机读清单(microsoft 538)中,无 mai-thinking-1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=microsoft&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":22},"path":"models/mai-thinking-1.be34ae72.json","bytes":25234},{"id":"mercury-2.5-preview","vendor":"inception","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"modalities_in":["text"],"thinking":"reasoning-effort 四档（instant / low / medium / high，默认 medium）；该档位表是厂商级口径且官方逐字限定在 mercury-2，本模型未被点名，故记 spec-only","open_weights":{"value":false,"quote":"HuggingFace 全站 author 检索 inception 的候选官方 handle(inception、InceptionAI、inceptionlabs)均零结果:该厂商未在 HF 开设承载权重的官方 org,mercury-2.5-preview 无任何官方可下载权重仓","source":"https://huggingface.co/api/models?author=inception&limit=1000"},"reasoning_options":[{"type":"effort","values":["instant","low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":12,"fields_resolved":26},"path":"models/mercury-2.5-preview.64cd54a3.json","bytes":31569},{"id":"mimo-v2-flash","vendor":"xiaomi","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text","image","video","audio"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"XiaomiMiMo/MiMo-V2.5 · license: mit · 仓库文件清单含 18 个权重文件(如 audio_tokenizer/model.safetensors)","source":"https://huggingface.co/XiaomiMiMo/MiMo-V2.5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":45},"path":"models/mimo-v2-flash.e4a3b484.json","bytes":49751,"variant_of":"mimo-v2.5","variant_kind":"deprecated-alias"},{"id":"mimo-v2-omni","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"xiaomi 官方 HuggingFace org 全量 25 个 repo 的机读清单(XiaomiMiMo 25)中,无 mimo-v2-omni 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=XiaomiMiMo&limit=1000"}},"coverage":{"capabilities":5,"fields_resolved":8},"path":"models/mimo-v2-omni.f255e0b8.json","bytes":22134},{"id":"mimo-v2-pro","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"open_weights":{"value":false,"quote":"xiaomi 官方 HuggingFace org 全量 25 个 repo 的机读清单(XiaomiMiMo 25)中,无 mimo-v2-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=XiaomiMiMo&limit=1000"}},"coverage":{"capabilities":5,"fields_resolved":3},"path":"models/mimo-v2-pro.2d5d5891.json","bytes":21565},{"id":"mimo-v2.5","vendor":"xiaomi","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text","image","video","audio"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"XiaomiMiMo/MiMo-V2.5 · license: mit · 仓库文件清单含 18 个权重文件(如 audio_tokenizer/model.safetensors)","source":"https://huggingface.co/XiaomiMiMo/MiMo-V2.5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":45},"path":"models/mimo-v2.5.3768d783.json","bytes":49688},{"id":"mimo-v2.5-pro","vendor":"xiaomi","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"MiMo-V2.5-Pro is an open-source Mixture-of-Experts (MoE) language model with 1.02T total parameters and 42B active parameters. It utilizes the hybrid attention architecture and 3-layers Multi-Token Prediction (MTP) introduced in [MiMo-V2-Flash](https://github.com/XiaomiMiMo/MiMo-V2-Flash), with up to 1M tokens context length.","source":"https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/mimo-v2.5-pro.c4f9d949.json","bytes":45863},{"id":"minimax-h3","vendor":"minimax","last_verified":"2026-08-31","protocols":["minimax.video-generation"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":true,"quote":"Download the model. The repository hosts the original checkpoint (`FL2VA/`, `Ref2VA/`) and the diffusers format side by side, so scope the download to what your framework needs:","source":"https://huggingface.co/MiniMaxAI/MiniMax-H3"}},"coverage":{"capabilities":8,"fields_resolved":35},"path":"models/minimax-h3.219f763e.json","bytes":27716,"modality":["video"]},{"id":"minimax-h3-max","vendor":"minimax","last_verified":"2026-09-04","protocols":["minimax.video-generation"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"minimax 官方 HuggingFace org 全量 21 个 repo 的机读清单(MiniMaxAI 21)中,无 minimax-h3-max 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=MiniMaxAI&limit=1000"}},"coverage":{"capabilities":6,"fields_resolved":31},"path":"models/minimax-h3-max.b180bcb3.json","bytes":28132,"modality":["video"]},{"id":"minimax-m2","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2. We recommend using the following inference frameworks (listed alphabetically) to serve the model:","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":45},"path":"models/minimax-m2.e734d45a.json","bytes":58038},{"id":"minimax-m2.1","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.1","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.1"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/minimax-m2.1.f534dc15.json","bytes":59967},{"id":"minimax-m2.5","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.5","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.5"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/minimax-m2.5.85ec5938.json","bytes":59954},{"id":"minimax-m2.5-highspeed","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.5","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.5"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/minimax-m2.5-highspeed.30b13453.json","bytes":60409},{"id":"minimax-m2.7","vendor":"minimax","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":44},"path":"models/minimax-m2.7.6e9aacf9.json","bytes":58631},{"id":"minimax-m2.7-free","vendor":"minimax","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":44},"path":"models/minimax-m2.7-free.3db66b13.json","bytes":58694,"variant_of":"minimax-m2.7","variant_kind":"pricing-tier"},{"id":"minimax-m2.7-highspeed","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/minimax-m2.7-highspeed.d4f22bf6.json","bytes":60409},{"id":"minimax-m3","vendor":"minimax","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":524288,"modalities_in":["text","image","video"],"thinking":"toggleable","open_weights":{"value":true,"quote":"MiniMaxAI/MiniMax-M3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 59 个权重文件(如 model-00001-of-00059.safetensors)","source":"https://huggingface.co/MiniMaxAI/MiniMax-M3"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":26,"fields_resolved":51},"path":"models/minimax-m3.bdfb43f8.json","bytes":57728},{"id":"minimax-m3-free","vendor":"minimax","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":524288,"modalities_in":["text","image","video"],"thinking":"toggleable","open_weights":{"value":true,"quote":"MiniMaxAI/MiniMax-M3 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 59 个权重文件(如 model-00001-of-00059.safetensors)","source":"https://huggingface.co/MiniMaxAI/MiniMax-M3"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":26,"fields_resolved":51},"path":"models/minimax-m3-free.07a2cf9d.json","bytes":57789,"variant_of":"minimax-m3","variant_kind":"pricing-tier"},{"id":"mistral-large-3","vendor":"mistral","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"modalities_in":["text","image"],"thinking":"rejected-or-unsupported（本模型无推理能力：①官方推理能力页「Before you start / Model」闭表穷举支持 reasoning_effort 的模型，只有 mistral-small-latest 与 mistral-medium-3-5 两行，本模型不在其中；②官方 Mistral 3 发布公告在介绍完本模型后逐字写「A reasoning version is coming soon!」，同文另把本模型定位为「debuts at #2 in the OSS non-reasoning models category」。两条互相印证，非缺席判断。站内 catalog desc 写「Designed for advanced reasoning and long-context understanding」与官方口径相左，已记 catalog_discrepancies。）","open_weights":{"value":true,"quote":"This model is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.txt).","source":"https://huggingface.co/mistralai/Mistral-Large-3-675B-Instruct-2512","license":"Apache-2.0"}},"coverage":{"capabilities":21,"fields_resolved":39},"path":"models/mistral-large-3.9fc055d2.json","bytes":49563},{"id":"mm-minimax-h3","vendor":"minimax","last_verified":"2026-08-31","protocols":["minimax.video-generation"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":true,"quote":"Download the model. The repository hosts the original checkpoint (`FL2VA/`, `Ref2VA/`) and the diffusers format side by side, so scope the download to what your framework needs:","source":"https://huggingface.co/MiniMaxAI/MiniMax-H3"}},"coverage":{"capabilities":8,"fields_resolved":35},"path":"models/mm-minimax-h3.5f6e7bd5.json","bytes":30735,"modality":["video"]},{"id":"mm-minimax-m2.7-highspeed","vendor":"minimax","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":204800,"modalities_in":["text"],"thinking":"always-on（三面官方明文 M2.x thinking/推理无法关闭；chat 面默认 <think> 内联 content、reasoning_split 可拆分；messages 面 thinking 块带 signature；responses 面 reasoning 输出项）","open_weights":{"value":true,"quote":"Download the model from HuggingFace repository: https://huggingface.co/MiniMaxAI/MiniMax-M2.7","source":"https://huggingface.co/MiniMaxAI/MiniMax-M2.7"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","none"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":45},"path":"models/mm-minimax-m2.7-highspeed.b5cced5b.json","bytes":60480,"variant_of":"minimax-m2.7-highspeed","variant_kind":"channel-tier"},{"id":"muse-glimmer-30b","vendor":"meta","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":131072,"modalities_in":["text","image"],"thinking":"always-on（思考内建于对话格式、不可关闭；reasoning_strength 模板参数四档 low/medium/high/xhigh 调深度，默认 high）","open_weights":{"value":true,"quote":"meta-models/Muse-Glimmer-30B · license: apache-2.0 · 仓库文件清单含 2 个权重文件(如 model-00001-of-00002.safetensors)","source":"https://huggingface.co/meta-models/Muse-Glimmer-30B","license":"Apache-2.0"}},"coverage":{"capabilities":10,"fields_resolved":33},"path":"models/muse-glimmer-30b.63936156.json","bytes":43075},{"id":"muse-spark-1.1","vendor":"meta","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"modalities_in":["text","image","video","audio","pdf"],"thinking":"always-on（推理常开，关闭档在三个协议面上均返回 HTTP 400）","open_weights":{"value":false,"quote":"meta 官方 HuggingFace org 全量 2433 个 repo 的机读清单(meta-llama 70、meta-models 4、facebook 2359)中,无 muse-spark-1.1 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=meta-llama&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","xhigh"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":44,"fields_resolved":94},"path":"models/muse-spark-1.1.c13f950c.json","bytes":87777},{"id":"muse-spark-1.2","vendor":"meta","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"modalities_in":["text","image","video","audio","pdf"],"thinking":"always-on（推理常开，关闭档在三个协议面上均返回 HTTP 400）","open_weights":{"value":false,"quote":"meta 官方 HuggingFace org 全量 2433 个 repo 的机读清单(meta-llama 70、meta-models 4、facebook 2359)中,无 muse-spark-1.2 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=meta-llama&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","xhigh"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":44,"fields_resolved":94},"path":"models/muse-spark-1.2.dbef95dc.json","bytes":87777},{"id":"muse-spark-1.3","vendor":"meta","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"modalities_in":["text","image","video","audio","pdf"],"thinking":"always-on（推理常开，关闭档在三个协议面上均返回 HTTP 400）","open_weights":{"value":false,"quote":"meta 官方 HuggingFace org 全量 2433 个 repo 的机读清单(meta-llama 70、meta-models 4、facebook 2359)中,无 muse-spark-1.3 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=meta-llama&limit=1000"},"reasoning_options":[{"type":"effort","values":["minimal","low","medium","high","xhigh"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":44,"fields_resolved":94},"path":"models/muse-spark-1.3.792e4460.json","bytes":131873},{"id":"nemotron-3-nano-30b-a3b-free","vendor":"nvidia","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":1048576,"modalities_in":["text"],"thinking":"toggle（默认开：模型卡「By default, `enable_thinking` is set to be `True`.」，chat_template.jinja L12 机器核验一致；API 侧走 extra_body={\"chat_template_kwargs\": {\"enable_thinking\": false}}，数值预算走顶层 max_thinking_tokens（RAG 文档面）或 reasoning_budget（托管目录端点）。无强度档 kwarg。出处 https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 / https://docs.nvidia.com/rag/latest/enable-nemotron-thinking.html）","open_weights":{"value":true,"quote":"nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 13 个权重文件(如 model-00001-of-00013.safetensors)","source":"https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":10,"fields_resolved":19},"path":"models/nemotron-3-nano-30b-a3b-free.939e1338.json","bytes":22537},{"id":"nemotron-3-nano-omni-30b-a3b-reasoning-free","vendor":"nvidia","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"modalities_in":["text","image","video","audio"],"thinking":"toggle（默认开：本模型专属示例页「Thinking is enabled by default.」，chat_template.jinja L12 机器核验一致；API 侧走 chat_template_kwargs.enable_thinking，数值预算走顶层 thinking_token_budget。出处 https://docs.nvidia.com/nim/vision-language-models/1.7.0/examples/nemotron-3-nano-omni-30b-a3b-reasoning/api.html）","open_weights":{"value":true,"quote":"nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 17 个权重文件(如 model-00001-of-00017.safetensors)","source":"https://huggingface.co/nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":14,"fields_resolved":50},"path":"models/nemotron-3-nano-omni-30b-a3b-reasoning-free.382756c8.json","bytes":68199},{"id":"nemotron-3-super-120b-a12b-free","vendor":"nvidia","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"modalities_in":["text"],"thinking":"toggle（默认开：官方模型卡「By default, enable_thinking is set to True.」；API 侧走 extra_body={\"chat_template_kwargs\": {\"enable_thinking\": True/False}}，另有 low_effort 布尔降档。出处 https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16）","open_weights":{"value":true,"quote":"nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 50 个权重文件(如 model-00001-of-00050.safetensors)","source":"https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":11,"fields_resolved":21},"path":"models/nemotron-3-super-120b-a12b-free.9bc74984.json","bytes":21285},{"id":"nemotron-3-ultra-550b-a55b-free","vendor":"nvidia","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"modalities_in":["text"],"thinking":"toggle（默认开：官方 chat_template.jinja「{%- set enable_thinking = enable_thinking if enable_thinking is defined else True %}」；API 侧走 extra_body={\"chat_template_kwargs\": {\"enable_thinking\": true/false}}，另有 medium_effort 布尔降档与顶层 thinking_token_budget 数值预算。出处 https://docs.nvidia.com/nim/large-language-models/2.0.6/day-0/get-started-nemotron-3-ultra.html 与 https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16/raw/main/chat_template.jinja）","open_weights":{"value":true,"quote":"nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 225 个权重文件(如 model-00001-of-00225.safetensors)","source":"https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":14,"fields_resolved":26},"path":"models/nemotron-3-ultra-550b-a55b-free.62c11433.json","bytes":32828},{"id":"nemotron-3.5-content-safety-free","vendor":"nvidia","last_verified":"2026-08-20","protocols":["openai.chat_completions"],"specs":{"context_window":131072,"modalities_in":["text","image"],"thinking":"toggle（默认关：chat_template.jinja 在 enable_thinking 未定义时取 \"/no_think\"，2026-08-20 机器核验；经 chat_template_kwargs.enable_thinking 开启，主要服务 custom_policy 模式。出处 https://huggingface.co/nvidia/Nemotron-3.5-Content-Safety）","open_weights":{"value":true,"quote":"To download the model from Hugging Face, execute the following command:","source":"https://huggingface.co/nvidia/Nemotron-3.5-Content-Safety"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":6,"fields_resolved":7},"path":"models/nemotron-3.5-content-safety-free.7bbef780.json","bytes":9915},{"id":"nemotron-3.5-lightning-free","vendor":"nvidia","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"modalities_in":["text"],"thinking":"toggle（默认开：模型卡「Lightning 3.5 exposes reasoning control through chat-template kwargs: thinking enabled (the default), and thinking disabled for direct answers.」；官方 chat_template.jinja L12 enable_thinking 缺省 True；API 侧走 extra_body={\"chat_template_kwargs\": {\"enable_thinking\": True/False}}。无强度分档：本代 Lightning 无 low_effort（缺席判断：BF16/NVFP4 两模型卡与 chat_template.jinja 全文 0 命中；同厂 Nemotron 3 Super 有 low_effort，勿家族外推）。出处 https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16）","open_weights":{"value":true,"quote":"nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 14 个权重文件(如 model-00001-of-00014.safetensors)","source":"https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":10,"fields_resolved":20},"path":"models/nemotron-3.5-lightning-free.18304f4f.json","bytes":20160},{"id":"nemotron-lightning-3.5-30b-a3b","vendor":"nvidia","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"modalities_in":["text"],"thinking":"toggle（默认开：模型卡「Lightning 3.5 exposes reasoning control through chat-template kwargs: thinking enabled (the default), and thinking disabled for direct answers.」；官方 chat_template.jinja L12 enable_thinking 缺省 True；API 侧走 extra_body={\"chat_template_kwargs\": {\"enable_thinking\": True/False}}。无强度分档：本代 Lightning 无 low_effort（缺席判断：BF16/NVFP4 两模型卡与 chat_template.jinja 全文 0 命中；同厂 Nemotron 3 Super 有 low_effort，勿家族外推）。出处 https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16）","open_weights":{"value":true,"quote":"nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 14 个权重文件(如 model-00001-of-00014.safetensors)","source":"https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":10,"fields_resolved":20},"path":"models/nemotron-lightning-3.5-30b-a3b.2ec7b83f.json","bytes":20163},{"id":"nemotron-nano-12b-v2-vl-free","vendor":"nvidia","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":131072,"modalities_in":["text","image","video"],"thinking":"toggle（默认关：NVIDIA 托管 API 模型页「Reasoning behavior is controlled via the system prompt. By default, reasoning is OFF.」；开走系统提示 /think、关走 /no_think，不是请求字段；模态限制「For video inputs, reasoning is not supported.」。出处 https://docs.api.nvidia.com/nim/reference/nvidia-nemotron-nano-12b-v2-vl）","open_weights":{"value":true,"quote":"nvidia/NVIDIA-Nemotron-Nano-12B-v2-VL-BF16 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 7 个权重文件(如 model-00001-of-00007.safetensors)","source":"https://huggingface.co/nvidia/NVIDIA-Nemotron-Nano-12B-v2-VL-BF16"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":11,"fields_resolved":32},"path":"models/nemotron-nano-12b-v2-vl-free.ef7b7565.json","bytes":44173},{"id":"nemotron-nano-9b-v2-free","vendor":"nvidia","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":131072,"modalities_in":["text"],"thinking":"hybrid（统一模型，思考默认开：官方模型卡「If no reasoning signal is added, the model defaults to reasoning \"on\" mode.」；开关走系统提示 /think｜/no_think 文本，不是请求字段；思考 token 预算另有 NIM 扩展 nvext.max_thinking_tokens，官方点名仅本模型支持。出处 https://huggingface.co/nvidia/NVIDIA-Nemotron-Nano-9B-v2 与 https://docs.nvidia.com/nim/large-language-models/1.12.0/thinking-budget-control.html）","open_weights":{"value":true,"quote":"nvidia/NVIDIA-Nemotron-Nano-9B-v2 · license: other(仓内自带自定义许可文件) · 仓库文件清单含 4 个权重文件(如 model-00001-of-00004.safetensors)","source":"https://huggingface.co/nvidia/NVIDIA-Nemotron-Nano-9B-v2"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":9,"fields_resolved":18},"path":"models/nemotron-nano-9b-v2-free.7e799568.json","bytes":19683},{"id":"north-mini-code-free","vendor":"cohere","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"max_output_tokens":64000,"modalities_in":["text"],"thinking":"toggle-default-on","open_weights":{"value":true,"quote":"CohereLabs/North-Mini-Code-1.0 · license: apache-2.0 · 仓库文件清单含 49 个权重文件(如 model-00001-of-00049.safetensors)","source":"https://huggingface.co/CohereLabs/North-Mini-Code-1.0","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","high"]}]},"coverage":{"capabilities":14,"fields_resolved":41},"path":"models/north-mini-code-free.7387c912.json","bytes":61227},{"id":"o3","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":100000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（模型页 Model details 有 “- Reasoning token support” 行；官方 Model selection 指南逐名点名本模型 reasoning_effort 三档 low/medium/high）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 o3 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":30,"fields_resolved":79},"path":"models/o3.b8231a16.json","bytes":62661},{"id":"o3-pro","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":100000,"modalities_in":["text","image"],"thinking":"reasoning（模型页 Model details 有 “- Reasoning token support” 行；官方未声明本模型 reasoning_effort 档位，值域记 enum-domain-unverified）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 o3-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"}},"coverage":{"capabilities":25,"fields_resolved":44},"path":"models/o3-pro.a4f8072b.json","bytes":36266},{"id":"o4-mini","vendor":"openai","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":200000,"max_output_tokens":100000,"modalities_in":["text","image","pdf"],"thinking":"reasoning（模型页 Model details 有 “- Reasoning token support” 行；官方 Model selection 指南逐名点名本模型 reasoning_effort 三档 low/medium/high）","open_weights":{"value":false,"quote":"openai 官方 HuggingFace org 全量 39 个 repo 的机读清单(openai 39)中,无 o4-mini 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=openai&limit=1000"},"reasoning_options":[{"type":"effort","values":["low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":30,"fields_resolved":80},"path":"models/o4-mini.7a690258.json","bytes":65958},{"id":"ox-alpha","vendor":"zhipu","last_verified":"2026-08-27","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"always-on","open_weights":{"value":true,"quote":"zai-org/GLM-5.3-Flash · license: mit · 仓库文件清单含 62 个权重文件(如 model-00001-of-00062.safetensors)","source":"https://huggingface.co/zai-org/GLM-5.3-Flash","license":"MIT"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","high","max"],"default":"max"}]},"coverage":{"capabilities":18,"fields_resolved":46},"path":"models/ox-alpha.add7f3cd.json","bytes":55332,"variant_of":"glm-5.3-flash","variant_kind":"pricing-tier"},{"id":"qwen-image-2.0","vendor":"alibaba","last_verified":"2026-08-31","protocols":["alibaba.multimodal-generation"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen-image-2.0 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":10},"path":"models/qwen-image-2.0.79cf0bba.json","bytes":17134,"modality":["image"]},{"id":"qwen-image-2.0-pro","vendor":"alibaba","last_verified":"2026-08-31","protocols":["alibaba.multimodal-generation"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen-image-2.0-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":8,"fields_resolved":10},"path":"models/qwen-image-2.0-pro.88cc721f.json","bytes":17291,"modality":["image"]},{"id":"qwen-image-3.0","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.image-generation","alibaba.multimodal-generation"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen-image-3.0 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":10,"fields_resolved":49},"path":"models/qwen-image-3.0.e586bf1e.json","bytes":60720,"modality":["image"]},{"id":"qwen-image-3.0-pro","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.image-generation","alibaba.multimodal-generation"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen-image-3.0-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":10,"fields_resolved":49},"path":"models/qwen-image-3.0-pro.e97fb82c.json","bytes":60736,"modality":["image"]},{"id":"qwen3-coder-next","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text"],"thinking":"none（模型上下架页上架类型仅「文本生成」、deep-thinking 页支持清单完全缺席、模型页上下文限制表无「最大思维链长度」行——三处互证）","open_weights":{"value":true,"quote":"Qwen/Qwen3-Coder-Next · license: apache-2.0 · 仓库文件清单含 40 个权重文件(如 model-00001-of-00040.safetensors)","source":"https://huggingface.co/Qwen/Qwen3-Coder-Next","license":"Apache-2.0"}},"coverage":{"capabilities":11,"fields_resolved":33},"path":"models/qwen3-coder-next.b15dd9f1.json","bytes":28351},{"id":"qwen3-max","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3-max 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":38,"fields_resolved":92},"path":"models/qwen3-max.161c18b2.json","bytes":154085},{"id":"qwen3-max-2026-01-23","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3-max-2026-01-23 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":36,"fields_resolved":87},"path":"models/qwen3-max-2026-01-23.c0b0a2f6.json","bytes":141483},{"id":"qwen3-vl-235b-a22b-instruct","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":131072,"max_output_tokens":32768,"modalities_in":["text","image","video"],"thinking":"none","open_weights":{"value":true,"quote":"Qwen/Qwen3-VL-235B-A22B-Instruct · license: apache-2.0 · 仓库文件清单含 96 个权重文件(如 model-00001-of-00096.safetensors)","source":"https://huggingface.co/Qwen/Qwen3-VL-235B-A22B-Instruct","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":62},"path":"models/qwen3-vl-235b-a22b-instruct.14ec8a94.json","bytes":100004},{"id":"qwen3-vl-235b-a22b-thinking","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":131072,"max_output_tokens":32768,"modalities_in":["text","image","video"],"thinking":"thinking-only","open_weights":{"value":true,"quote":"Qwen/Qwen3-VL-235B-A22B-Thinking · license: apache-2.0 · 仓库文件清单含 96 个权重文件(如 model-00001-of-00096.safetensors)","source":"https://huggingface.co/Qwen/Qwen3-VL-235B-A22B-Thinking","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":69},"path":"models/qwen3-vl-235b-a22b-thinking.244f08bf.json","bytes":107150},{"id":"qwen3-vl-30b-a3b-instruct","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":131072,"max_output_tokens":32768,"modalities_in":["text","image","video"],"thinking":"none","open_weights":{"value":true,"quote":"Qwen/Qwen3-VL-30B-A3B-Instruct · license: apache-2.0 · 仓库文件清单含 13 个权重文件(如 model-00001-of-00013.safetensors)","source":"https://huggingface.co/Qwen/Qwen3-VL-30B-A3B-Instruct","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":33,"fields_resolved":62},"path":"models/qwen3-vl-30b-a3b-instruct.6f8dab9a.json","bytes":101702},{"id":"qwen3-vl-30b-a3b-thinking","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":131072,"max_output_tokens":32768,"modalities_in":["text","image","video"],"thinking":"thinking-only","open_weights":{"value":true,"quote":"Qwen/Qwen3-VL-30B-A3B-Thinking · license: apache-2.0 · 仓库文件清单含 13 个权重文件(如 model-00001-of-00013.safetensors)","source":"https://huggingface.co/Qwen/Qwen3-VL-30B-A3B-Thinking","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":32,"fields_resolved":69},"path":"models/qwen3-vl-30b-a3b-thinking.e49b81e9.json","bytes":106970},{"id":"qwen3-vl-flash","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":32768,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3-vl-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":36,"fields_resolved":98},"path":"models/qwen3-vl-flash.50fd3099.json","bytes":159221},{"id":"qwen3-vl-flash-2026-01-22","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":262144,"max_output_tokens":32768,"modalities_in":["text","image","video"],"thinking":"unverified","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3-vl-flash-2026-01-22 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":33,"fields_resolved":65},"path":"models/qwen3-vl-flash-2026-01-22.53730ac0.json","bytes":102474},{"id":"qwen3-vl-plus","vendor":"alibaba","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":32768,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3-vl-plus 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":35,"fields_resolved":98},"path":"models/qwen3-vl-plus.2be89e61.json","bytes":157137},{"id":"qwen3.5-122b-a10b","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「开源版 混合思考模式，默认开启思考模式：qwen3.5-397b-a17b、 qwen3.5-122b-a10b、qwen3.5-27b、qwen3.5-35b-a3b」；最大思维链长度 81920）","open_weights":{"value":true,"quote":"This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.","source":"https://huggingface.co/Qwen/Qwen3.5-122B-A10B","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":64},"path":"models/qwen3.5-122b-a10b.8b6b4e3a.json","bytes":62806},{"id":"qwen3.5-27b","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「开源版 混合思考模式，默认开启思考模式：qwen3.5-397b-a17b、 qwen3.5-122b-a10b、qwen3.5-27b、qwen3.5-35b-a3b」；最大思维链长度 81920）","open_weights":{"value":true,"quote":"This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.","source":"https://huggingface.co/Qwen/Qwen3.5-27B","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":64},"path":"models/qwen3.5-27b.8541578a.json","bytes":62740},{"id":"qwen3.5-35b-a3b","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「开源版 混合思考模式，默认开启思考模式：qwen3.5-397b-a17b、 qwen3.5-122b-a10b、qwen3.5-27b、qwen3.5-35b-a3b」；最大思维链长度 81920）","open_weights":{"value":true,"quote":"This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.","source":"https://huggingface.co/Qwen/Qwen3.5-35B-A3B","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":64},"path":"models/qwen3.5-35b-a3b.136c220e.json","bytes":62768},{"id":"qwen3.5-397b-a17b","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「开源版 混合思考模式，默认开启思考模式：qwen3.5-397b-a17b、 qwen3.5-122b-a10b、qwen3.5-27b、qwen3.5-35b-a3b」；最大思维链长度 81920）","open_weights":{"value":true,"quote":"This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.","source":"https://huggingface.co/Qwen/Qwen3.5-397B-A17B","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":64},"path":"models/qwen3.5-397b-a17b.ea19ac35.json","bytes":62792},{"id":"qwen3.5-flash","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「千问3.5 Flash系列（混合思考模式，默认开启思考模式）：qwen3.5-flash、qwen3.5-flash-2026-02-23」；最大思维链长度 81920）","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.5-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":24,"fields_resolved":68},"path":"models/qwen3.5-flash.86d92968.json","bytes":65283},{"id":"qwen3.5-plus","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「千问3.5 Plus系列（混合思考模式，默认开启思考模式）：qwen3.5-plus、qwen3.5-plus-2026-02-15」；最大思维链长度 81920）","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.5-plus 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":24,"fields_resolved":68},"path":"models/qwen3.5-plus.8a20573d.json","bytes":65292},{"id":"qwen3.6-27b","vendor":"alibaba","last_verified":"2026-08-06","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":true,"quote":"This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.","source":"https://huggingface.co/Qwen/Qwen3.6-27B","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":18,"fields_resolved":46},"path":"models/qwen3.6-27b.7fa5797b.json","bytes":41193},{"id":"qwen3.6-35b-a3b","vendor":"alibaba","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":true,"quote":"This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.","source":"https://huggingface.co/Qwen/Qwen3.6-35B-A3B","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":22,"fields_resolved":44},"path":"models/qwen3.6-35b-a3b.9c436225.json","bytes":40912},{"id":"qwen3.6-flash","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「千问3.6 Flash系列（混合思考模式，默认开启思考模式）：qwen3.6-flash、qwen3.6-flash-2026-04-16」；最大思维链长度 131072）","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.6-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":24,"fields_resolved":69},"path":"models/qwen3.6-flash.11f2979d.json","bytes":66180},{"id":"qwen3.6-max-preview","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":262144,"max_output_tokens":65536,"modalities_in":["text"],"thinking":"hybrid-default-on（deep-thinking 页「千问3.6 Max系列（混合思考模式，默认开启思考模式）：qwen3.6-max-preview」；最大思维链长度 131072）","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.6-max-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"budget_tokens"}]},"coverage":{"capabilities":18,"fields_resolved":43},"path":"models/qwen3.6-max-preview.188a95f7.json","bytes":43792},{"id":"qwen3.6-plus","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":65536,"modalities_in":["text","image","video"],"thinking":"hybrid-default-on（deep-thinking 页「千问3.6 Plus系列（混合思考模式，默认开启思考模式）：qwen3.6-plus、qwen3.6-plus-2026-04-02」；最大思维链长度 81920）","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.6-plus 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":24,"fields_resolved":68},"path":"models/qwen3.6-plus.7478041f.json","bytes":65120},{"id":"qwen3.6-plus-preview-free","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":65535,"modalities_in":["text"],"thinking":"hybrid-default-on（deep-thinking 页「千问3.6 Plus系列（混合思考模式，默认开启思考模式）：qwen3.6-plus、qwen3.6-plus-2026-04-02」；最大思维链长度 81920）","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.6-plus 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":24,"fields_resolved":68},"path":"models/qwen3.6-plus-preview-free.b58b9ef0.json","bytes":65175,"variant_of":"qwen3.6-plus","variant_kind":"pricing-tier"},{"id":"qwen3.7-flash","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.7-flash 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":25,"fields_resolved":71},"path":"models/qwen3.7-flash.c6b5ed14.json","bytes":66358},{"id":"qwen3.7-max","vendor":"alibaba","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.7-max 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":61},"path":"models/qwen3.7-max.da687451.json","bytes":59623},{"id":"qwen3.7-plus","vendor":"alibaba","last_verified":"2026-08-06","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.7-plus 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["none","minimal","low","medium","high","xhigh","max"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":25,"fields_resolved":69},"path":"models/qwen3.7-plus.37657f4f.json","bytes":62316},{"id":"qwen3.8-2.4t-a95b","vendor":"alibaba","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid","open_weights":{"value":true,"quote":"This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.","source":"https://huggingface.co/Qwen/Qwen3.8-2.4T-A95B"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","xhigh"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":23,"fields_resolved":60},"path":"models/qwen3.8-2.4t-a95b.2d3b8926.json","bytes":64393},{"id":"qwen3.8-flash","vendor":"alibaba","last_verified":"2026-08-31","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"hybrid","reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","xhigh"],"default":"medium"},{"type":"budget_tokens"}]},"coverage":{"capabilities":27,"fields_resolved":72},"path":"models/qwen3.8-flash.fda2d3bd.json","bytes":73136},{"id":"qwen3.8-max","vendor":"alibaba","last_verified":"2026-09-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.8-max 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","xhigh"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"xhigh"},{"type":"budget_tokens"}]},"coverage":{"capabilities":27,"fields_resolved":63},"path":"models/qwen3.8-max.b4e21211.json","bytes":65231},{"id":"qwen3.8-max-2026-09-02","vendor":"alibaba","last_verified":"2026-09-04","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.8-max-2026-09-02 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","xhigh"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"xhigh"},{"type":"budget_tokens"}]},"coverage":{"capabilities":27,"fields_resolved":63},"path":"models/qwen3.8-max-2026-09-02.bcf42a60.json","bytes":81580},{"id":"qwen3.8-max-preview","vendor":"alibaba","last_verified":"2026-09-03","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"max_output_tokens":131072,"modalities_in":["text","image","video"],"thinking":"hybrid","open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 qwen3.8-max 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","xhigh"],"accepted":["none","minimal","low","medium","high","xhigh","max"],"default":"xhigh"},{"type":"budget_tokens"}]},"coverage":{"capabilities":27,"fields_resolved":63},"path":"models/qwen3.8-max-preview.70bf248c.json","bytes":65300,"variant_of":"qwen3.8-max","variant_kind":"deprecated-alias"},{"id":"step-3.5-flash","vendor":"stepfun","last_verified":"2026-09-08","protocols":["openai.chat_completions","anthropic.messages"],"specs":{"context_window":256000,"modalities_in":["text"],"thinking":"reasoning（本模型为官方定位的推理模型，响应回传 reasoning / reasoning_content；但思考强度档位归属官方未点名——参数表条件句「支持三档推理强度的模型可选值为 low/medium/high」只点名 step-3.7-flash 为三档、衍生版 step-3.5-flash-2603 为 low/high 两档，基础版本模型属哪档集合无官方口径，chat 面 reasoning_effort 与 messages 面 output_config.effort 均记 spec-only + enum-domain-unverified；关闭思考的取值或开关字段官方未收录——缺席判断，能否关闭 unverified）","open_weights":{"value":true,"quote":"stepfun-ai/Step-3.5-Flash · license: apache-2.0 · 仓库文件清单含 44 个权重文件(如 model-00001.safetensors)","source":"https://huggingface.co/stepfun-ai/Step-3.5-Flash","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":20,"fields_resolved":26},"path":"models/step-3.5-flash.03af7dd4.json","bytes":58457},{"id":"step-3.7-flash","vendor":"stepfun","last_verified":"2026-08-07","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":256000,"modalities_in":["text","image","video"],"thinking":"reasoning（三面均只提供 low/medium/high 三档强度，官方推荐默认 medium；三面参数表均未收录关闭思考的取值或开关字段——缺席判断，官方未明文声明「始终开启/不可关闭」，能否关闭 unverified）","open_weights":{"value":true,"quote":"stepfun-ai/Step-3.7-Flash · license: apache-2.0 · 仓库文件清单含 26 个权重文件(如 model-00001.safetensors)","source":"https://huggingface.co/stepfun-ai/Step-3.7-Flash","license":"Apache-2.0"},"reasoning_options":[{"type":"toggle"},{"type":"effort","values":["low","medium","high"],"default":"medium"}]},"coverage":{"capabilities":24,"fields_resolved":43},"path":"models/step-3.7-flash.89343b20.json","bytes":59676},{"id":"veo-3.1-fast-generate-preview","vendor":"google","last_verified":"2026-08-31","protocols":["google.veo-predict-long-running"],"specs":{"modalities_in":["text","image","video"],"open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 veo-3.1-fast-generate-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"}},"coverage":{"capabilities":11,"fields_resolved":15},"path":"models/veo-3.1-fast-generate-preview.fac1df49.json","bytes":17743,"modality":["video"]},{"id":"veo-3.1-generate-preview","vendor":"google","last_verified":"2026-08-31","protocols":["google.veo-predict-long-running"],"specs":{"modalities_in":["text","image","video"],"open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 veo-3.1-generate-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"}},"coverage":{"capabilities":11,"fields_resolved":15},"path":"models/veo-3.1-generate-preview.b283bcd4.json","bytes":17280,"modality":["video"]},{"id":"veo-3.1-lite-generate-preview","vendor":"google","last_verified":"2026-08-31","protocols":["google.veo-predict-long-running"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"google 官方 HuggingFace org 全量 1134 个 repo 的机读清单(google 1134)中,无 veo-3.1-lite-generate-preview 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=google&limit=1000"}},"coverage":{"capabilities":9,"fields_resolved":13},"path":"models/veo-3.1-lite-generate-preview.dc6e1ab9.json","bytes":15450,"modality":["video"]},{"id":"wan2.7-i2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image","audio"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan2.7-i2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":11,"fields_resolved":27},"path":"models/wan2.7-i2v.0cce85c3.json","bytes":29682,"modality":["video"]},{"id":"wan2.7-image","vendor":"alibaba","last_verified":"2026-08-31","protocols":["alibaba.image-generation","alibaba.multimodal-generation"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan2.7-image 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":11,"fields_resolved":43},"path":"models/wan2.7-image.253aefc7.json","bytes":48588,"modality":["image"]},{"id":"wan2.7-image-pro","vendor":"alibaba","last_verified":"2026-08-31","protocols":["alibaba.image-generation","alibaba.multimodal-generation"],"specs":{"modalities_in":["text","image"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan2.7-image-pro 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":11,"fields_resolved":43},"path":"models/wan2.7-image-pro.79ac3bae.json","bytes":48915,"modality":["image"]},{"id":"wan2.7-r2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan2.7-r2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":11,"fields_resolved":28},"path":"models/wan2.7-r2v.9bae2166.json","bytes":30262,"modality":["video"]},{"id":"wan2.7-t2v","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","audio"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan2.7-t2v 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":11,"fields_resolved":26},"path":"models/wan2.7-t2v.91c789a2.json","bytes":25865,"modality":["video"]},{"id":"wan2.7-videoedit","vendor":"alibaba","last_verified":"2026-09-04","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image","video"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan2.7-videoedit 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":10,"fields_resolved":25},"path":"models/wan2.7-videoedit.4429ff3c.json","bytes":25948,"modality":["video"]},{"id":"wan3.0-video","vendor":"alibaba","last_verified":"2026-08-27","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image","video","audio","document","link"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan3.0-video 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":14,"fields_resolved":36},"path":"models/wan3.0-video.b40a2ab6.json","bytes":45825,"modality":["video"]},{"id":"wan3.0-video-prime","vendor":"alibaba","last_verified":"2026-08-27","protocols":["alibaba.video-synthesis"],"specs":{"modalities_in":["text","image","video","audio","document","link"],"open_weights":{"value":false,"quote":"alibaba 官方 HuggingFace org 全量 566 个 repo 的机读清单(Qwen 465、Alibaba-NLP 74、Wan-AI 27)中,无 wan3.0-video-prime 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=Qwen&limit=1000"}},"coverage":{"capabilities":14,"fields_resolved":36},"path":"models/wan3.0-video-prime.c2c5fed9.json","bytes":47181,"modality":["video"]},{"id":"xiaomi-mimo-v2-omni-free","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"modalities_in":["text","image","video","audio"],"open_weights":{"value":false,"quote":"xiaomi 官方 HuggingFace org 全量 25 个 repo 的机读清单(XiaomiMiMo 25)中,无 xiaomi-mimo-v2-omni-free 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=XiaomiMiMo&limit=1000"}},"coverage":{"capabilities":5,"fields_resolved":8},"path":"models/xiaomi-mimo-v2-omni-free.3aa5d546.json","bytes":28379},{"id":"xiaomi-mimo-v2-pro-free","vendor":"xiaomi","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1000000,"modalities_in":["text"],"open_weights":{"value":false,"quote":"xiaomi 官方 HuggingFace org 全量 25 个 repo 的机读清单(XiaomiMiMo 25)中,无 xiaomi-mimo-v2-pro-free 对应的权重仓——该 ID 只经厂商 API/托管服务提供","source":"https://huggingface.co/api/models?author=XiaomiMiMo&limit=1000"}},"coverage":{"capabilities":5,"fields_resolved":3},"path":"models/xiaomi-mimo-v2-pro-free.3e024ca3.json","bytes":27114},{"id":"xiaomi-mimo-v2.5-free","vendor":"xiaomi","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text","image","video","audio"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"XiaomiMiMo/MiMo-V2.5 · license: mit · 仓库文件清单含 18 个权重文件(如 audio_tokenizer/model.safetensors)","source":"https://huggingface.co/XiaomiMiMo/MiMo-V2.5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":19,"fields_resolved":45},"path":"models/xiaomi-mimo-v2.5-free.04b2e3bc.json","bytes":49755,"variant_of":"mimo-v2.5","variant_kind":"pricing-tier"},{"id":"xiaomi-mimo-v2.5-pro-free","vendor":"xiaomi","last_verified":"2026-09-08","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":1048576,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"default-on-toggleable","open_weights":{"value":true,"quote":"MiMo-V2.5-Pro is an open-source Mixture-of-Experts (MoE) language model with 1.02T total parameters and 42B active parameters. It utilizes the hybrid attention architecture and 3-layers Multi-Token Prediction (MTP) introduced in [MiMo-V2-Flash](https://github.com/XiaomiMiMo/MiMo-V2-Flash), with up to 1M tokens context length.","source":"https://huggingface.co/XiaomiMiMo/MiMo-V2.5-Pro","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":18,"fields_resolved":40},"path":"models/xiaomi-mimo-v2.5-pro-free.cf277f70.json","bytes":45934,"variant_of":"mimo-v2.5-pro","variant_kind":"pricing-tier"},{"id":"zai-glm-5-turbo","vendor":"zhipu","last_verified":"2026-08-20","protocols":["openai.chat_completions","openai.responses","anthropic.messages"],"specs":{"context_window":204800,"max_output_tokens":131072,"modalities_in":["text"],"thinking":"hybrid-default-on","open_weights":{"value":true,"quote":"zai-org/GLM-5 · license: mit · 仓库文件清单含 282 个权重文件(如 model-00001-of-00282.safetensors)","source":"https://huggingface.co/zai-org/GLM-5","license":"MIT"},"reasoning_options":[{"type":"toggle"}]},"coverage":{"capabilities":16,"fields_resolved":38},"path":"models/zai-glm-5-turbo.4c0347cb.json","bytes":54586,"variant_of":"glm-5-turbo","variant_kind":"channel-tier"}]}