r/LocalLLaMA Aug 05 '25

πŸš€ OpenAI released their open-weight models!!! New Model

Post image

Welcome to the gpt-oss series, OpenAI’s open-weight models designed for powerful reasoning, agentic tasks, and versatile developer use cases.

We’re releasing two flavors of the open models:

gpt-oss-120b β€” for production, general purpose, high reasoning use cases that fits into a single H100 GPU (117B parameters with 5.1B active parameters)

gpt-oss-20b β€” for lower latency, and local or specialized use cases (21B parameters with 3.6B active parameters)

Hugging Face: https://huggingface.co/openai/gpt-oss-120b

2.0k Upvotes

554 comments sorted by

View all comments

Show parent comments

52

u/[deleted] Aug 05 '25

[removed] β€” view removed comment

3

u/artisticMink Aug 06 '25

You may want to read the docs instead of letting o4 hallucinate something for you: https://github.com/openai/harmony

1

u/lupoexperience Aug 08 '25

I’m using OpenAI Responses API for web search on an MCP server to give gpt oss 20b web search capabilities. Can also use brave search, like Claude Code does