跳至内容
Venice Uncensored

Venice Uncensored

模型 ID cognitivecomputations/dolphin-mistral-24b-venice-edition:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

属性
上下文长度32768 tokens
最大输出32,768 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商OpenRouter
状态免费

描述

Venice Uncensored 是 uncensored 指令微调 LLM,保留用户对对齐、系统提示和行为的控制。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cognitivecomputations/dolphin-mistral-24b-venice-edition:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接