inclusionAI: Ling 3.0 Tiny (free) inclusionai/ling-3.0-tiny:free
Модель inclusionAI: Ling 3.0 Tiny (free) от inclusionAI
(семейство ling-3) доступна через единый OpenAI-совместимый API НейроГейт —
без VPN, с оплатой в рублях, единым ключом для всех 656 моделей платформы.
Доступны через единый API НейроГейт: 4 модели inclusionAI.
О модели inclusionAI: Ling 3.0 Tiny (free)
Ling 3.0 Tiny is a mixture-of-experts model from InclusionAI, with 1.3B active parameters out of 7.9B total. It is designed for responsive agents, instruction following, and multi-turn conversations, with switchable...
Использование inclusionAI: Ling 3.0 Tiny (free) через НейроГейт
OpenAI-совместимый эндпоинт https://api.neuralgate.ru/v1 — замени base_url в любом
SDK и используй модель по её id.
# Chat completion curl https://api.neuralgate.ru/v1/chat/completions \ -H "Authorization: Bearer $NEURALGATE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "inclusionai/ling-3.0-tiny:free", "messages": [{"role":"user","content":"Привет!"}] }'
from openai import OpenAI client = OpenAI( api_key="sk-...your-neuralgate-key...", base_url="https://api.neuralgate.ru/v1", ) response = client.chat.completions.create( model="inclusionai/ling-3.0-tiny:free", messages=[{"role": "user", "content": "Привет!"}], ) print(response.choices[0].message.content)
import OpenAI from "openai"; const client = new OpenAI({ apiKey: process.env.NEURALGATE_API_KEY, baseURL: "https://api.neuralgate.ru/v1", }); const resp = await client.chat.completions.create({ model: "inclusionai/ling-3.0-tiny:free", messages: [{ role: "user", content: "Привет!" }], }); console.log(resp.choices[0].message.content);
Похожие модели
Сравнить inclusionAI: Ling 3.0 Tiny (free) с другими
Кейсы использования
Где inclusionAI: Ling 3.0 Tiny (free) часто применяется:
Подключить inclusionAI: Ling 3.0 Tiny (free) через единый API
Без VPN. Оплата в рублях. 30 минут до первого запроса. Один ключ — 353 модели.
Получить API-ключ →