OpenAI just dropped gpt-oss-120b and gpt-oss-20b—powerful open-weight models you can run locally without fees.
To make migration easy, I built GptApiToOSSMigrator: an open-source tool that auto-converts your OpenAI API calls (e.g., chat.completions) to OSS Harmony format.
Keeps biz logic intact.
Supports local inference on laptops/GPUs.
No vendor lock-in, huge cost savings.
saurabhyer•2h ago
OpenAI just dropped gpt-oss-120b and gpt-oss-20b—powerful open-weight models you can run locally without fees.
To make migration easy, I built GptApiToOSSMigrator: an open-source tool that auto-converts your OpenAI API calls (e.g., chat.completions) to OSS Harmony format.
Keeps biz logic intact. Supports local inference on laptops/GPUs. No vendor lock-in, huge cost savings.
Repo: https://github.com/saurabh-yergattikar/GptApiToOSSMigrator
Early version—feedback, stars, or PRs welcome! What OSS AI tools are you using?