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

Rocinante 12B

Rocinante 12B is designed for engaging storytelling and rich prose. Early testers have reported: - Expanded vocabulary with unique and expressive word choices - Enhanced creativity for vivid narratives -...

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

TheDrummer: Rocinante 12B 在 NextModel 中是什么?

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

适用场景

  • General chat via OpenRouter
  • API workloads

OpenAI 兼容调用示例

保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID thedrummer--rocinante-12b

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="thedrummer/rocinante-12b",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

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

相似替代项

OpenRouter目录

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...

$0.029 / 1M tokens输入$0.094 / 1M tokens输出65.5k上下文
适用场景General chat via OpenRouter, API workloads
路由降级
流式输出JSON 模式
平台整理NextModel gateway catalog (Go origin)
查看详情
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)
查看详情

常见问题

TheDrummer: Rocinante 12B API 常见问题