[PR #9278] docs: add opencode-puter-auth to ecosystem plugins #13050

Open
opened 2026-02-16 18:17:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9278

State: open
Merged: No


Summary

Adds opencode-puter-auth to the ecosystem plugins list.

About the Plugin

opencode-puter-auth enables OpenCode to authenticate with Puter.com via OAuth, providing access to 500+ AI models including:

  • Claude Opus 4.5, Sonnet 4.5, Haiku 4.5
  • GPT-5.2, o3-mini, o4-mini
  • Gemini 2.5 Pro/Flash
  • DeepSeek R1
  • And many more

Features

  • Browser-based OAuth authentication
  • Real-time SSE streaming
  • Tool/function calling support
  • Full AI SDK v3 provider implementation

npm

npm version

Installation

{
  "plugin": ["opencode-puter-auth"],
  "provider": {
    "puter": {
      "npm": "opencode-puter-auth",
      "models": { ... }
    }
  }
}

Happy to make any changes if needed!

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9278 **State:** open **Merged:** No --- ## Summary Adds [opencode-puter-auth](https://github.com/Mihai-Codes/opencode-puter-auth) to the ecosystem plugins list. ## About the Plugin **opencode-puter-auth** enables OpenCode to authenticate with [Puter.com](https://puter.com) via OAuth, providing access to 500+ AI models including: - Claude Opus 4.5, Sonnet 4.5, Haiku 4.5 - GPT-5.2, o3-mini, o4-mini - Gemini 2.5 Pro/Flash - DeepSeek R1 - And many more ### Features - Browser-based OAuth authentication - Real-time SSE streaming - Tool/function calling support - Full AI SDK v3 provider implementation ### npm [![npm version](https://img.shields.io/npm/v/opencode-puter-auth.svg)](https://www.npmjs.com/package/opencode-puter-auth) ### Installation ```json { "plugin": ["opencode-puter-auth"], "provider": { "puter": { "npm": "opencode-puter-auth", "models": { ... } } } } ``` --- Happy to make any changes if needed!
yindo added the pull-request label 2026-02-16 18:17:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13050