<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Material+Symbols+Outlined:wght,FILL@400,0..1&display=swap" />
Coding agents

Zed IDE

Native editor with first-class agent support.

Zed has a built-in agent panel. Add FreeTheAi as a custom OpenAI-compatible provider and Zed handles the rest.

Base URLhttps://api.freetheai.xyz/v1
Recommended modelsolm/deepseek-v4-pro
Chat completions Streaming Tool calling
Step by step

Connect Zed IDE to FreeTheAi.

4 steps
  1. 1

    Open the Zed assistant

    Open Zed and reveal the assistant panel from the right sidebar.

  2. 2

    Open agent settings

    Click the assistant cog and go to `Add Provider` in the top right.

  3. 3

    Configure the provider

    Pick the OpenAI-compatible option and use these values.

    text
    Provider ID: freetheai
    Display name: free
    Base URL: https://api.freetheai.xyz/v1
    API key: PASTE_YOUR_FREETHEAI_KEY
  4. 4

    Pick a FreeTheAi model

    Select your new `free` provider in the model picker and choose any alias from /models. Zed will stream the response right inside the editor.

Recommended aliases

Models that pair well with Zed IDE.

  • olm/deepseek-v4-pro
  • olm/kimi-k2.7-code
  • bbl/gpt-5.5-mini

See the full live catalog at /models. Aliases are stable; pricing on the free tier stays $0.

Heads up

Common gotchas.

  • Zed expects the provider ID to be lowercase letters, numbers, hyphens, or underscores. `freetheai` is fine, `FreeTheAi` is not.
  • API key is optional in the form because some users authenticate via headers, but for FreeTheAi paste your real key.
Where to next

Keep building.