Скидка 50% на модели Vidu Q3 и Q3 Pro · только на WaveSpeedAI | 20 мая – 2 июня
M
morph/morph-v3-large

morph/morph-v3-large

262,144 context · $0.90/M input tokens · $1.90/M output tokens

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>...

Цены

Оплата по факту использования

Никаких авансовых платежей — платите только за то, чем пользуетесь

Ввод$0.90 / M Tokens
Вывод$1.90 / M Tokens

Попробовать модель

morph/morph-v3-large
В сети
M
Привет! Я полезный ИИ-ассистент. Чем могу помочь?

Использование API

Используйте следующие примеры кода для интеграции с нашим API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="morph/morph-v3-large",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Описание модели

Morph morph-v3-large

morph morph-v3-large


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 262144 context window for long document handling
  • Competitive pricing at $0.10/$2.1 per million tokens

Key Features

  • Context Window: 262144 tokens
  • Max Output: 131072 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderMorph
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window262144 tokens
Max Output131072 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.10
Output$2.1

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: morph/morph-v3-large


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="morph/morph-v3-large",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "morph/morph-v3-large",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: morph/morph-v3-large
  • Provider: Morph

Информация

Провайдерmorph
Типllm

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

Ввод
Текст
Вывод
Текст
Контекст262,144
Макс. вывод131,072
Vision-
Function Calling-

Руководство по доступу к API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID моделиmorph/morph-v3-large

Morph V3 Large API

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>...

Ввод

$0.9 /M

Вывод

$1.9 /M

Контекст

262K

Макс. вывод

131K

Попробуйте Morph V3 Large на WaveSpeedAI

Доступ к Morph V3 Large через наш единый API — совместимость с OpenAI, без холодных стартов, прозрачные цены.

Часто задаваемые вопросы о Morph V3 Large

Сколько стоит Morph V3 Large через API?+

Цены на WaveSpeedAI: $0.90 за миллион входных токенов и $1.90 за миллион выходных токенов. Prompt caching и batch processing тарифицируются отдельно и снижают эффективную стоимость длинных повторяющихся нагрузок.

Каково контекстное окно Morph V3 Large?+

Morph V3 Large поддерживает до 262K токенов контекста и до 131K токенов вывода на запрос.

Совместим ли Morph V3 Large с OpenAI?+

Да. WaveSpeedAI предоставляет Morph V3 Large через OpenAI-совместимый endpoint по адресу https://llm.wavespeed.ai/v1. Направьте официальный OpenAI SDK на этот base URL с ключом API WaveSpeedAI — других изменений в коде не требуется.

Как начать работу с Morph V3 Large?+

Войдите в WaveSpeedAI, создайте API-ключ в Access Keys и отправьте запрос на https://llm.wavespeed.ai/v1/chat/completions с указанным выше model id. Новые аккаунты получают бесплатные кредиты для оценки Morph V3 Large.

Связанные LLM API