@nilux-ai/code 1.0.15 → 1.0.17

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.
Files changed (3) hide show
  1. package/README.md +5 -4
  2. package/dist/cli.js +466 -466
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -33,12 +33,13 @@ Pay only for the tokens you use. No seat, no subscription, no minimum.
33
33
 
34
34
  | Model | Input | Output | Context |
35
35
  |-------|-------|--------|---------|
36
- | Nilux Standard | $0.28 / 1M tokens | $0.56 / 1M tokens | 1M |
37
- | Nilux Pro | $0.87 / 1M tokens | $1.74 / 1M tokens | 1M |
36
+ | Nilux Standard | $0.33 / 1M tokens | $0.99 / 1M tokens | 1M |
37
+ | Nilux Pro | $0.99 / 1M tokens | $2.97 / 1M tokens | 1M |
38
38
 
39
39
  Repeated context is billed at a small fraction of the input rate, which is most of a long coding
40
- session. Check your balance any time with `/balance`, or see the live rates and a cost calculator
41
- at [nilux.dev/pricing](https://nilux.dev/pricing).
40
+ session. During provider peak hours (01:00–04:00 and 06:00–10:00 UTC) usage is billed at the
41
+ listed rates. Check your balance any time with `/balance`, or see the live rates and a cost
42
+ calculator at [nilux.dev/pricing](https://nilux.dev/pricing).
42
43
 
43
44
  ## Handy commands
44
45