What problem does it solve? Developers building on Yandex AI Studio must juggle model URIs, context limits, authentication, and many feature APIs (tools, RAG, Code Interpreter, images, speech, OCR). This Skill provides curated, tested code patterns so the AI assistant generates correct, minimal Python programs without guessing endpoints or model names. ## Core Features & Use Cases - Responses API development: client setup, conversations, streaming, Pydantic structured output, and multimodal image input with correct model selection. - Tools and agents: local function calling, web search, hosted MCP servers with approvals, and optional OpenAI Agents SDK integration. - Extended services: RAG with vector stores, Code Interpreter containers, image generation, SpeechKit speech synthesis/recognition, and Vision OCR. - Use Case: Ask the assistant to build a RAG application that indexes PDF documents and answers questions with citations; it produces a complete script with upload, vector store indexing, file_search, and cleanup. ## Quick Start Use the ai-studio skill to write a Python script that sends a question to a Yandex AI Studio model through the Responses API.