Seedance 2.0 15% छूट | Video Generator में बनाएँ →
Agent setup

Hermes को WaveSpeed LLM API से connect करें

Hermes के लिए recommended ~/.hermes/config.yaml setup copy करें, requests को /v1/chat/completions पर route करें और WaveSpeed Logs में local agent calls verify करें।

Config file

~/.hermes/config.yaml

Protocol

OpenAI-संगत chat completions

Endpoint

/v1/chat/completions

Quick start

1

WaveSpeed access key बनाएं

2

ज़रूरी key को local में export करें

3

config paste करें~/.hermes/config.yaml

4

hermes chat चलाएं और Logs देखें

OpenAI-संगत chat completions

Usage Dashboard और Logs में दिखता है

Agent code दोबारा लिखे बिना models बदलें

~/.hermes/config.yaml edit करें
# File: ~/.hermes/config.yaml
model: anthropic/claude-opus-4.8
provider:
  type: openai-compatible
  base_url: https://llm.wavespeed.ai/v1
  endpoint: /chat/completions
  api_key_env: WAVESPEED_API_KEY

Agent integration guide

Hermes को WaveSpeed LLM API के साथ इस्तेमाल करें

यह guide दिखाती है कि ~/.hermes/config.yaml, OpenAI-संगत chat completions, /v1/chat/completions, base URL https://llm.wavespeed.ai/v1 और default model anthropic/claude-opus-4.8 के साथ Hermes को WaveSpeed AI से कैसे connect करें। ऊपर की configuration copy करें, API key export करें, agent चलाएं और Logs में requests verify करें।

1

WaveSpeed access key बनाएं

2

ज़रूरी key को local में export करें

3

config paste करें

~/.hermes/config.yaml
4

hermes chat चलाएं और Logs देखें

यह Hermes setup क्या configure करता है

Protocol

OpenAI-संगत chat completions

Endpoint

/v1/chat/completions

Model

anthropic/claude-opus-4.8

ऊपर की copy-ready configuration recommended setup के लिए edit की जाने वाली एकमात्र Hermes file है: ~/.hermes/config.yaml। API key को shell environment में रखें ताकि वह repository में commit न हो।

Troubleshooting

API key pick up नहीं हो रही

WAVESPEED_API_KEY को उसी shell में export करें जहां आप Hermes चलाते हैं। अगर shell profile इस्तेमाल करते हैं, तो agent start करने से पहले terminal reload करें।

Requests protocol या endpoint error से fail हो रहे हैं

Check करें कि Hermes OpenAI-संगत chat completions और endpoint /v1/chat/completions इस्तेमाल कर रहा है। Protocol mismatch 404 या payload errors की सबसे आम वजह है।

Selected model काम नहीं कर रहा

Confirm करें कि model id WaveSpeed Models में मौजूद है, फिर exact id को ~/.hermes/config.yaml में paste करें। आप इस page पर दिखाए गए default model से शुरू कर सकते हैं।

Logs में requests नहीं दिख रहे

Ensure करें कि Hermes WaveSpeed base URL और current API key इस्तेमाल कर रहा है। फिर local agent से नया prompt भेजें और Logs refresh करें।

क्या यह Hermes guide search में दिख सकती है?

हाँ। यह page उन users के लिए indexable setup guide के रूप में बनाया गया है जो Hermes custom provider, OpenAI-compatible endpoint, base URL और local agent configuration workflows खोजते हैं।