Модели и ценыЧатВопросы
Модели и цены/Morph: Morph V3 Large

Morph: Morph V3 Largegenerative

morph
morph/morph-v3-large
Попробовать в чате
Откроется чат с этой моделью

Описание

Morph's high-accuracy apply model for complex code edits. ~4,500 tokens/sec with 98% accuracy for precise code transformations. The model requires the prompt to be in the following format: <instruction>{instruction}</instruction> <code>{initial_code}</code>...

Возможности

json

Модальности

Вход
text
Выход
text

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

Контекст
262 144 ток.
Тип
generative
Выпущена
июль 2025 г.

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

from openai import OpenAI

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

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

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

modelstringобязательный
Идентификатор модели.
messagesarrayобязательный
Список сообщений диалога (роль + содержимое).
temperaturenumber
Случайность вывода, 0–2. По умолчанию 1.
max_tokensinteger
Максимум токенов в ответе.
stopstring | string[]
Стоп-последовательности.
logprobsboolean
Возвращать логарифмы вероятностей токенов.
top_logprobsinteger
Сколько наиболее вероятных токенов возвращать вместе с logprobs.
response_formatobject
{ "type": "json_object" } — гарантированный JSON.
structured_outputsboolean
Строгий вывод по JSON-схеме (json_schema в response_format).

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

Ввод69,30
Вывод146,30