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, for example, Chat Completions, into Responses format.

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

Available Backends