Why do Anthropic API clients send an anthropic-version header (or SDK equivalent)?
Select an answer to reveal the explanation.
Short Explanation
Version headers pin API behavior so your client doesn't break when the platform evolves.
Full Explanation
API versioning stabilizes request/response semantics for clients. It is not temperature, language, or TLS control.