Dolphin Mistral 24b Venice Edition API
Run cognitivecomputations/dolphin-mistral-24b-venice-edition through FastInfra's OpenAI-compatible API.
Pay per token, no subscription, routed to the cheapest available provider.
Dolphin Mistral 24b Venice Edition pricing
Billed per token used. Prices sync automatically from wholesale providers.
| Direction | Price per 1M tokens |
|---|---|
| Input | $0.21 |
| Output | $0.95 |
Served by 1 provider
Requests route to OpenRouter by default (cheapest).
Pin a specific provider with the :provider suffix.
| Provider | Upstream model ID |
|---|---|
| openrouter | cognitivecomputations/dolphin-mistral-24b-venice-edition |
Call Dolphin Mistral 24b Venice Edition in 30 seconds
Works with any OpenAI SDK — change the base URL and API key only.
Python
from openai import OpenAI
client = OpenAI(api_key="YOUR_API_KEY", base_url="https://api.fastinfra.ai/v1")
response = client.chat.completions.create(
model="cognitivecomputations/dolphin-mistral-24b-venice-edition",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl
curl https://api.fastinfra.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cognitivecomputations/dolphin-mistral-24b-venice-edition",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Dolphin Mistral 24b Venice Edition — common questions
How much does the cognitivecomputations/dolphin-mistral-24b-venice-edition API cost?
On FastInfra, cognitivecomputations/dolphin-mistral-24b-venice-edition costs $0.21/1M input, $0.945/1M output tokens. Billing is per token used, with no subscription.
Is cognitivecomputations/dolphin-mistral-24b-venice-edition compatible with the OpenAI SDK?
Yes. FastInfra exposes cognitivecomputations/dolphin-mistral-24b-venice-edition through an OpenAI-compatible endpoint at https://api.fastinfra.ai/v1 — point any OpenAI SDK at that base URL with a FastInfra API key and keep your existing code.
Which providers serve cognitivecomputations/dolphin-mistral-24b-venice-edition?
cognitivecomputations/dolphin-mistral-24b-venice-edition is available from 1 provider(s): openrouter. Requests route to OpenRouter by default (cheapest); append ":provider" to the model ID to pin one.
Related models
Compare side by side: Dolphin Mistral 24b Venice Edition vs Mistral:7b · Dolphin Mistral 24b Venice Edition vs Mistral Nemo · Dolphin Mistral 24b Venice Edition vs Mistral Nemo Instruct 2407