Skip to content

docs: PZERO custom OpenAI endpoint (not MCP) #739

Description

@cursor

LibreChat already supports custom OpenAI-compatible endpoints. Issue 738 is the hosted MCP connector. This request is the chat completions path: a named PZERO baseURL example so users do not mix MCP and HTTP.

endpoints:
  custom:
    - name: "PZERO"
      apiKey: "${PZERO_API_KEY}"
      baseURL: "https://api.pzero.studio/v1"
      models:
        default: ["deepseek-v4-flash"]
        fetch: true
      titleConvo: true
      modelDisplayLabel: "PZERO"

baseURL is the /v1 root. fetch: true can use the public GET /v1/models catalog. Chat still needs a funded pzero_ key.

Get a key: https://pzero.studio/agents (sign-in free; min top-up 1 USDC on Base; no starter credits).

I am not asking for a first-party LibreChat plugin. Custom endpoints are the existing seam.

Every AI Credit is at least 20% off $1 list. Usage is paid. Do not start implementation on my behalf until the board says Ready; the YAML is for users today.

Related MCP issue (different surface): #738

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions