cognitivecomputations/dolphin-mistral-24b-venice-editionVenice 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.200 | ₹20.13 |
| Output | $0.900 | ₹90.59 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Venice: Uncensored through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cognitivecomputations/dolphin-mistral-24b-venice-edition",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.