OpenRouter 模型与路由

OpenRouter 模型与路由

Nitro 变体

1 分钟阅读

Nitro 变体

使用 :nitro 进行高速模型推理

:nitro 变体是按吞吐量对模型服务提供商排序的别名。使用 :nitro 时,OpenRouter 会优先选择吞吐量(每秒 Token 数)最高的模型服务提供商。

用法

在任意模型 ID 后追加 :nitro

{
  "model": "openai/gpt-5.2:nitro"
}

这与在请求中将 provider.sort 设为 "throughput" 完全等价。关于模型服务提供商排序的更多说明,见 模型服务提供商路由文档