Skip to content

Commit 4ce4eb2

Browse files
committed
docs: link openai pricing from cost section
1 parent 9e38013 commit 4ce4eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ Use `threads --numbers ...` when you want several specific issue or PR records i
159159

160160
## Cost To Operate
161161

162-
The main variable cost is OpenAI embeddings.
162+
The main variable cost is OpenAI embeddings. Current model pricing is published by OpenAI here: [OpenAI API pricing](https://developers.openai.com/api/docs/pricing).
163163

164-
On a real local run against roughly `12k` issues plus about `1.2x` related PR and issue inputs, `text-embedding-3-large` came out to about **$0.65 USD** total to embed the repo. Treat that as an approximate data point for something like `~14k` issue and PR inputs, not a hard guarantee.
164+
On a real local run against roughly `12k` issues plus about `1.2x` related PR and issue inputs, [`text-embedding-3-large`](https://developers.openai.com/api/docs/pricing) came out to about **$0.65 USD** total to embed the repo. Treat that as an approximate data point for something like `~14k` issue and PR inputs, not a hard guarantee.
165165

166166
This screenshot is the reference point for that estimate:
167167

0 commit comments

Comments
 (0)