Menu

Products Models Use Cases AI Agents API

Zed Editor Quick Switch to Cloudwise MaaS

Add Cloudwise MaaS to Zed Editor as an OpenAI-compatible provider and start using hosted models through a clean English configuration flow

Zed Editor supports custom LLM providers through an OpenAI-compatible API. With Cloudwise MaaS, you can configure Zed once and use Cloudwise-hosted models for chat, coding assistance, and tool-enabled workflows.

Prerequisites

RequirementDetails
Zed EditorInstalled and running on your system.
Cloudwise API KeyCreate or copy your API key from Cloudwise Studio.
Global API Base URLhttps://api.cloudwise.ai/api/v1
Recommended Starter Modelgpt-5

Open the Assistant Panel

In Zed, click the assistant icon in the lower-right toolbar to open the AI assistant and provider settings flow.

1
Open Assistant Controls

Use the toolbar action highlighted in the screenshot to open the assistant-related configuration area.

Zed toolbar with assistant button highlighted

Add Cloudwise as a Provider

In the LLM Providers screen, add a new provider using the OpenAI-compatible option.

2
Choose Add Provider

Click Add Provider, then choose OpenAI under Compatible APIs.

Zed LLM Providers screen showing Add Provider and OpenAI option

Zed uses the OpenAI-compatible provider path for Cloudwise MaaS. You do not need to choose a separate vendor-specific integration for this setup.

Fill Provider Settings

Complete the provider form using Cloudwise values. The example below uses gpt-5 as the first model.

3
Enter Provider Details
FieldValue
Provider NameCloudwiseAI
API URLhttps://api.cloudwise.ai/api/v1
API KeyYour Cloudwise API key
Model Namegpt-5
Max Completion Tokens200000
Max Output Tokens32000
Max Tokens200000
Supports toolsEnabled
Zed add LLM provider dialog configured for CloudwiseAI

Important: Make sure the API URL ends exactly with /api/v1. Using the wrong base path will prevent Zed from reaching the OpenAI-compatible endpoints correctly.

Suggested Model Options

ModelUse Case
gpt-5Balanced general-purpose coding and reasoning
gpt-5.4Latest GPT option for advanced tasks
gpt-4oFast multimodal interactions
glm-5.1Alternative OpenAI-compatible flagship model

Verify the Setup

After saving the provider, return to Zed assistant features and start a short test interaction.

4
Save and Test

Save the provider, then open a chat or assistant workflow in Zed and submit a short prompt to confirm the model responds correctly.

If you want to add more models later, repeat the same provider pattern or extend the provider configuration with additional model entries supported by your Zed version.

Summary

You now have a complete English setup flow for Zed Editor with Cloudwise MaaS:

  • Open the assistant panel from the Zed toolbar
  • Add a new OpenAI-compatible provider
  • Set the API URL to https://api.cloudwise.ai/api/v1
  • Configure the first model as gpt-5
  • Save and test the provider inside Zed