Skip to main content
Use any AI coding agent to migrate your project to General Compute. Copy the prompt below, paste it into your agent, and let it handle the rest. This works with any agent that can read your codebase and edit files:

Claude Code

Codex

OpenCode

Cursor

Using OpenClaw? Start with the dedicated OpenClaw guide for provider config, model routing, and signup flow details.

Migration prompt

Copy and paste this into your AI coding agent:

OpenAI SDK → General Compute

General Compute is a drop-in replacement — keep using the OpenAI SDK, just point it at General Compute.

Anthropic SDK → General Compute

General Compute has its own SDK that’s a drop-in replacement for OpenAI — swap the Anthropic SDK for ours.

Vercel AI SDK → General Compute provider

The Vercel AI SDK has an OpenAI-compatible provider that works with General Compute out of the box.

Any OpenAI-compatible client → General Compute

If your project already uses an OpenAI-compatible client (LangChain, LiteLLM, OpenClaw, curl, etc.), just change the base URL.
These prompts reference our documentation so your agent can look up model names, capabilities, and code examples if it needs more context.