NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO
DPO fine-tuned for helpfulness. Excellent creative and roleplay performance.
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
"messages": [{"role": "user", "content": "Hello!"}]
}'