> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-ru/instrumenty-ai-kodinga/ai-coding.md).

# Обзор

Арендуйте GPU на Clore.ai, запустите локальную LLM через Ollama или vLLM и подключите помощника по программированию — вы получаете полностью **приватную среду разработки ИИ** где ваш код никогда не покидает машину. Никаких API-ключей для управления, никаких лимитов по токенам, никаких данных, отправляемых третьим серверам.

## Как это работает

```
Clore.ai GPU  →  Ollama / vLLM (локальная LLM)  →  Инструмент для кодирования (Aider, TabbyML)
                     ↑                              ↑
              RTX 4090 / A100               подключается через localhost:11434 или :8000
```

1. **Арендуйте GPU** на [clore.ai/marketplace](https://clore.ai/marketplace) — RTX 3090 (0,30–1 $/день) или RTX 4090 (0,50–2 $/день)
2. **Разверните LLM** — `ollama run deepseek-r1:32b` или запустите vLLM с любой моделью, ориентированной на кодирование
3. **Запустите ваш инструмент для кодирования** — он общается с LLM по localhost, дописывает код, пишет тесты и рефакторит

## Доступные руководства

| Руководство                                                     | Инструмент | Описание                                                                                                             |
| --------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------- |
| [Aider](/guides/guides_v2-ru/instrumenty-ai-kodinga/aider.md)   | Aider      | Терминальный AI-партнёр по программированию — редактирует файлы в вашем репозитории напрямую через естественный язык |
| [TabbyML](/guides/guides_v2-ru/instrumenty-ai-kodinga/tabby.md) | Tabby      | Самохостинговый сервер для автодополнения кода с расширениями для IDE (VS Code, JetBrains)                           |

## Почему хостить у себя на Clore.ai?

* **Конфиденциальность** — ваша кодовая база остаётся на арендованной машине, а не на серверах OpenAI/Anthropic
* **Без лимитов запросов** — неограниченные автодополнения на скорости GPU
* **Контроль затрат** — оплачивайте по часам/дням, выключайте при простое
* **Выбор модели** — запускайте любую открытую модель: DeepSeek-R1, Qwen 2.5 Coder, CodeLlama, StarCoder2


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-ru/instrumenty-ai-kodinga/ai-coding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
