Add PZERO OpenAI-compatible provider

Open Beginner friendly
#5,691 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
88/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Active
Domain
ai, api

Research direction

Start with the proposed providers/pzero/provider.toml and compare it with neighboring provider definitions. Add the PZERO endpoint, environment variable, package, and documentation URL, then verify that PZERO appears in OpenCode /connect and can load its public model catalog.

Written by the indexing model from the issue text.

Description

Please add PZERO as an OpenAI-compatible provider so OpenCode /connect can list it without a paste-only custom provider.

PZERO is prepaid inference (chat, image, video) at https://api.pzero.studio/v1. Auth env: PZERO_API_KEY (keys are pzero_…). Live catalog: GET https://api.pzero.studio/v1/models (public). Docs: https://docs.pzero.studio/agents/quickstart. Conversion door: https://pzero.studio/agents

Suggested providers/pzero/provider.toml:

name = "PZERO"
npm = "@ai-sdk/openai-compatible"
api = "https://api.pzero.studio/v1"
env = ["PZERO_API_KEY"]
doc = "https://docs.pzero.studio/agents/quickstart"

I cannot open the PR from this account (no public fork). Happy to supply model.toml files from the live text catalog if a maintainer wants a first slice (for example deepseek-v4-flash). Sign-in is free; usage is paid (min 1 USDC on Base). No starter credits.

Dominant language
TypeScript
Stars
6.9k
Forks
1.7k
Avg merge
3h 18m
Merged PRs (30d)
856

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from anomalyco/models.dev

All issues in anomalyco/models.dev

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.