Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex AI Studio
  • About Yandex AI Studio
  • Getting started with Model Gallery
  • Yandex Workflows
  • Switching from the AI Assistant API to Responses API
  • Compatibility with OpenAI
  • Quotas and limits
  • Pricing policy
  • Access management
  • Audit Trails events
  • Public materials
  • Release notes
  • Terms and definitions

In this article:

  • class yandex_ai_studio_sdk._chat.text_embeddings.function.AsyncChatEmbeddings
  • class yandex_ai_studio_sdk._chat.text_embeddings.model.AsyncChatEmbeddingsModel

Domain

Written by
Yandex Cloud
Updated at January 28, 2026
  • class yandex_ai_studio_sdk._chat.text_embeddings.function.AsyncChatEmbeddings
  • class yandex_ai_studio_sdk._chat.text_embeddings.model.AsyncChatEmbeddingsModel

class yandexaistudiosdk.chat.textembeddings.function.AsyncChatEmbeddingsclass yandex_ai_studio_sdk._chat.text_embeddings.function.AsyncChatEmbeddings

async list(*, timeout=60, filters=None)

Parameters

  • timeout (float)
  • filters (ModelFilter | None)

Return type

tuple[AsyncChatEmbeddingsModel, …]

__call__(model_name, *, model_version='latest')

Create a model instance in selected chat subdomain (completions, embeddings, etc)

Constructs the model URI based on the provided name and version. If the name contains ‘://’, it is treated as a full URI. Otherwise constructs a URI in the form ‘gpt://<folder_id>//’.

Parameters

  • model_name (str) – The name or URI of the model.
  • model_version (str) – The version of the model to use. Defaults to ‘latest’.

Return type

ModelTypeT

Model

class yandexaistudiosdk.chat.textembeddings.model.AsyncChatEmbeddingsModelclass yandex_ai_studio_sdk._chat.text_embeddings.model.AsyncChatEmbeddingsModel

async run(input, *, timeout=180)

Parameters

input (str | Sequence[str])

Return type

ChatEmbeddingsModelResult

property config: ConfigTypeT

configure(*, dimensions=Undefined, encoding_format=Undefined, extra_query=Undefined)

Parameters

  • dimensions (UndefinedOr[int])
  • encoding_format (UndefinedOr[EncodingFormatType])
  • extra_query (UndefinedOr[QueryType])

Return type

Self

property fine_tuned: bool | None

property name: str | None

property owner: str | None

property uri: str

property version: str | None

Was the article helpful?

© 2026 Direct Cursus Technology L.L.C.