// changelog
What changed, and when.
Releases, fixes, and infrastructure changes in reverse chronological order.
2026-05-20
v0.9.1
apiapi
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-05-12
v0.9.0
majormodels
DeepSeek-V3 available in all three regions: us, eu, in. Previously us-only beta.
api
JSON mode now enforced server-side with schema validation. Malformed JSON responses retried automatically up to 2 times before returning an error.
deployments
Dedicated Deployment drain now completes in under 60 seconds for B200 configurations. Previous drain times were up to 5 minutes.
security
Customer-managed encryption keys (CMEK) now available on Dedicated Deployments in us and eu regions. AWS KMS and GCP KMS supported.
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`.