models_call.
When this appears
A model tool event appears in the stream when the agent invokes another model as part of its work. This is separate from the agent’s own text generation, which comes throughtext-delta events. You will see models_call when the agent intentionally calls out to a model for a specific purpose.
Stream example
Event shape
A parsed model tool event has these fields:Display metadata
Thedisplay object on the raw event gives you ready-to-render metadata:
display.name— the human-readable model name (e.g."GPT-4o","FLUX schnell")display.target— the model ID the agent calleddisplay.summary— a one-line description of the call