morph

Morph: Morph V3 Fast

morph/morph-v3-fast
Контекст
81 920
Вход токены
98,44 ₽/M
Выход токены
147,67 ₽/M
описание

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

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через morph/morph-v3-fast
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "morph/morph-v3-fast",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'