Morph: Morph V3 Fast — AI model

Morph: Morph V3 Fast is a AI model from Morph, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.

Morph's fastest apply model for code edits. ~10,500 tokens/sec with 96% accuracy for rapid code transformations. The model requires the prompt to be in the following format: <instruction>{instruction}</instruction> <code>{initial_code}</code> <update>{edit_snippet}</update>...

Specs

VendorMorph
Typetext
Context window81,920 tokens
Pricing$0.80/M in · $1.20/M out
APIchat_completions

Code example

curl https://api.hormouz.net/v1/chat/completions \
  -H "Authorization: Bearer ng-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "morph/morph-v3-fast",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Use via Hormouz

Connect to this model and 450+ others with one API key — stable under heavy load and optimized for Iran.

Get started

Related models