Nous: Hermes 3 405B Instruct
Steer Frontier Reasoning
Unlock Hermes Capabilities
131K Context
Process Long Inputs
Handle 131K token context for multi-turn conversations and long documents.
Agentic Power
Enable Advanced Agents
Supports function calling, roleplaying, and structured outputs in Nous: Hermes 3 405B Instruct.
16K Output
Generate Detailed Responses
Produce up to 16K tokens per response for complex reasoning and code tasks.
Examples
See what Nous: Hermes 3 405B Instruct can create
Copy any prompt below and try it yourself in the playground.
Code Refactor
“Refactor this Python function for efficiency and add type hints: def calculate_fib(n): if n <= 1: return n; return calculate_fib(n-1) + calculate_fib(n-2)”
JSON Schema
“Generate a JSON schema for a user profile with fields: name, email, age, preferences as array of strings. Include validation rules.”
Logic Puzzle
“Solve this riddle step-by-step: Three houses in a row, owned by Brit, Swede, Dane. Colors red, green, white. Drinks tea, coffee, milk. Pets dog, birds, cats. Who owns the fish?”
Essay Outline
“Create a detailed outline for a 2000-word essay on quantum computing impacts on cryptography, with sections for history, algorithms, and future risks.”
For Developers
A few lines of code.
Reasoning. Few lines.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per token, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v7/llm/chat/completions",json={"key": "YOUR_API_KEY","prompt": "","model_id": ""})print(response.json())
Ready to create?
Start generating with Nous: Hermes 3 405B Instruct on ModelsLab.