cognitivecomputationsChat
Dolphin3.0 Mistral 24B
cognitivecomputations/dolphin3.0-mistral-24b
33KContext Window
Online
Dolphin 3.0 is the next generation of the Dolphin series of instruct-tuned models. Designed to be the ultimate general purpose local model, enabling coding, math, agentic, function calling, and general use cases. Dolphin aims to be a general purpose instruct model, similar to the models behind ChatGPT, Claude, Gemini. Part of the [Dolphin 3.0 Collection](https://huggingface.co/collections/QuixiAI/dolphin-30) Curated and trained by [Eric Hartford](https://huggingface.co/ehartford), [Ben Gitter](https://huggingface.co/bigstorm), [BlouseJury](https://huggingface.co/BlouseJury) and [DphnAI](https://huggingface.co/dphn)
Capabilities
Text GenerationCode GenerationAnalysis & Reasoningmodels.reasoning
Technical Specs
Input Modality
Text
Output Modality
Text
Arch
—
Pricing
Pay per use, no monthly feesInput Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token
Quick Start
from openai import OpenAI
client = OpenAI(
base_url="https://api.uniontoken.ai/v1",
api_key="YOUR_UNIONTOKEN_API_KEY",
)
response = client.chat.completions.create(
model="cognitivecomputations/dolphin3.0-mistral-24b",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)FAQ
Dolphin3.0 Mistral 24B
cognitivecomputations/dolphin3.0-mistral-24b
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window33K
Related Models
View All → →Dolphin Llama 3 70B 🐬
cognitivecomputations/dolphin-llama-3-70b
< ¥0.001/1K
Dolphin 2.9.2 Mixtral 8x22B 🐬
cognitivecomputations/dolphin-mixtral-8x22b
< ¥0.001/1K
Dolphin 2.6 Mixtral 8x7B 🐬
cognitivecomputations/dolphin-mixtral-8x7b
< ¥0.001/1K
Dolphin3.0 R1 Mistral 24B
cognitivecomputations/dolphin3.0-r1-mistral-24b
< ¥0.001/1K
Ready to get started?
Get 1M free tokens on registration, no monthly fees or minimum spend
Register Now →