AI Engineer Guide

How to use OpenAI’s gpt-oss models in Ollama

OpenAI has recently released open-weight models under Apache 2.0 license.

It has better support for agentic tasks and reasoning.

These models are released in 20b and 120b parameters which you can use it locally in your maching using Ollama

Prerequisite

If you don’t have Ollama installed already, then download the latest version and install it.

How to install it gpt-oss model?

Just install the variant (parameters) that you want to install depending on what you can run it in your machine.

ollama run gpt-oss:20b
ollama run gpt-oss:120b

Reference

gpt-oss

#Ollama #Gpt-Oss

Stay Updated

Get the latest AI engineering insights delivered to your inbox.

No spam. Unsubscribe at any time.