yandexgpt

Proxy OpenAI-compatible chat completions to Yandex Cloud Foundation Models.

69|7|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/smvlx/openclaw-ru-skills --skill yandexgpt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yandexgpt
Source: https://github.com/smvlx/openclaw-ru-skills/tree/main/yandexgpt
Command: npx skills add https://github.com/smvlx/openclaw-ru-skills --skill yandexgpt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, curl, and includes scripts (resource) components.

What problem does it solve?

This Skill provides an OpenAI-compatible API endpoint for Yandex Cloud Foundation Models, allowing developers to integrate powerful YandexGPT models into existing applications without significant code changes.

Core Features & Use Cases

  • OpenAI Compatibility: Mimics the OpenAI API structure for seamless integration.
  • Model Support: Supports yandexgpt, yandexgpt-lite, and yandexgpt-32k models.
  • Local Proxy: Runs a local HTTP proxy on port 8444, translating API calls to YandexGPT.
  • Use Case: Integrate YandexGPT's advanced language capabilities into your existing chatbot framework that already uses OpenAI's API.

Quick Start

Run scripts/start.sh to start the YandexGPT proxy.

Frequently Asked Questions about yandexgpt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use YandexGPT with an OpenAI compatible API?

You can use YandexGPT with an OpenAI compatible API by running a local HTTP proxy on port 8444 that translates OpenAI API calls to Yandex Cloud Foundation Models, enabling seamless integration without changing your existing application code.

What Yandex Cloud Foundation Models are supported through the OpenAI proxy?

The OpenAI proxy supports yandexgpt, yandexgpt-lite, and yandexgpt-32k models, allowing you to route chat completions and model listing requests to these Yandex Cloud Foundation Models via a local server.

Do I need a Yandex API key and folder ID to access YandexGPT models?

Yes, you need a Yandex API key and folder ID for authentication and model access. These credentials are required to route your OpenAI compatible chat completion requests through the local proxy to the Yandex Cloud Foundation Models.

How to integrate YandexGPT into an existing chatbot framework using OpenAI?

To integrate YandexGPT into an existing chatbot framework using OpenAI, run the start script to launch the local HTTP proxy on port 8444, then point your existing OpenAI API client to this local server for chat completions.

Can I use curl to test the YandexGPT OpenAI proxy locally?

Yes, you can use curl to test the YandexGPT OpenAI proxy locally. Once the local server is running on port 8444, send HTTP requests to the endpoint to verify chat completions and model listing functionality.