Skip to content

Commit cd46e6c

Browse files
committed
chore: update doc
1 parent bc9f548 commit cd46e6c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ json-cli --help
118118
│ --dry-run Show plan without executing
119119
│ --debug Show system prompt and raw AI response
120120
│ --help Show this help message
121+
│ --version, -v Show version
121122
122123
│ Examples
123124
│ json-cli "please run tests"
@@ -206,6 +207,16 @@ pnpm test
206207
pnpm build
207208
```
208209

210+
## Pricing
211+
212+
> **Note:** [Pricing](./src/providers/pricing.ts) is based on the lastest rates from each provider. Write an [issue](https://github.com/ekaone/json-cli/issues) if you find any outdated pricing.
213+
214+
| Provider | Input Cost (per 1M tokens) | Output Cost (per 1M tokens) |
215+
|----------|----------------------------|-----------------------------|
216+
| Claude | $3.00 | $15.00 |
217+
| OpenAI | $2.50 | $10.00 |
218+
| Ollama | $0.00 | $0.00 |
219+
209220
---
210221

211222
## License

0 commit comments

Comments
 (0)