Nous: DeepHermes 3 Mistral 24B Preview API
Access Nous: DeepHermes 3 Mistral 24B Preview from Nous Research using Puter.js AI API.
Get Startednousresearch/deephermes-3-mistral-24b-preview
Model Card
DeepHermes 3 Mistral 24B Preview is a 24B parameter instruction-tuned model based on Mistral-Small-24B, featuring a dual-mode system that toggles between intuitive chat responses and deep reasoning mode with extended chains of thought. It excels at function calling, structured JSON outputs, and multi-turn reasoning with the ability to use up to 13,000 tokens for complex problems.
Context Window
N/A
tokens
Max Output
32,768
tokens
Input Cost
$0.02
per million tokens
Output Cost
$0.1
per million tokens
API Usage Example
Add Nous: DeepHermes 3 Mistral 24B Preview to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "nousresearch/deephermes-3-mistral-24b-preview"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Nous: DeepHermes 3 Mistral 24B Preview to your app without worrying about API keys or setup.
Read the Docs View Tutorials