处理中…正在保护此关键操作,请稍候
OpenRouter 模型

Olmo 3 32B Think

Olmo 3 32B Think is a large-scale, 32-billion-parameter model purpose-built for deep reasoning, complex logic chains and advanced instruction-following scenarios. Its capacity enables strong performance on demanding evaluation tasks and...

OpenRouter平台整理目录
流式输出JSON 模式
输入价格$0.029 / 1M tokens
输出价格$0.094 / 1M tokens
上下文长度65.5k 令牌
最大输出8.2k 令牌

AllenAI: Olmo 3 32B Think 在 NextModel 中是什么?

AllenAI: Olmo 3 32B Think 是 NextModel 目录中的 OpenRouter 模型,常用于 General chat via OpenRouter、API workloads 工作负载。当前展示价格为输入 $0.029 / 1M tokens输出 $0.094 / 1M tokens 每 100 万 token,上下文窗口为 65.5k token。

适用场景

  • General chat via OpenRouter
  • API workloads

OpenAI 兼容调用示例

保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID allenai--olmo-3-32b-think

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="allenai/olmo-3-32b-think",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

相似替代项

OpenRouter目录

This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://openrouter.ai/anthropic/claude-3.5-sonnet) and Opus(https://openrouter.ai/anthropic/claude-3-opus). The model is fine-tuned on top of [Qwen2.5 72B](https://openrouter.ai/qwen/qwen-2.5-72b-instruct).

$0.564 / 1M tokens输入$0.94 / 1M tokens输出16.4k上下文
适用场景General chat via OpenRouter, API workloads
路由已配置
流式输出JSON 模式
平台整理NextModel gateway catalog (Go origin)
查看详情
OpenRouter目录

One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge

$0.012 / 1M tokens输入$0.012 / 1M tokens输出8.2k上下文
适用场景General chat via OpenRouter, API workloads
路由已配置
流式输出JSON 模式
平台整理NextModel gateway catalog (Go origin)
查看详情
OpenRouter目录

An attempt to recreate Claude-style verbosity, but don't expect the same level of coherence or memory. Meant for use in roleplay/narrative situations.

$0.142 / 1M tokens输入$0.188 / 1M tokens输出8k上下文
适用场景General chat via OpenRouter, API workloads
路由已配置
流式输出JSON 模式
平台整理NextModel gateway catalog (Go origin)
查看详情

常见问题

AllenAI: Olmo 3 32B Think API 常见问题