Diskon 50% model Vidu Q3 & Q3 Pro · Hanya di WaveSpeedAI | 20 Mei – 2 Jun
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>...

Harga

Bayar sesuai pemakaian

Tanpa biaya di muka, bayar hanya sesuai penggunaan

Input$0.90 / M Tokens
Output$1.90 / M Tokens

Coba model

morph/morph-v3-large
Online
M
Hai! Saya asisten AI yang siap membantu. Ada yang bisa saya bantu?

Penggunaan API

Gunakan contoh kode berikut untuk integrasi dengan API kami:

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)

Pengenalan Model

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

Info

Penyediamorph
Tipellm

Fitur yang Didukung

Input
Teks
Output
Teks
Konteks262,144
Output Maks131,072
Vision-
Function Calling-

Panduan Akses API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDmorph/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>...

Input

$0.9 /M

Output

$1.9 /M

Konteks

262K

Output Maks.

131K

Coba Morph V3 Large di WaveSpeedAI

Akses Morph V3 Large melalui API terpadu kami — kompatibel dengan OpenAI, tanpa cold start, harga transparan.

Pertanyaan Umum tentang Morph V3 Large

Berapa biaya Morph V3 Large melalui API?+

Harga di WaveSpeedAI: $0.90 per juta token input dan $1.90 per juta token output. Prompt caching dan batch processing ditagih terpisah dan mengurangi biaya efektif pada beban kerja yang panjang dan berulang.

Berapa context window Morph V3 Large?+

Morph V3 Large mendukung hingga 262K token konteks dengan hingga 131K token output per permintaan.

Apakah Morph V3 Large kompatibel dengan OpenAI?+

Ya. WaveSpeedAI menyediakan Morph V3 Large melalui endpoint yang kompatibel dengan OpenAI di https://llm.wavespeed.ai/v1. Arahkan OpenAI SDK resmi ke base URL ini dengan API key WaveSpeedAI Anda — tanpa perubahan kode lainnya.

Bagaimana memulai dengan Morph V3 Large?+

Masuk ke WaveSpeedAI, buat API key di Access Keys, lalu kirim permintaan ke https://llm.wavespeed.ai/v1/chat/completions dengan model id seperti ditampilkan di atas. Akun baru menerima kredit gratis untuk menguji Morph V3 Large.

API LLM terkait