返回模型列表
TheDrummer: UnslopNemo 12B
thedrummer/unslopnemo-12bNov 8, 202432.8K 上下文32.8K 最大输出$0.40/M in · $0.40/M out
描述
UnslopNemo v4.1 是 Rocinante 作者的最新作品,专为冒险写作与 roleplay 场景设计。
技术规格
供应商
thedrummer
上下文长度
32.8K
最大输出
32.8K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.40 |
| 输出 | $0.40 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "thedrummer/unslopnemo-12b",
"messages": [{"role": "user", "content": "Hello!"}]
}'