50% zniżki na modele Vidu Q3 i Q3 Pro · Tylko w WaveSpeedAI | 20 maja – 2 czerwca
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>...

Cennik

Płać za użycie

Bez kosztów początkowych, płacisz tylko za to, czego używasz

Wejście$0.90 / M Tokens
Wyjście$1.90 / M Tokens

Wypróbuj model

morph/morph-v3-large
Online
M
Cześć! Jestem pomocnym asystentem AI. W czym mogę pomóc?

Użycie API

Użyj poniższych przykładów kodu, aby zintegrować się z naszym 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)

Wprowadzenie do modelu

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

Dostawcamorph
Typllm

Obsługiwane funkcje

Wejście
Tekst
Wyjście
Tekst
Kontekst262,144
Maks. wyjście131,072
Vision-
Function Calling-

Przewodnik dostępu do API

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

Wejście

$0.9 /M

Wyjście

$1.9 /M

Kontekst

262K

Maks. wyjście

131K

Wypróbuj Morph V3 Large w WaveSpeedAI

Uzyskaj dostęp do Morph V3 Large przez nasze ujednolicone API — kompatybilne z OpenAI, bez zimnych startów, przejrzyste ceny.

Najczęstsze pytania o Morph V3 Large

Ile kosztuje API Morph V3 Large?+

Cennik na WaveSpeedAI: $0.90 za milion tokenów wejściowych i $1.90 za milion tokenów wyjściowych. Prompt caching i przetwarzanie wsadowe są rozliczane oddzielnie i obniżają efektywny koszt długich, powtarzalnych obciążeń.

Jakie jest okno kontekstu Morph V3 Large?+

Morph V3 Large obsługuje do 262K tokenów kontekstu i do 131K tokenów wyjściowych na zapytanie.

Czy Morph V3 Large jest kompatybilny z OpenAI?+

Tak. WaveSpeedAI udostępnia Morph V3 Large przez endpoint kompatybilny z OpenAI pod https://llm.wavespeed.ai/v1. Skieruj oficjalny OpenAI SDK na ten base URL ze swoim kluczem API WaveSpeedAI — bez innych zmian w kodzie.

Jak zacząć z Morph V3 Large?+

Zaloguj się do WaveSpeedAI, utwórz klucz API w Access Keys, a następnie wyślij żądanie na https://llm.wavespeed.ai/v1/chat/completions z id modelu pokazanym powyżej. Nowe konta otrzymują darmowe kredyty na ocenę Morph V3 Large.

Powiązane API LLM