From a34331b5b9fd4555385571436a2eca1d2974aff9 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 27 Jul 2025 15:42:26 +0100 Subject: docs: Drop docs older than 0.21 --- docs/versioned_docs/version-v0.20.0/06-openai.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/versioned_docs/version-v0.20.0/06-openai.md (limited to 'docs/versioned_docs/version-v0.20.0/06-openai.md') diff --git a/docs/versioned_docs/version-v0.20.0/06-openai.md b/docs/versioned_docs/version-v0.20.0/06-openai.md deleted file mode 100644 index 6c60a690..00000000 --- a/docs/versioned_docs/version-v0.20.0/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/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. -- cgit v1.2.3-70-g09d2