Announcing OpenAI gpt-oss Models on the DigitalOcean Gradient™ AI Platform
Link⚡ TL;DR
📝 Summary
Announcing OpenAI gpt-oss Models on the DigitalOcean Gradient⢠AI Platform Whatâs new How to get started What you can build Deploy now About the author Try DigitalOcean for free Related Articles Build smarter AI agents: new tools now available for the DigitalOcean Gradient⢠AI Platform Introducing GPU Droplets accelerated by NVIDIA HGX H200 Now Live: GPT-5 on the DigitalOcean Gradient⢠AI Platform By Grace Morgan Updated: August 20, 2025 2 min read OpenAIâs first open-source GPT models (20b and 120b) are now available on the Gradient AI Platform. This launch brings even more flexibility and choice to developers building AI-powered applications, whether youâre starting with a quick prototype or scaling a production agent. Open-source GPT models: Access gpt-oss 20b and 120b directly on the Gradient AI Platform. Code + UI support: Call the models through our Serverless Inference API or select them in the Gradient dashboard when creating agents, or try them out in the model playground. Integrated experience: Unified billing, observability, and traceability built into the platformâno need to stitch together multiple vendors, billing, or monitoring tools. With code: Call the models directly through our Serverless Inference API. import os import sys from gradient import Gradient model_access_key = os. environ. get( "GRADIENT_MODEL_ACCESS_KEY" ) if not model_access_key: sys. stderr. write( "Error: GRADIENT_MODEL_ACCESS_KEY environment variable is not set. \n " ) sys.
Open the original post ↗ https://www.digitalocean.com/blog/gpt-oss-models-on-gradient-ai-platform