Chat Threads: Token and Cost Fields Replaced with BCU
9 days ago
Token counts and cost fields have been removed from the Chat Threads API and replaced with BCU (Bobsled Compute Units) — a normalized compute metric that provides a consistent measure of AI resource usage regardless of the underlying model.
What Changed
totalTokens replaced with totalBCU on both list and detail endpoints
totalCost removed from the list response and stats
sortBy=totalTokens replaced with sortBy=totalBCU for server-side sorting
Turn-level token/cost breakdown removed from thread detail; replaced with a single totalBCU per turn
Modified Endpoints
GET /api/v1/accounts/{accountId}/chat-threads — list endpoint
GET /api/v1/accounts/{accountId}/chat-threads/{threadId} — detail endpoint