Back
GoogleGemini API
Introduced a breaking change to the Interactions API in v1beta. The total_reasoning_tokens field has been…
AI summary
Written by AI from the official notes. Check them for exact details.The Interactions API in v1beta has a breaking change with a field name update.
- Renamed
total_reasoning_tokenstototal_thought_tokens - Change aligns terminology with thinking models
Why it matters: Developers using the Interactions API should update their implementations to accommodate the new field name.
Full release notes
- Introduced a breaking change to the Interactions API in v1beta. The
total_reasoning_tokensfield has been renamed tototal_thought_tokensto better align with the concept of "thoughts" in thinking models.