// changelog

What changed, and when.

Releases, fixes, and infrastructure changes in reverse chronological order.

2026-05-20

v0.9.1

api
api
Added `stream_options.include_usage` field to Chat Completions. Token counts now stream in the final chunk.
console
Usage graphs now render at day-granularity for date ranges over 7 days. Previous behavior was always hour-granularity.
billing
Invoice PDFs now include line-item model breakdown. Previously invoices showed a single total.
2026-04-28

v0.8.3

fine-tuning
LoRA adapter export now supports GGUF format in addition to HuggingFace safetensors. Download from the console after training completes.
console
Audit log now filterable by actor (API key, user, system). Exported CSV includes actor field.
api
Rate limit headers now included on all responses: `X-RateLimit-Limit`, `X-RateLimit-Remaining`, `X-RateLimit-Reset`.