返回模型列表
TheDrummer: Skyfall 36B V2
thedrummer/skyfall-36b-v2Mar 10, 202532.8K 上下文32.8K 最大输出$0.55/M in · $0.80/M out
描述
Skyfall 36B v2 是 Mistral Small 2501 的增强版本,专门针对创意、细腻写作、roleplay 与连贯叙事进行微调。
技术规格
供应商
thedrummer
上下文长度
32.8K
最大输出
32.8K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.55 |
| 输出 | $0.80 |
| 缓存读取 | $0.25 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "thedrummer/skyfall-36b-v2",
"messages": [{"role": "user", "content": "Hello!"}]
}'