返回模型列表

TheDrummer: Cydonia 24B V4.1

thedrummer/cydonia-24b-v4.1
Sep 27, 2025131.1K 上下文131.1K 最大输出$0.30/M in · $0.50/M out

描述

基于 Mistral Small 3.2 24B 的无审查 creative writing 模型,具备较好的记忆力、prompt 遵循能力和智能水平。

技术规格

供应商
thedrummer
上下文长度
131.1K
最大输出
131.1K
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$0.30
输出$0.50
缓存读取$0.15

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "thedrummer/cydonia-24b-v4.1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'