# RelayModels > RelayModels — OpenAI-совместимый шлюз к 41 моделям (OpenAI, Anthropic, Google, xAI, DeepSeek, Qwen, Z.ai и др.) по одному API-ключу. Оплата по факту в рублях, без подписок. Работает в России, оплата российскими картами. - Сайт: https://relaymodels.com - English version of this file: https://relaymodels.com/en/llms.txt - Языки: русский (основной), английский - Минимальное пополнение: 100 ₽ - Обновлено: 2026-09-08 ## Для агентов: как начать за 3 шага 1. Получите ключ: https://relaymodels.com/auth → раздел «Ключи» (https://relaymodels.com/docs/keys). 2. Замените base URL клиента OpenAI SDK на https://api.relaymodels.com/v1 — код менять не нужно. 3. Укажите id модели из таблицы ниже (например `gpt-5.6-sol`). ```bash curl https://api.relaymodels.com/v1/chat/completions \ -H "Authorization: Bearer $RELAYMODELS_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"gpt-5.6-sol","messages":[{"role":"user","content":"Hello"}]}' ``` ```python from openai import OpenAI client = OpenAI(api_key="", base_url="https://api.relaymodels.com/v1") resp = client.chat.completions.create(model="gpt-5.6-sol", messages=[{"role": "user", "content": "Hello"}]) ``` Управление ключами: https://relaymodels.com/docs/keys ## API - Base URL: https://api.relaymodels.com/v1 (OpenAI-совместимый) - Эндпоинты: /v1/chat/completions, /v1/responses, /v1/messages (Anthropic-стиль), /v1/embeddings, /v1/models - Авторизация: `Authorization: Bearer <ключ>` - Поддерживаются: streaming (SSE), function calling / tools, JSON mode, vision, reasoning effort - Совместимые клиенты: OpenAI SDK, Anthropic SDK, Codex CLI, Claude Code, Cline, Roo Code, Cursor, OpenWebUI - Скрипты автонастройки клиентов: https://relaymodels.com/docs/apps - Ошибки и повторы (429/5xx): https://relaymodels.com/docs/errors - Учёт расхода и лимиты ключей: https://relaymodels.com/docs/usage ## Тарификация - quota = (input_tokens + output_tokens) × model_ratio × group_ratio - group_ratio = 0.0376 - 500 000 единиц квоты = $1 внутреннего баланса шлюза - Цена входа и выхода одинаковая: 1M токенов = model_ratio × 7,52 ₽ - Расчётный курс в каталоге: 100 ₽ за $1 (курс пополнений обновляется автоматически) - Кэшированные входные токены тарифицируются по цене входа модели. - Скрытых наценок за streaming, tools и vision нет. ## Как выбрать модель - Сложные рассуждения и агенты: `gpt-6-astra`, `claude-opus-5`, `gpt-5.6-sol` - Кодинг: `claude-sonnet-5`, `gpt-5.6-sol`, `composer-2.5-fast` - Дёшево и быстро: `gpt-5.6-luna`, `qwen3.7-max`, `glm-5.3-flash` - Длинный контекст (1M+): модели с контекстом 1M в таблице ниже - Рейтинг по реальному потреблению: https://relaymodels.com/rankings ## Модели Всего моделей: 41. Формат: id | название | контекст | вход | выход | $/1M | ₽/1M | коэф. | рассуждения | теги | страница gpt-6-astra | OpenAI: GPT-6 Astra | 1M | text+image | text | $0.4888 | 48.88 ₽ | x6.5 | reasoning | Новая,Флагман | https://relaymodels.com/models/gpt-6-astra gpt-5.6-sol | OpenAI: GPT-5.6 Sol | 1M | text+image | text | $0.1880 | 18.80 ₽ | x2.5 | reasoning | Программирование,Агенты | https://relaymodels.com/models/gpt-5.6-sol gpt-5.6-terra | OpenAI: GPT-5.6 Terra | 1M | text+image | text | $0.0902 | 9.02 ₽ | x1.2 | reasoning | Баланс | https://relaymodels.com/models/gpt-5.6-terra gpt-5.6-luna | OpenAI: GPT-5.6 Luna | 1M | text+image | text | $0.0165 | 1.65 ₽ | x0.22 | reasoning | Быстрая | https://relaymodels.com/models/gpt-5.6-luna gpt-5.5 | OpenAI: GPT-5.5 | 400K | text+image | text | $0.1880 | 18.80 ₽ | x2.5 | reasoning | Агенты | https://relaymodels.com/models/gpt-5.5 gpt-5.4 | OpenAI: GPT-5.4 | 1M | text+image | text | $0.1128 | 11.28 ₽ | x1.5 | reasoning | — | https://relaymodels.com/models/gpt-5.4 gpt-5.4-mini | OpenAI: GPT-5.4 Mini | 400K | text+image | text | $0.0602 | 6.02 ₽ | x0.8 | reasoning | — | https://relaymodels.com/models/gpt-5.4-mini claude-fable-5 | Anthropic: Claude Fable 5 | 200K | text+image | text | $0.6016 | 60.16 ₽ | x8 | reasoning | Топ-уровень | https://relaymodels.com/models/claude-fable-5 claude-opus-5 | Anthropic: Claude Opus 5 | 1M | text+image | text | $0.3008 | 30.08 ₽ | x4 | reasoning | Флагман | https://relaymodels.com/models/claude-opus-5 claude-opus-4-8 | Anthropic: Claude Opus 4.8 | 1M | text+image | text | $0.3008 | 30.08 ₽ | x4 | reasoning | Программирование | https://relaymodels.com/models/claude-opus-4-8 claude-opus-4-7 | Anthropic: Claude Opus 4.7 | 1M | text+image | text | $0.3008 | 30.08 ₽ | x4 | reasoning | — | https://relaymodels.com/models/claude-opus-4-7 claude-opus-4-6 | Anthropic: Claude Opus 4.6 | 1M | text+image | text | $0.3008 | 30.08 ₽ | x4 | reasoning | — | https://relaymodels.com/models/claude-opus-4-6 claude-sonnet-5 | Anthropic: Claude Sonnet 5 | 1M | text+image | text | $0.1504 | 15.04 ₽ | x2 | reasoning | Популярная | https://relaymodels.com/models/claude-sonnet-5 claude-sonnet-4-6 | Anthropic: Claude Sonnet 4.6 | 1M | text+image | text | $0.1504 | 15.04 ₽ | x2 | reasoning | — | https://relaymodels.com/models/claude-sonnet-4-6 claude-haiku-4-5 | Anthropic: Claude Haiku 4.5 | 200K | text+image | text | $0.0677 | 6.77 ₽ | x0.9 | no-reasoning | Быстрая | https://relaymodels.com/models/claude-haiku-4-5 glm-5.3 | Z.ai: GLM 5.3 | 1,05M | text | text | $0.1429 | 14.29 ₽ | x1.9 | reasoning | Программирование | https://relaymodels.com/models/glm-5.3 glm-5.3-flash | Z.ai: GLM 5.3 Flash | 1,05M | text | text | $0.0451 | 4.51 ₽ | x0.6 | reasoning | Быстрая,Программирование | https://relaymodels.com/models/glm-5.3-flash glm-5-turbo | Z.ai: GLM 5 Turbo | 203K | text | text | $0.1038 | 10.38 ₽ | x1.38 | no-reasoning | Быстрая | https://relaymodels.com/models/glm-5-turbo glm-5.2 | Z.ai: GLM 5.2 | 1M | text | text | $0.1429 | 14.29 ₽ | x1.9 | reasoning | — | https://relaymodels.com/models/glm-5.2 grok-4.6 | xAI: Grok 4.6 | 500K | text+image+pdf | text | $0.0602 | 6.02 ₽ | x0.8 | reasoning | STEM | https://relaymodels.com/models/grok-4.6 grok-4.5 | xAI: Grok 4.5 | 500K | text+image | text | $0.0602 | 6.02 ₽ | x0.8 | reasoning | — | https://relaymodels.com/models/grok-4.5 composer-2.5-fast | Cursor: Composer 2.5 (Fast) | 256K | text | text | $0.0376 | 3.76 ₽ | x0.5 | no-reasoning | Программирование | https://relaymodels.com/models/composer-2.5-fast qwen3.8-max | Qwen: Qwen3.8 Max | 1M | text+image | text | $0.0226 | 2.26 ₽ | x0.3 | reasoning | Мультимодальная | https://relaymodels.com/models/qwen3.8-max qwen3.7-max | Qwen: Qwen3.7 Max | 1M | text | text | $0.0150 | 1.50 ₽ | x0.2 | reasoning | — | https://relaymodels.com/models/qwen3.7-max qwen3.7-plus | Qwen: Qwen3.7 Plus | 1M | text+image | text | $0.0075 | 0.75 ₽ | x0.1 | no-reasoning | Дешёвая | https://relaymodels.com/models/qwen3.7-plus kimi-k3 | MoonshotAI: Kimi K3 | 1M | text+image+video+pdf | text | $0.4136 | 41.36 ₽ | x5.5 | reasoning | Open weights | https://relaymodels.com/models/kimi-k3 kimi-k2.7-code | MoonshotAI: Kimi K2.7 Code | 262K | text+image | text | $0.1128 | 11.28 ₽ | x1.5 | reasoning | Программирование | https://relaymodels.com/models/kimi-k2.7-code deepseek-v4-pro | DeepSeek: DeepSeek V4 Pro | 1M | text | text | $0.0451 | 4.51 ₽ | x0.6 | reasoning | — | https://relaymodels.com/models/deepseek-v4-pro deepseek-v4-flash | DeepSeek: DeepSeek V4 Flash | 1M | text | text | $0.0075 | 0.75 ₽ | x0.1 | reasoning | Дешёвая | https://relaymodels.com/models/deepseek-v4-flash minimax-m3 | MiniMax: MiniMax M3 | 1M | text+image+video | text | $0.0338 | 3.38 ₽ | x0.45 | reasoning | Мультимодальная | https://relaymodels.com/models/minimax-m3 mimo-v2.5-pro | Xiaomi: MiMo-V2.5-Pro | 1M | text | text | $0.0226 | 2.26 ₽ | x0.3 | reasoning | Агенты | https://relaymodels.com/models/mimo-v2.5-pro mimo-v2.5 | Xiaomi: MiMo-V2.5 | 1M | text+image+audio+video | text | $0.0038 | 0.38 ₽ | x0.05 | no-reasoning | Дешёвая | https://relaymodels.com/models/mimo-v2.5 nemotron-3-ultra | NVIDIA: Nemotron 3 Ultra | 1M | text | text | $0.0038 | 0.38 ₽ | x0.05 | reasoning | Open weights | https://relaymodels.com/models/nemotron-3-ultra nemotron-3.5-lightning | NVIDIA: Nemotron 3.5 Lightning | 1M | text | text | $0.0038 | 0.38 ₽ | x0.05 | no-reasoning | Дешёвая | https://relaymodels.com/models/nemotron-3.5-lightning muse-spark-1.2 | Muse: Spark 1.2 | 256K | text | text | $0.0038 | 0.38 ₽ | x0.05 | no-reasoning | Дешёвая | https://relaymodels.com/models/muse-spark-1.2 gemini-3.1-pro | Google: Gemini 3.1 Pro | 1M | text+image+audio+video+pdf | text | $0.1504 | 15.04 ₽ | x2 | reasoning:low/high | Мультимодальная,Рассуждения | https://relaymodels.com/models/gemini-3.1-pro gemini-3.5-flash | Google: Gemini 3.5 Flash | 1M | text+image+audio+video+pdf | text | $0.0752 | 7.52 ₽ | x1 | reasoning:low/medium/high | Быстрая,Мультимодальная | https://relaymodels.com/models/gemini-3.5-flash gemini-3.6-flash | Google: Gemini 3.6 Flash | 1M | text+image+audio+video+pdf | text | $0.0752 | 7.52 ₽ | x1 | reasoning:low/medium/high | Быстрая,Программирование | https://relaymodels.com/models/gemini-3.6-flash gemini-3.8-flash | Google: Gemini 3.8 Flash | 1M | text+image+audio+video+pdf | text | $0.0752 | 7.52 ₽ | x1 | reasoning:low/medium/high | Быстрая,Программирование | https://relaymodels.com/models/gemini-3.8-flash gemini-3.7-flash | Google: Gemini 3.7 Flash | 1M | text+image+audio+video+pdf | text | $0.0752 | 7.52 ₽ | x1 | reasoning:low/medium/high | Быстрая,Программирование | https://relaymodels.com/models/gemini-3.7-flash gpt-4o-transcribe | OpenAI: GPT-4o Transcribe | 16K | audio | text | $0.0752 | 7.52 ₽ | x1 | no-reasoning | Аудио | https://relaymodels.com/models/gpt-4o-transcribe ## Бесплатный тест - $0.30 на баланс после подтверждения email, банковская карта не требуется. - Подписок и абонентской платы нет: списывается только фактический расход токенов. ## Реселлинг - Оптовая перепродажа доступа: https://relaymodels.com/reselling - Розничная цена: 7,52 ₽ за 1M эталонных токенов (коэффициент модели ×1) - Оптовые цены зависят от месячного объёма и согласуются индивидуально. - Реселлер выпускает партии кодов активации; покупатель активирует код и получает API-ключ. ## Гранты стартапам - Гранты на API для инди-разработчиков и стартапов: https://relaymodels.com/business - Заявка рассматривается 1–2 дня, пользователи и выручка не обязательны. ## Ссылки - Каталог моделей: https://relaymodels.com/models - Рейтинг моделей: https://relaymodels.com/rankings - Документация: https://relaymodels.com/docs - Быстрый старт и приложения: https://relaymodels.com/docs/apps - API-справочник: https://relaymodels.com/docs/api - Возможности моделей: https://relaymodels.com/docs/capabilities - Работа с ключами: https://relaymodels.com/docs/keys - Инструменты и function calling: https://relaymodels.com/docs/tools - Коды ошибок: https://relaymodels.com/docs/errors - Учёт расхода: https://relaymodels.com/docs/usage - Частые вопросы: https://relaymodels.com/docs/faq - Реселлинг: https://relaymodels.com/reselling - Для бизнеса и гранты: https://relaymodels.com/business - Регистрация: https://relaymodels.com/auth - Sitemap: https://relaymodels.com/sitemap.xml