fix(#4): remove dead total_cost_usd field; map model enums to readable names
This commit is contained in:
@@ -24,8 +24,7 @@ pub struct ApiUsage {
|
||||
pub thinking_output_tokens: u64,
|
||||
/// Google-specific: response output tokens (non-thinking portion)
|
||||
pub response_output_tokens: u64,
|
||||
/// Total cost in USD (if provided by the API).
|
||||
pub total_cost_usd: Option<f64>,
|
||||
|
||||
/// The actual model that served the request.
|
||||
pub model: Option<String>,
|
||||
/// Stop reason / finish reason from the API.
|
||||
|
||||
Reference in New Issue
Block a user