LongCat 2.0
LongCat 2.0 is a sparse mixture-of-experts language model from Meituan, with 48B active parameters out of 1.6T total. It is suited for coding, repository-level changes, long-horizon problem solving, and agentic workflows.
meituan/longcat-2.0
- Contexto
- 1M tokens
- Máx. completion
- 262,144
- Tools
- Sí
- JSON
- No
- Lanzamiento
- 2026-07-20
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": "meituan/longcat-2.0",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es LongCat 2.0?
- LongCat 2.0 is a sparse mixture-of-experts language model from Meituan, with 48B active parameters out of 1.6T total. It is suited for coding, repository-level changes, long-horizon problem solving, and agentic workflows. LongCat 2.0 corre en el API de Geek Hub (compatible con OpenAI). Id: meituan/longcat-2.0.
- ¿LongCat 2.0 es gratis?
- No. El input cuesta $0.327 / 1M tokens y el output $1.3081 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de LongCat 2.0?
- LongCat 2.0 tiene una ventana de 1M tokens. Soporta hasta 262,144 tokens de completion.
- ¿LongCat 2.0 soporta tool calling y structured outputs?
- LongCat 2.0 acepta tools y tool_choice para function calling. No lista structured outputs en este endpoint.
- ¿Cuándo se lanzó LongCat 2.0?
- LongCat 2.0 se lanzó el 20 de julio de 2026.