Модели и ценыЧатВопросы
Модели и цены/Inflection: Inflection 3 Productivity

Inflection: Inflection 3 Productivitygenerative

inflection
inflection/inflection-3-productivity
Попробовать в чате
Откроется чат с этой моделью

Описание

Inflection 3 Productivity is optimized for following instructions. It is better for tasks requiring JSON output or precise adherence to provided guidelines. It has access to recent news. For emotional...

Модальности

Вход
text
Выход
text

Характеристики

Контекст
8K ток.
Тип
generative
Выпущена
октябрь 2024 г.

API и примеры кода

from openai import OpenAI

client = OpenAI(
    base_url="https://infergate.ru/api/v1",
    api_key="ig-•••",
)

resp = client.chat.completions.create(
    model="inflection/inflection-3-productivity",
    messages=[{"role": "user", "content": "Привет!"}],
)
print(resp.choices[0].message.content)

Поддерживаемые параметры запроса

modelstringобязательный
Идентификатор модели.
messagesarrayобязательный
Список сообщений диалога (роль + содержимое).
temperaturenumber
Случайность вывода, 0–2. По умолчанию 1.
max_tokensinteger
Максимум токенов в ответе.
top_pnumber
Nucleus-сэмплирование, 0–1.
stopstring | string[]
Стоп-последовательности.

Цены ₽ / 1M токенов

Ввод192,50
Вывод770,00