@@ -15,16 +15,20 @@ Yandex AI Studio SDK offers a comprehensive set of high‑level abstractions tha
1515- [ ** Chat** ] ( https://aistudio.yandex.ru/docs/ai-studio/concepts/api#openai )
1616 - OpenAI‑compatible chat API (` sdk.chat ` ) designed to work seamlessly with the rest of the Yandex AI Studio SDK.
1717 - Send and receive messages, stream responses, and work with tool calls in a unified way.
18+ - OpenAI‑compatible text embeddings endpoint (` sdk.chat.text_embeddings ` ).
1819- [ ** Files** ] ( https://aistudio.yandex.ru/docs/ai-studio/concepts/assistant/files )
1920 - Upload, download, list and delete files stored in Yandex Cloud AI Studio.
2021- [ ** Image generation** ] ( https://aistudio.yandex.ru/docs/ai-studio/operations/generation/yandexart-request )
2122 - Generate images via YandexART models.
23+ - [ ** Vision OCR** ] ( https://aistudio.yandex.ru/docs/vision/concepts/ocr/ )
24+ - Recognize text in images and PDFs (JPEG, PNG, PDF).
2225- [ ** Text embeddings** ] ( https://aistudio.yandex.ru/docs/ai-studio/concepts/embeddings )
2326 - Compute dense vector embeddings for arbitrary text.
2427- [ ** Text classifiers** ] ( https://aistudio.yandex.ru/docs/ai-studio/concepts/classifier/ )
2528 - Run multi‑class, multi‑label and binary classifiers.
2629- [ ** Yandex Search API** ] ( https://aistudio.yandex.ru/docs/search-api/concepts/index )
2730 - Generative, web, image and by image search.
31+ - [ Wordstat] ( https://aistudio.yandex.ru/docs/ru/search-api/concepts/wordstat.html ) keyword statistics: query volume trends, top queries, regional and device distribution.
2832- [ ** Search indexes** ] ( https://aistudio.yandex.ru/docs/ai-studio/concepts/assistant/search-index )
2933 - Create, update, delete and query text, vector and hybrid search indexes.
3034
0 commit comments