Last refreshed 2026-05-11. Next refresh: weekly.
Why use Nous Hermes Llama 2 13B on Together AI?
Together AI offers Nous Hermes Llama 2 13B with pay-as-you-go pricing at $0.30/1M input tokens. Together AI is a platform for running open-source and proprietary LLMs with fast serverless and dedicated endpoints at competitive inference pricing.
Compare Nous Hermes Llama 2 13B across 3 providers to find the best fit for your use caseSetup recipe
Python + curlpip install togetherexport TOGETHER_API_KEY=...from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="nous-hermes-llama2-13b",nous-hermes-llama2-13bRequest example
from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="nous-hermes-llama2-13b",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Together uses "organization/model-name" format, e.g. "meta-llama/Llama-4-Scout-17B-16E-Instruct" or "Qwen/QwQ-32B". See the Together model catalog for the exact ID.
- The examples expect TOGETHER_API_KEY; rename it only if your application config maps the new variable.
Compare Nous Hermes Llama 2 13B Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| Together AI | $0.30 | $0.30 |
| Fireworks AI | $0.20 | $0.20 |
| Replicate API | $0.10 | $0.50 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.30 |
| Output tokens | $0.30 |
Capabilities
About Nous Hermes Llama 2 13B
The Nous Hermes Llama 2 13B is an advanced large language model fine-tuned on over 300,000 instructions, building upon the Llama 2 architecture. Developed by Nous Research with contributions from Teknium, Emozilla, and compute sponsorship from Redmond AI, the model boasts features like extended response generation, reduced hallucinations, and compatibility with Alpaca prompt format. It is trained on a diverse dataset, including synthetic GPT-4 outputs, enhancing its knowledge and task completion capabilities. Known for strong performance across various benchmarks, it is suitable for applications like chatbots, content generation, and code generation, while still acknowledging limitations such as data bias and handling of open-ended prompts.
FAQ
What does Nous Hermes Llama 2 13B cost on Together AI?
On Together AI, Nous Hermes Llama 2 13B costs $0.3 per 1M input tokens and $0.3 per 1M output tokens.
How does Together AI compare to other Nous Hermes Llama 2 13B providers?
Nous Hermes Llama 2 13B is available from 3 providers. The cheapest input pricing is $0.10/1M tokens from Replicate API.
Who created Nous Hermes Llama 2 13B?
Nous Hermes Llama 2 13B was created by Nous Research as part of the Hermes model family.
Is Nous Hermes Llama 2 13B open source?
Nous Hermes Llama 2 13B's open source status is unknown in the seed data.