@seanyao/roll 3.614.3 → 3.615.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ {
2
+ "version": "2026-06-14",
3
+ "effective_at": "2026-06-14",
4
+ "source_url": "https://openrouter.ai/openai/gpt-5.5",
5
+ "vendor": "openai",
6
+ "currency": "USD",
7
+ "default_model": "kimi-k2.6",
8
+ "notes": "Rates per million tokens in USD — OpenAI's native billing currency for the Codex CLI (agent ids codex/openai). GPT-5.5 was the standing model as of 2026-06 (codex CLI 0.13x reports model gpt-5.5); the 2026-04-23 GPT-5.5 release doubled the GPT-5 line to in 5 / out 30. cache_read is the documented cached-input rate ($0.50/M = 90% off input). Field convention matches the deepseek/kimi snapshots: cache_create = cache-miss input rate (OpenAI levies no separate cache-write surcharge, and codex sessions report no cacheWrite tokens, so this only ever multiplies near-zero cacheWrite). gpt-5 / gpt-4o retained for currency resolution of legacy/aliased codex model ids. NOTE: default_model is intentionally kept at the prior snapshot's kimi-k2.6 so the GLOBAL unknown-model fallback (and its frozen difftests) is unchanged — this vendor snapshot only ADDS the gpt-* price keys and their USD currency.",
9
+ "prices": {
10
+ "gpt-5.5": {
11
+ "in": 5.0,
12
+ "out": 30.0,
13
+ "cache_create": 5.0,
14
+ "cache_read": 0.5
15
+ },
16
+ "gpt-5": {
17
+ "in": 2.5,
18
+ "out": 15.0,
19
+ "cache_create": 2.5,
20
+ "cache_read": 0.25
21
+ },
22
+ "gpt-4o": {
23
+ "in": 2.5,
24
+ "out": 10.0,
25
+ "cache_create": 2.5,
26
+ "cache_read": 1.25
27
+ }
28
+ }
29
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seanyao/roll",
3
- "version": "3.614.3",
3
+ "version": "3.615.1",
4
4
  "description": "Roll — Roll out features with AI agents",
5
5
  "packageManager": "pnpm@11.1.3",
6
6
  "scripts": {