aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.26.0/06-openai.md
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-07-20 13:24:58 +0000
committerMohamed Bassem <me@mbassem.com>2025-07-20 13:24:58 +0000
commit0cd9eea0da130ea855c0e63fb8e0de717c8336e0 (patch)
treec4118d290c44cbff80f37adc95ac311620c77550 /docs/versioned_docs/version-v0.26.0/06-openai.md
parent705e46dc6caa7c84de7458bb2f43f619d5d100ca (diff)
downloadkarakeep-0cd9eea0da130ea855c0e63fb8e0de717c8336e0.tar.zst
docs: Release the 0.26.0 docs
Diffstat (limited to 'docs/versioned_docs/version-v0.26.0/06-openai.md')
-rw-r--r--docs/versioned_docs/version-v0.26.0/06-openai.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/versioned_docs/version-v0.26.0/06-openai.md b/docs/versioned_docs/version-v0.26.0/06-openai.md
new file mode 100644
index 00000000..32218da8
--- /dev/null
+++ b/docs/versioned_docs/version-v0.26.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-4.1-mini` model. This model is [extremely cheap](https://openai.com/api/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/images?api-mode=chat#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.