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> <update>{edit_snippet}</update> Zero Data Retention is enabled for Morph. Learn more about this model in their [documentation](https://docs.morphllm.com/quickstart)
morph/morph-v3-large
- Contexto
- 262k tokens
- Máx. completion
- 131,072
- Tools
- No
- JSON
- Sí
- Lanzamiento
- 2025-07-07
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "morph/morph-v3-large",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es 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> <update>{edit_snippet}</update> Zero Data Retention is enabled for Morph. Learn more about this model in their [documentation](https://docs.morphllm.com/quickstart) Morph V3 Large corre en el API de Geek Hub (compatible con OpenAI). Id: morph/morph-v3-large.
- ¿Morph V3 Large es gratis?
- No. El input cuesta $0.9811 / 1M tokens y el output $2.0711 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Morph V3 Large?
- Morph V3 Large tiene una ventana de 262k tokens. Soporta hasta 131,072 tokens de completion.
- ¿Morph V3 Large soporta tool calling y structured outputs?
- Morph V3 Large no publica tool calling en este endpoint. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Morph V3 Large?
- Morph V3 Large se lanzó el 7 de julio de 2025.