Skip to content

Missing GPT-5.5 model support across provider catalog, Codex image-gen default, tests, and docs #16161

@dpaluy

Description

@dpaluy

Problem

GPT-5.5 has been released, but hermes-agent does not recognize or route it correctly. The model is absent from the provider catalog, the Codex image-gen plugin still defaults to gpt-5.4, tests reference the old model, and documentation shows outdated model names.

Current Behavior

  • hermes_cli/models.py: gpt-5.5 is not listed in VERCEL_AI_GATEWAY_MODELS, not registered under _PROVIDER_MODELS for the openai, copilot, opencode-zen, or kilocode providers, and not included in _PRIORITY_PROCESSING_MODELS.
  • plugins/image_gen/openai-codex/__init__.py: _CODEX_CHAT_MODEL defaults to gpt-5.4, so Codex image-gen requests use a stale model.
  • tests/gateway/test_fast_command.py: Monkeypatched _resolve_gateway_model stubs return gpt-5.4, so gateway routing tests do not cover the current model.
  • tests/plugins/image_gen/test_openai_codex_provider.py: Model assertion expects gpt-5.4.
  • website/docs/integrations/providers.md: CLI examples and config default reference gpt-5.4.
  • website/docs/reference/faq.md: /model example shows gpt-5.4.

Expected Behavior

  • gpt-5.5 is recognized by the Vercel AI gateway and registered for all supported providers (openai, copilot, opencode-zen, kilocode).
  • gpt-5.5 is in the priority processing set so requests are handled with the correct routing path.
  • Codex image-gen plugin uses gpt-5.5 as its chat model.
  • Tests assert against gpt-5.5.
  • Documentation reflects gpt-5.5 as the current default.

Affected Files

  • hermes_cli/models.py
  • plugins/image_gen/openai-codex/__init__.py
  • tests/gateway/test_fast_command.py
  • tests/plugins/image_gen/test_openai_codex_provider.py
  • website/docs/integrations/providers.md
  • website/docs/reference/faq.md

Related Issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havecomp/cliCLI entry point, hermes_cli/, setup wizardcomp/pluginsPlugin system and bundled pluginsprovider/openaiOpenAI / Codex Responses APItype/docsDocumentation improvements

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions