Description
Hermes 2 Pro is an upgraded, retrained version of Nous Hermes 2, consisting of an updated and cleaned version of the OpenHermes 2.5 Dataset, as well as a newly introduced Function Calling and JSON Mode dataset developed in-house.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: NousResearch: Hermes 2 Pro - Llama-3 8B (nousresearch/hermes-2-pro-llama-3-8b)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "nousresearch/hermes-2-pro-llama-3-8b",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the NousResearch: Hermes 2 Pro - Llama-3 8B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.025$ / 1M tokens
- Output: 0.08$ / 1M tokens
Token Limits
- Max Output: 2,048 tokens
- Max Context: 8,192 tokens
Subscription Tiers
- free
- pro
- ultimate