Get balancer applicable state
This endpoint returns the balancer's applicable state, the desired state after it has been resolved into exactly what the balancer instructs the agents to apply.
It differs from the desired state in one way: the desired state carries a separate use_chat_template_override flag alongside chat_template_override.
The applicable state resolves that flag: if use_chat_template_override was true, the applicable chat_template_override holds your template; if it was false, it is null and the agents use the model's built-in template. The use_chat_template_override field itself is therefore not present here. All other fields (inference_parameters, model, multimodal_projection) are unchanged.
Endpoint
Method: GET
Path: /api/v1/balancer_applicable_stateResponse
If no state has been set yet, the response is null. Otherwise it returns the applicable state: