Zed

Route Zed's AI Assistant traffic through Axemere Gateway.

Full guide coming soon. Zed supports custom AI model endpoints in its settings.json. For the general configuration pattern, see the VS Code guide.


How to Route Zed Through Axemere

Edit your Zed settings.json to configure a custom Anthropic endpoint:

{
  "language_models": {
    "anthropic": {
      "api_url": "https://us.gw.axemere.ai/proxy/anthropic/k/mvgc_k_your-key-here",
      "api_key": "unused"
    }
  }
}

The api_key field is required by Zed but ignored by Axemere; authentication uses the key embedded in the api_url.


Prerequisites


Next Steps