hermes-agent/website/docs
teknium1 ae4a674c84 feat: add 'openai' as auxiliary provider option
Users can now set provider: "openai" for auxiliary tasks (vision, web
extract, compression) to use OpenAI's API directly with their
OPENAI_API_KEY. This hits api.openai.com/v1 with gpt-4o-mini as the
default model — supports vision since GPT-4o handles image input.

Provider options are now: auto, openrouter, nous, openai, main.

Changes:
- agent/auxiliary_client.py: added _try_openai(), "openai" case in
  _resolve_forced_provider(), updated auxiliary_max_tokens_param()
  to use max_completion_tokens for OpenAI
- Updated docs: cli-config.yaml.example, AGENTS.md, and user-facing
  configuration.md with Common Setups section showing OpenAI,
  OpenRouter, and local model examples
- 3 new tests for OpenAI provider resolution

Tests: 2459 passed (was 2429).
2026-03-08 18:25:30 -07:00
..
developer-guide feat: platform-conditional skill loading + Apple/macOS skills 2026-03-07 00:47:54 -08:00
getting-started fix: allow self-hosted Firecrawl without API key + add self-hosting docs 2026-03-05 16:44:21 -08:00
reference docs: add dedicated /compress command documentation 2026-03-08 17:21:15 -07:00
user-guide feat: add 'openai' as auxiliary provider option 2026-03-08 18:25:30 -07:00
index.md docs: rebrand messaging — 'the self-improving AI agent' 2026-03-06 04:34:06 -08:00