Skip to main content
Use the openai-chat protocol for endpoints compatible with the OpenAI Chat Completions request shape, commonly exposed at /v1/chat/completions.

Configure the Protocol

The model id is the third positional argument. AgentCompass sends messages through the configured harness and forwards supported --model-params values to the endpoint.

Common Parameters

Harnesses may add, transform, or restrict model parameters. Check the selected Harness page before copying a configuration between agent implementations.

When to Use It

Choose openai-chat when:
  • the provider documents Chat Completions compatibility;
  • the selected harness supports openai-chat;
  • the evaluation does not require Responses-specific state or request fields.
For stateful Responses endpoints, use OpenAI Responses. For Anthropic-compatible endpoints, use Anthropic Messages.