OpenAI compatible API · Attested · Public status

Hermes 2 Pro Llama 3 8B API

Use the OpenAI-compatible API quickstart for Hermes 2 Pro Llama 3 8B on TrustedRouter, with model IDs, streaming examples, authentication, fallback behavior, and SDK configuration.

Verify gateway
Onebase URL to migrate
100sof models and routes
0prompt or output logs. Always.

nousresearch/hermes-2-pro-llama-3-8b

API

All models

Use the same OpenAI compatible clients you already use. Only the base URL and model change.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.trustedrouter.com/v1",
    api_key="sk-tr-v1-..."
)

response = client.chat.completions.create(
    model="nousresearch/hermes-2-pro-llama-3-8b",
    messages=[{"role": "user", "content": "Give me a one-sentence status."}],
    max_tokens=64,
)
print(response.choices[0].message.content)
Workspace access

Sign in

Choose a sign in method to access your TrustedRouter workspace.

By signing in you agree to the terms of service and privacy policy.