First & only jailbreak · Instant after payPlans

Integration

Use Continue.dev with a delivered OpenAI-compatible API package.

Continue.dev workflows can use an OpenAI-compatible model provider path with a custom apiBase. unlimitedcodex supplies the base URL, API key, setup files, and model IDs after manual checkout delivery.

  • Continue.dev OpenAI-compatible provider setup
  • Delivered apiBase, API key, setup files, and model IDs
  • GPT-5.5 XHigh at $19/week or an eligible $59 first month followed by $69/month
  • GPT-5.6 Sol at an eligible $69 first week followed by $89/week, or a $179 first month followed by $199/month with 4 concurrent connections

Quick answer

Configure Continue.dev for delivered OpenAI-compatible access: XHigh $19/week or $59→$69/month; Sol $69→$89/week or $179→$199/month. One welcome price per account.

Last updated 2026-07-23

What this page answers

Search need

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

Page-specific proof

Continue.dev + 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.dev, then run one tiny chat/completions request and any supported image or embedding checks before long runs.

Decision summary

Best fit

Continue.dev 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.dev before one small request.

Setup steps

Step 1

Complete checkout and wait for delivery

Compare /pricing: GPT-5.5 XHigh is $19/week or an eligible $59 first month followed by $69/month, while GPT-5.6 Sol is an eligible $69 first week followed by $89/week, or a $179 first month followed by $199/month. Then wait for delivery.

Step 2

Open Continue model configuration

In Continue.dev, add or edit the OpenAI-compatible model provider entry. Use the provider path that accepts an apiBase override, API key, model value, roles, and capabilities.

Step 3

Paste delivered unlimitedcodex details

Set apiBase and the delivered key, then copy the exact model ID from the setup email and authenticated GET /v1/models.

Step 4

Run small coding checks first

Start with /models or one tiny chat request, then try a small Continue.dev autocomplete or chat task before long repo work. Confirm the workflow stays within 4 concurrent connections.

Example configuration

models:
  - name: unlimitedcodex-chatgpt-5-5
    provider: openai
    model: DELIVERED_MODEL_ID
    apiBase: <delivered unlimitedcodex /v1 URL>
    apiKey: <UNLIMITEDCODEX_API_KEY environment secret>
    roles:
      - chat
      - edit
      - autocomplete

# Replace DELIVERED_MODEL_ID using the setup email and authenticated GET /v1/models
# before long Continue.dev runs.

FAQ

Does Continue.dev work with unlimitedcodex?

It can fit Continue.dev setups that use an OpenAI-compatible provider entry with custom apiBase, API key, and model settings. Verify the exact Continue.dev workflow before long repository tasks.

Which model should I put in Continue.dev?

Use the exact model ID from your setup email and authenticated GET /v1/models. Do not guess model IDs from public page names.

Is unlimitedcodex affiliated with Continue.dev or OpenAI?

No. unlimitedcodex is an independent OpenAI-compatible API access provider and is not affiliated with Continue.dev or OpenAI.