aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.23.2/06-openai.md
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-13 16:25:03 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-13 16:25:03 +0000
commitf3c525b7f7dd360f654d8621bbf64e31ad5ff48e (patch)
treef9c8378e5c24caf1441f055d0d08b60f8b91a0ab /docs/versioned_docs/version-v0.23.2/06-openai.md
parentae76f9464f2f64018548f4ddfe7b94b92616c6dd (diff)
downloadkarakeep-f3c525b7f7dd360f654d8621bbf64e31ad5ff48e.tar.zst
docs: Revert 0.23.2 docs and just update 0.23.1 instead
Diffstat (limited to 'docs/versioned_docs/version-v0.23.2/06-openai.md')
-rw-r--r--docs/versioned_docs/version-v0.23.2/06-openai.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/versioned_docs/version-v0.23.2/06-openai.md b/docs/versioned_docs/version-v0.23.2/06-openai.md
deleted file mode 100644
index 289f44c2..00000000
--- a/docs/versioned_docs/version-v0.23.2/06-openai.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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/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/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.