Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@ components:
total_requests: 2109
total_tokens: '9876543'
meta:
as_of: '2026-05-12T02:00:00Z'
as_of: '2026-05-12T02:00:00.000Z'
end_date: '2026-05-11'
start_date: '2026-04-12'
version: 'v1'
Expand Down Expand Up @@ -21411,14 +21411,14 @@ components:
type: 'object'
RankingsDailyMeta:
example:
as_of: '2026-05-12T02:00:00Z'
as_of: '2026-05-12T02:00:00.000Z'
end_date: '2026-05-11'
start_date: '2026-04-12'
version: 'v1'
properties:
as_of:
description: 'ISO-8601 timestamp of when the response was generated. Reflects data-freshness because the underlying materialized view continuously ingests upstream events.'
example: '2026-05-12T02:00:00Z'
example: '2026-05-12T02:00:00.000Z'
type: 'string'
end_date:
description: 'Resolved end of the date window (UTC, inclusive).'
Expand Down Expand Up @@ -21449,7 +21449,7 @@ components:
model_permaslug: 'anthropic/claude-3.5-sonnet-20241022'
total_tokens: '9876543'
meta:
as_of: '2026-05-12T02:00:00Z'
as_of: '2026-05-12T02:00:00.000Z'
end_date: '2026-05-11'
start_date: '2026-04-12'
version: 'v1'
Expand Down
Loading