Granite 4.1 8B
Granite 4.1 8B is a dense, decoder-only 8-billion-parameter language model from IBM, part of the Granite 4.1 family. It supports a 131K-token context window and is designed for enterprise tasks including tool calling, retrieval-augmented generation (RAG), code generation with fill-in-the-middle support, text summarization, classification, and extraction. The model handles 12 languages (English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese) and implements OpenAI-compatible tool calling. Released under the Apache 2.0 license.
ibm-granite/granite-4.1-8b
- Contexto
- 131k tokens
- Máx. completion
- 131,072
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-04-30
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": "ibm-granite/granite-4.1-8b",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Granite 4.1 8B?
- Granite 4.1 8B is a dense, decoder-only 8-billion-parameter language model from IBM, part of the Granite 4.1 family. It supports a 131K-token context window and is designed for enterprise tasks including tool calling, retrieval-augmented generation (RAG), code generation with fill-in-the-middle support, text summarization, classification, and extraction. The model handles 12 languages (English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese) and implements OpenAI-compatible tool calling. Released under the Apache 2.0 license. Granite 4.1 8B corre en el API de Geek Hub (compatible con OpenAI). Id: ibm-granite/granite-4.1-8b.
- ¿Granite 4.1 8B es gratis?
- No. El input cuesta $0.0545 / 1M tokens y el output $0.109 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Granite 4.1 8B?
- Granite 4.1 8B tiene una ventana de 131k tokens. Soporta hasta 131,072 tokens de completion.
- ¿Granite 4.1 8B soporta tool calling y structured outputs?
- Granite 4.1 8B acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Granite 4.1 8B?
- Granite 4.1 8B se lanzó el 30 de abril de 2026.