Specifics of API implementation in Yandex Foundation Models
Written by
Updated at November 20, 2024
Yandex Foundation Models provides access to various foundation models. Each model has its own API.
Foundation Models APIs are designed based on gRPC. The API methods and data structures are described using Protocol Buffers (proto 3).
Foundation Models does not support the resource-based approach, as it does not use Yandex Cloud resources. Requests to Foundation Models models are not idempotent.