Models / Chat / Nous Hermes 2 - Mixtral 8x7B-DPO API
Nous Hermes 2 - Mixtral 8x7B-DPO API
LLM
Flagship Nous Research MoE model trained on 1M+ GPT-4 and high-quality open dataset entries, excelling across diverse tasks.
Try our Nous Hermes API

API Usage
How to use Nous Hermes 2 - Mixtral 8x7B-DPOModel CardPrompting Nous Hermes 2 - Mixtral 8x7B-DPOApplications & Use CasesHow to use Nous Hermes 2 - Mixtral 8x7B-DPONous Hermes 2 - Mixtral 8x7B-DPO API Usage
Endpoint
NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO
RUN INFERENCE
curl -X POST "https://api.together.xyz/v1/chat/completions" \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
"messages": [],
"stream": true
}'
JSON RESPONSE
RUN INFERENCE
from together import Together
client = Together()
response = client.chat.completions.create(
model="NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
messages=[],
stream=True
)
for token in response:
if hasattr(token, 'choices'):
print(token.choices[0].delta.content, end='', flush=True)
JSON RESPONSE
RUN INFERENCE
import Together from "together-ai";
const together = new Together();
const response = await together.chat.completions.create({
messages: [],
model: "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
stream: true
});
for await (const token of response) {
console.log(token.choices[0]?.delta?.content)
}
JSON RESPONSE
Model Provider:
Nous Research
Type:
Chat
Variant:
Parameters:
46B
Deployment:
✔ Serverless
✔️ On-Demand Dedicated
Quantization
FP16
Context length:
32768
Pricing:
$0.60
Check pricing
Run in playground
Deploy model
Quickstart docs
Quickstart docs
How to use Nous Hermes 2 - Mixtral 8x7B-DPO
Model details
Prompting Nous Hermes 2 - Mixtral 8x7B-DPO
Applications & Use Cases
How to use Nous Hermes 2 - Mixtral 8x7B-DPO
Looking for production scale? Deploy on a dedicated endpoint
Deploy Nous Hermes 2 - Mixtral 8x7B-DPO on a dedicated endpoint with custom hardware configuration, as many instances as you need, and auto-scaling.
