Models / Venice
Venice
Uncensored (free)
cognitivecomputations/dolphin-mistral-24b-venice-edition:free
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...
Input
$0 / 1M tokens
Output
$0 / 1M tokens
Context
33K tokens
Capabilities
✓ Streaming○ Tool / function calling✓ JSON / structured output○ Vision (image input)
Call this model
Pass cognitivecomputations/dolphin-mistral-24b-venice-edition:free as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cognitivecomputations/dolphin-mistral-24b-venice-edition:free",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.