| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-03 | 809 Bytes | |
| ts-1.15.0 source code.tar.gz | 2026-08-03 | 94.6 MB | |
| ts-1.15.0 source code.zip | 2026-08-03 | 96.2 MB | |
| Totals: 3 Items | 190.8 MB | 0 | |
TypeScript SDK 1.15.0
Features
- Add per-evaluation-type threshold scores and API-key-authenticated create/update endpoints for offline evaluation types. Include thresholdScore in EvalType interface and fetchEvalTypes response. (#1382)
- Add cached token pricing support across OpenAI, Anthropic, Bedrock, Groq, Google AI, Vertex AI, Azure AI Inference, Claude Agent SDK, Cursor SDK, and Strands. Implement inclusive and exclusive cache token accounting patterns. (#1390)
Fixes
- Fix AssemblyAI cost calculation to use audio duration instead of URL character length. Update wrapper and tests to match Python SDK behavior for per-second billing. (#1381)