Skip to content

0.1.2 - 2026-07-31

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 18:16

Release Notes

Added

  • Embedded standard direct-API pricing for Claude Fable/Opus/Sonnet/Mythos 5; GPT-5.6
    Sol/Terra/Luna, GPT-5.5/5.4 families, and GPT-5.3 Codex; and Gemini 3.6 Flash,
    3.5 Flash/Flash-Lite, and 3.1 Pro Preview.
  • Provider-published long-context pricing above 272K known prompt tokens for eligible GPT models
    and above 200K for Gemini 3.1 Pro Preview.
  • Codex parsing for cache_write_input_tokens, kept disjoint from uncached and cached-read input.
  • A detailed pricing reference with source links and snapshot limitations.

Changed

  • Cache prices are optional per provider and billing dimension. Nonzero usage without a published,
    representable rate is now reported as unpriced instead of using a generic multiplier.
  • LiteLLM refresh imports explicit cache prices and long-context tiers only; it no longer derives
    Anthropic-style cache multipliers for other providers.
  • WinGet release documentation now records the required explicit-tag workflow dispatch and
    Microsoft review delay.

Notes

  • Claude Sonnet 5 uses its introductory price through 2026-08-31. Its scheduled 2026-09-01 price
    change requires a refreshed snapshot.
  • Package-manager binaries remain fully offline and use the embedded snapshot. Online refresh is
    available only in a custom build compiled with the network feature.

Install skiagram 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TanvirAnjumApurbo/skiagram/releases/download/v0.1.2/skiagram-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/TanvirAnjumApurbo/skiagram/releases/download/v0.1.2/skiagram-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install TanvirAnjumApurbo/tap/skiagram

Install prebuilt binaries into your npm project

npm install skiagram@0.1.2

Download skiagram 0.1.2

File Platform Checksum
skiagram-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
skiagram-x86_64-apple-darwin.tar.xz Intel macOS checksum
skiagram-x86_64-pc-windows-msvc.zip x64 Windows checksum
skiagram-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
skiagram-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum