ModelRequest
One send attempt: the client request id and the exact rendered request bytes the adapter encodes for its provider.
Fields
request_idstringrequiredClient request id, derived from the model_request event.
bodyUint8ArrayrequiredThe rendered request bytes.
ModelInfo
What a model adapter declares about itself: which model and adapter it is, its parameters and limits, the inputs it accepts, its hosted tools and whether a lost response can be looked up.
ModelResponse
A complete model response, as a found lookup returns it: the output parts, why it stopped, token usage and the provider's request id.