The Claude API docs describe pinning inference geography to us or global on an agent's model.
What's wrong with this entry?
The skill docs add inference_geo, either "us" or "global", set inside an agent's model object rather than at the top level as on the Messages API. It is checked when the agent is saved, when a session is created, and on every turn, and it cannot change for the life of a session.
- Unlike
effort, aninference_geogiven in a per-sessionmodeloverride is applied. - Omitting it in an override clears the agent's pin.
- Every model in a multiagent roster must use the same geography.
Pinning inference geography
Strings lifted out of the shipped bundle, so the claim above can be checked against them.