OpenRouter model

Olmo 3 32B Think

AllenAI: Olmo 3 32B Think is a OpenRouter model listed in the NextModel catalog for General chat via OpenRouter, API workloads workloads. Its listed price is $0.029 / 1M tokens input and $0.094 / 1M tokens output per 1M tokens, with a 65.5k token context window.

OpenRouterPlatform curatedCatalog
StreamingJSON mode
Input price$0.029 / 1M tokens
Output price$0.094 / 1M tokens
Context length65.5k tokens
Max output8.2k tokens

What is Olmo 3 32B Think in NextModel?

AllenAI: Olmo 3 32B Think is a OpenRouter model listed in the NextModel catalog for General chat via OpenRouter, API workloads workloads. Its listed price is $0.029 / 1M tokens input and $0.094 / 1M tokens output per 1M tokens, with a 65.5k token context window.

Best use cases

  • General chat via OpenRouter
  • API workloads

OpenAI-compatible code example

Keep the OpenAI SDK style, set base_url to NextModel, and use the catalog model 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)

Similar alternatives

OpenRouterCatalog

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 tokensInput$0.94 / 1M tokensOutput16.4kContext
Best forGeneral chat via OpenRouter, API workloads
RoutingConfigured
StreamingJSON mode
Platform curatedNextModel gateway catalog (Go origin)
View details
OpenRouterCatalog

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

$0.012 / 1M tokensInput$0.012 / 1M tokensOutput8.2kContext
Best forGeneral chat via OpenRouter, API workloads
RoutingConfigured
StreamingJSON mode
Platform curatedNextModel gateway catalog (Go origin)
View details
OpenRouterCatalog

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 tokensInput$0.188 / 1M tokensOutput8kContext
Best forGeneral chat via OpenRouter, API workloads
RoutingConfigured
StreamingJSON mode
Platform curatedNextModel gateway catalog (Go origin)
View details

FAQ

AllenAI: Olmo 3 32B Think API questions