Configure Models

View as Markdown

Configure your model with the inference backend of your choice.

NeMo Gym uses the Responses API as its native schema because it natively represents tool calls, multi-turn conversations, and structured outputs. NeMo Gym provides middleware to automatically convert other protocols — Chat Completions and Anthropic Messages — into Responses format.

For training, use a backend that returns token IDs and log probabilities (marked with training below).

Available Backends

Observe model calls

Protocols

Every backend above also exposes these conversion dialects on the same model server: