Hermes Text Pro
Text generation and structured output for production content workflows.
/v1/text/generate0.8–2.4sOne key for text, image, video and audio services. A consistent request model, task lifecycle and usage ledger, so your team can focus on the product.
curl https://api.hermes-ai.net/v1/text/generate \
-H "Authorization: Bearer $HERMES_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hermes-text-pro",
"input": "Summarize the main issues in this product feedback"
}'{
"id": "req_f8n3q7",
"status": "succeeded",
"output": "The primary concerns are latency and...",
"usage": { "total_tokens": 348 }
}The first release covers four representative capabilities. Every service shares the same auth, error and billing semantics.
Text generation and structured output for production content workflows.
/v1/text/generate0.8–2.4sAsynchronous image generation for product visuals, social cards and concepts.
/v1/images/generations8–18sShort video and image-to-video jobs with a pollable task lifecycle.
/v1/videos/generations45–120sMandarin-first speech synthesis with voice and pacing controls.
/v1/audio/speech1.2–4.0sBearer tokens, JSON payloads and predictable errors. Synchronous APIs return results directly; long-running work returns a task ID.
api.hermes-ai.netDevelopment mode never connects to payment rails. Production will center on live balance, an immutable ledger and cost detail.
Services meter tokens, images, seconds or characters.
Attributable upstream failures are refunded or reversed.
Balance and anomaly alerts prevent unexpected interruptions.