Anthropic has released version 1.0.0 of its Python SDK, which removes support for temperature, top_p, and top_k parameters in its Messages API. This change, effective August 2026, raises the minimum Python version to 3.10 and updates the HTTP layer to httpx2. However, the SDK's documentation and API reference currently present conflicting information regarding these parameters. The API reference still lists temperature, top_p, and top_k as active parameters with default values, while the SDK's migration guide suggests they are no longer directly supported and must be passed via an `extra_body` argument. This discrepancy creates uncertainty for developers relying on these parameters for reproducible outputs. AI
IMPACT Developers using Anthropic's Python SDK may need to update their code and re-evaluate their use of sampling parameters due to conflicting documentation.
RANK_REASON The cluster describes a software development kit update with breaking changes and documentation inconsistencies, not a core AI model release or research milestone.
Read on dev.to — Anthropic tag →
AI-generated summary · Google Gemini · from 1 sources. How we write summaries →