First & only jailbreak · Instant after payPlans

Integration

Use Continue with a custom OpenAI-compatible provider.

Continue-style editor workflows can be a good fit when the exact configuration path accepts a custom OpenAI-compatible API base URL. Verify chat, model IDs, and optional embeddings before large repository tasks.

  • Editor assistant custom provider checklist
  • Delivered model IDs and API key
  • Repository-safe setup guidance
  • Small task test before long edits

Quick answer

Plan Continue coding-assistant workflows around a delivered unlimitedcodex base URL, key, package-specific model ID, safe config, and endpoint testing.

Last updated 2026-07-23

What this page answers

Search need

Continue custom base URL, OpenAI-compatible API setup, and package-specific Codex model access questions.

Page-specific proof

Continue + 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.

Verification path

After manual delivery, use the setup email and authenticated GET /v1/models to verify Continue, then run one tiny chat/completions request and any supported image or embedding checks before long runs.

Decision summary

Best fit

Continue teams that can use a custom OpenAI-compatible base URL and choose GPT-5.5 XHigh at $19/week or an eligible $59 first month followed by $69/month, or GPT-5.6 Sol at an eligible $69 first week followed by $89/week, or a $179 first month followed by $199/month.

Not a fit

Not ideal when you need instant self-serve provisioning, an official OpenAI account, or production traffic beyond 4 concurrent connections.

Next step

Compare the package families on /pricing, complete checkout, then use the setup email and authenticated GET /v1/models to verify Continue before one small request.

Setup steps

Step 1

Confirm custom provider support

Check the Continue configuration path you plan to use and confirm it can point to a custom OpenAI-compatible base URL.

Step 2

Add delivered values safely

Use the delivered base URL and key, then copy the exact model ID from the setup email and authenticated GET /v1/models. Keep secrets out of repositories.

Step 3

Test a small editor action

Run one tiny chat or edit action, then test embeddings or repo context features separately if your workflow depends on them.

Step 4

Control long agent runs

Before multi-file edits, check retry behavior and make sure parallel requests stay inside the 4 concurrent connections limit.

Example configuration

Provider: OpenAI-compatible
Base URL: <delivered unlimitedcodex /v1 URL>
API key: <delivered API key>
Model: DELIVERED_MODEL_ID
Limit planning: 4 concurrent connections
Verification: setup email + authenticated GET /v1/models

Citation bundle

Use this guide with the public LLM indexes, AI search index, official references, and answer sources when citing setup, model, pricing, delivery, and 4-connection facts.

FAQ

Does unlimitedcodex officially belong to Continue?

No. Continue is an editor assistant. unlimitedcodex is an independent OpenAI-compatible API access package that may fit custom-provider configurations.

What should Continue users verify first?

Verify the base URL format, model ID, Bearer auth, one small chat or edit action, and any embedding or repo-context path the workflow needs.

Can I paste config into support?

Share only redacted config structure and non-secret error messages. Do not send full API keys, private repository content, or customer data.