Search need
Zed custom base URL, OpenAI-compatible API setup, and ChatGPT 5.5 Ultra or Codex API access questions.
Integration
Zed's OpenAI-compatible provider path can use a custom base URL, API key, and model ID. unlimitedcodex supplies those values after manual checkout delivery.
Quick answer
Connect Zed to unlimitedcodex with an OpenAI-compatible endpoint, delivered API key, ChatGPT 5.5 Ultra/Codex model ID, and 4 concurrent connections.
Last updated 2026-07-12
Zed custom base URL, OpenAI-compatible API setup, and ChatGPT 5.5 Ultra or Codex API access questions.
Zed + unlimitedcodex OpenAI-Compatible API combines 4 setup steps, 4 buyer constraints, official reference docs plus unlimitedcodex delivery, limits, and setup guidance, and related answer sources instead of a generic integration blurb.
After manual delivery, verify Zed with GET /v1/models, one tiny chat/completions request, and endpoint-specific image or embedding checks before long runs.
Zed teams that can use a custom OpenAI-compatible base URL and want ChatGPT 5.5 Ultra and Codex API access after manual delivery.
Not ideal when you need instant self-serve provisioning, an official OpenAI account, or production traffic beyond 4 concurrent connections.
Complete checkout, wait for the setup email, then verify Zed with /v1/models and one small request before long runs.
Step 1
Choose Unlimited Weekly or Monthly, complete Stripe checkout, and wait for the API key, base URL, setup files, activation date, start date, and end date delivered after manual provisioning.
Step 2
In Zed, add an OpenAI-compatible provider entry through Agent Settings or settings.json. Use the path that accepts a custom API endpoint, key, and model ID.
Step 3
Set the base URL to the delivered unlimitedcodex /v1 endpoint, set the API key from your delivery email, and use the ChatGPT 5.5 Ultra or Codex model ID listed in your setup details.
Step 4
Before a long coding session, run /v1/models or one tiny chat request, then try a small Zed edit or assistant task while keeping parallel calls within 4 concurrent connections.
{
"language_models": {
"openai_compatible": {
"unlimitedcodex": {
"api_url": "<delivered unlimitedcodex /v1 URL>",
"available_models": [
{
"name": "<delivered ChatGPT 5.5 Ultra or Codex model ID>"
}
]
}
}
}
}
# Store the delivered API key in the secure path Zed supports for provider secrets.
# Verify exact model IDs with /v1/models before long Zed sessions.It can fit Zed setups that use an OpenAI-compatible provider with a custom endpoint, API key, and model ID. Verify the exact Zed provider path before long coding sessions.
Use the ChatGPT 5.5 Ultra or Codex model ID from your delivered unlimitedcodex setup email. Do not guess model IDs from public page names.
No. unlimitedcodex is an independent OpenAI-compatible API access provider and is not affiliated with Zed or OpenAI.