AICredits logo
cognitivecomputations

Venice: Uncensored

cognitivecomputations/dolphin-mistral-24b-venice-edition

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...

Supported APIs

Chat API
Context
128K
Max output
Input / 1M
₹20.13
Output / 1M
₹90.59

Pricing

Token typeUSD / 1MINR / 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.

Quickstart

Call Venice: Uncensored through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.