Uncensored
Venice Uncensored Dolphin Mistral 24B Venice Edition is a fine-tuned variant of Mistral-Small-24B-Instruct-2501, developed by dphn.ai in collaboration with Venice.ai. This model is designed as an “uncensored” instruct-tuned LLM, preserving user control over alignment, system prompts, and behavior. Intended for advanced and unrestricted use cases, Venice Uncensored emphasizes steerability and transparent behavior, removing default safety and alignment layers typically found in mainstream assistant models.
cognitivecomputations/dolphin-mistral-24b-venice-edition
- Context
- 128k tokens
- Completion cap
- 8,192
- Tools
- No
- JSON
- Yes
- Released
- 2025-07-09
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cognitivecomputations/dolphin-mistral-24b-venice-edition",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is Uncensored?
- Venice Uncensored Dolphin Mistral 24B Venice Edition is a fine-tuned variant of Mistral-Small-24B-Instruct-2501, developed by dphn.ai in collaboration with Venice.ai. This model is designed as an “uncensored” instruct-tuned LLM, preserving user control over alignment, system prompts, and behavior. Intended for advanced and unrestricted use cases, Venice Uncensored emphasizes steerability and transparent behavior, removing default safety and alignment layers typically found in mainstream assistant models. Uncensored runs on the Geek Hub API (OpenAI-compatible). Model id: cognitivecomputations/dolphin-mistral-24b-venice-edition.
- Is Uncensored free?
- No. Input is $0.218 per 1M tokens and output is $0.9811 per 1M tokens on Geek Hub (markup included).
- What is the context length of Uncensored?
- Uncensored has a 128k tokens context window. It supports up to 8,192 completion tokens.
- Does Uncensored support tool calling and structured outputs?
- Uncensored does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
- When was Uncensored released?
- Uncensored was released on 2025-07-09.