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

Inflection: Inflection 3 Pigenerative

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

Описание

Inflection 3 Pi powers Inflection's [Pi](https://pi.ai) chatbot, including backstory, emotional intelligence, productivity, and safety. It has access to recent news, and excels in scenarios like customer support and roleplay. Pi...

Модальности

Вход
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-pi",
    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