gpt-oss-120b
Суверенитет и хостване
Този модел е включен в каталога за справка. Все още не е хостван в LLM EU и тук няма крайна точка от първа страна, която да го обслужва. Заявките към него отиват директно при доставчика, при неговите собствени условия.
Обобщение
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.
Спецификации
- Доставчик
- OpenAI (US)
- Контекстен прозорец
- 131k
- Параметри
- 116.83B
- Модалности
- text
- Лиценз
- apache-2.0 · licence
- Отворени тегла
- yes
- Дата на издаване
- 05.08.2025 г.
- Задачи
- reasoning, coding, rag, summarization
Езици
Силна: en
Достатъчна: de, fr, es, it, pt, ja, ko, zh, ar
Езици
Силна
- en
Достатъчна
- de
- fr
- es
- it
- pt
- ja
- ko
- zh
- ar
Не е проверено: доставчикът не е документирал това твърдение. — a language is listed as strong only where a source claims it; the card links the evidence where one exists.
Кога да се използва
Силни страни
- 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
Ограничения
- 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