diff options
| author | MohamedBassem <me@mbassem.com> | 2024-10-13 14:59:49 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-10-13 14:59:56 +0000 |
| commit | 1aa7e2d49c4b4b6558ab0c9d9734359cd0ea04af (patch) | |
| tree | d6b8648c0ed388079879373df39c0e306137a93f /docs/versioned_docs/version-v0.18.0/06-openai.md | |
| parent | 43ed698930531631116f0fc22234a9ef68c122e6 (diff) | |
| download | karakeep-1aa7e2d49c4b4b6558ab0c9d9734359cd0ea04af.tar.zst | |
docs: Release the 0.18 docs
Diffstat (limited to 'docs/versioned_docs/version-v0.18.0/06-openai.md')
| -rw-r--r-- | docs/versioned_docs/version-v0.18.0/06-openai.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/versioned_docs/version-v0.18.0/06-openai.md b/docs/versioned_docs/version-v0.18.0/06-openai.md new file mode 100644 index 00000000..6c60a690 --- /dev/null +++ b/docs/versioned_docs/version-v0.18.0/06-openai.md @@ -0,0 +1,11 @@ +# OpenAI Costs + +This service uses OpenAI for automatic tagging. This means that you'll incur some costs if automatic tagging is enabled. There are two type of inferences that we do: + +## Text Tagging + +For text tagging, we use the `gpt-4o-mini` model. This model is [extremely cheap](https://openai.com/pricing). Cost per inference varies depending on the content size per article. Though, roughly, You'll be able to generate tags for almost 3000+ bookmarks for less than $1. + +## Image Tagging + +For image uploads, we use the `gpt-4o-mini` model for extracting tags from the image. You can learn more about the costs of using this model [here](https://platform.openai.com/docs/guides/vision/calculating-costs). To lower the costs, we're using the low resolution mode (fixed number of tokens regardless of image size). You'll be able to run inference for 1000+ images for less than a $1. |
