gpt-oss-120b

OpenAI

Solo catálogo Pesos abiertos

Soberanía y alojamiento

Solo catálogo

Este modelo está catalogado como referencia. Aún no está alojado en LLM EU, y ningún endpoint propio lo sirve aquí. Las solicitudes se dirigen directamente al proveedor, bajo los términos de ese proveedor.

Resumen

gpt-oss-120b is OpenAI’s open-weight reasoning model, a mixture-of-experts model with 117B total and 5.1B activated parameters under the Apache-2.0 licence. It runs on a single 80GB GPU because the expert weights are post-trained in MXFP4, and the configuration declares a context window of 131,072 tokens. It must be used with OpenAI’s harmony response format and exposes three reasoning-effort levels.

Especificaciones

Proveedor
OpenAI (US)
Ventana de contexto
131k
Parámetros
116.83B
Modalidades
text
Licencia
apache-2.0 · licence
Pesos abiertos
yes
Fecha de lanzamiento
05 ago 2025
Tareas
reasoning, coding, rag, summarization

Idiomas

Fuerte: en

Adecuado: de, fr, es, it, pt, ja, ko, zh, ar

Idiomas

Fuerte

  • en

Adecuado

  • de
  • fr
  • es
  • it
  • pt
  • ja
  • ko
  • zh
  • ar

No verificado: el proveedor no ha documentado esta afirmación. — a language is listed as strong only where a source claims it; the card links the evidence where one exists.

Cuándo usarlo

Puntos fuertes

  • Apache-2.0 licence with no user threshold
  • runs on a single 80GB accelerator
  • configurable reasoning effort with full chain-of-thought access
  • native function calling, browsing and structured output

Límites

  • requires the harmony response format; other prompt templates degrade it
  • 117B parameters must be resident even though only 5.1B are active
  • chain-of-thought output is not intended for end users