• English
  • Oh My Pi

    The community-enhanced distribution of PI (command: omp): IDE-level capabilities on top of PI's minimal core — 60+ built-in providers, 31 built-in tools, LSP / DAP integration, a plugin marketplace. Custom providers are the same one-JSON-file affair as in PI.

    Install

    Script install
    Homebrew
    Bun (recommended)
    Nix
    mise

    macOS / Linux

    curl -fsSL https://omp.sh/install | sh

    Windows PowerShell

    irm https://omp.sh/install.ps1 | iex

    Website: omp.sh.

    Prerequisites

    • Oh My Pi installed (omp --version prints a version)
    • An OpenAI-format group key from the API Keys page

    Configure

    Oh My Pi inherits PI's custom-provider mechanism — edit ~/.omp/agent/models.json:

    {
      "providers": {
        "byteseek": {
          "baseUrl": "https://tokens.byteseek.ai/v1",
          "api": "openai-completions",
          "apiKey": "sk-your-key",
          "models": [
            { "id": "gpt-5.6-sol", "name": "GPT-5.6 Sol", "reasoning": true },
            { "id": "gpt-5.6-terra", "name": "GPT-5.6 Terra", "reasoning": true }
          ]
        }
      }
    }
    • Model ids come from the model plaza; composite key users include the prefix.
    • apiKey accepts the "$BYTESEEK_API_KEY" environment form.
    • Oh My Pi recognises legacy PI config directories, so migrating users keep their setup.
    What you should see
    • /model shows a byteseek section with your configured models;
    • After switching, the status bar shows the current model ID;
    • A test message returns normally with no 401 / 403.

    Verify

    Start omp, switch to a byteseek model via /model, send a message and confirm the reply. Charges appear on the usage page.

    Common issues

    SymptomFix
    No models under /modelSyntax error in models.json, or no apiKey / credentials configured
    401Wrong key; with the env-var form confirm it is exported
    403Model not in group or wrong format, see Error Codes
    Difference from PI?PI stays minimal and extensible; omp ships more tools and IDE integration out of the box — same configuration, see PI
    © 2026 ByteSeek Limited. All rights reserved.TermsPrivacyDisclaimer