AI API gateway
Prepaid credit routed through documented OpenAI-compatible and Claude-compatible endpoints — GPT, Claude, Gemini, Grok, and Qwen models on one balance.
See the AI gatewayOne prepaid balance for practical AI work
Start in browser chat, create a website or app, or connect a tool you already use. Prepay once, choose the model for each job, and see what every request consumed.
Already have an account? Sign in to your dashboard
No subscription · Exact total shown before checkout · Usage visible from your dashboard
Point your existing OpenAI-compatible or Claude-compatible client at CloudService and keep the SDK you already use. Model access and terms are confirmed per key in your dashboard.
The integration is one line
Same request shape, same SDK. Point base_url here and authenticate with a CloudService key.
Prepaid, not subscribed: load a balance once, spend it against any model in the catalog, and see exactly what each request drew down from your dashboard.
See the full model catalog below for what each model is good for, or sign in to your dashboardfor your account’s current rates and balance.
The AI API gateway is detailed for the rest of this page. Cloud services, web solutions, and custom AI agents are scoped and delivered as their own engagements.
Prepaid credit routed through documented OpenAI-compatible and Claude-compatible endpoints — GPT, Claude, Gemini, Grok, and Qwen models on one balance.
See the AI gatewayPrepaid AWS, Google Cloud, and Azure credit, applied to the account you already run.
Explore cloud servicesMarketing sites, web applications, and integrations — scoped, built, and handed over in full.
Start a web solutionCustom AI agents — tool integration, evaluation, and deployment — built around your task.
Build your own AI agentStart free
Create a trial key with $2 credit—no card.
Pick a surface
Open Web Chat, Studio, or a supported client.
Stay in control
See model, token, and balance usage in your dashboard.
No install required
Three surfaces inside the AI API gateway — the first of the four offerings above.
Ask, write, research, and work with the models available to your key in a focused browser conversation.
Learn about Web ChatDescribe a website or app, generate project files, and review the result in one workspace.
Learn about StudioConnect documented OpenAI-compatible and Claude-compatible clients with customer-visible usage.
Explore the APIInspect the live catalog, service state, setup instructions, and support path before you pay.
Keep the tools you like, use a clear prepaid balance, and move between supported model families without maintaining a separate billing workflow for every surface.
Prepay what you need and see the exact checkout total before you confirm.
Use the same CloudService account across Web Chat, Studio, and supported API clients.
Use API-credit keys or a family-specific token allowance, with renewal rules that stay predictable.
Track requests, tokens, credits, and key status from the dashboard instead of guessing.
Describe the website or app you want, let Studio create the project files, then inspect the structure before you continue. It is a focused starting point—not a black box.
Prompt
Build a clean customer API dashboard with usage cards, a model picker, and a responsive navigation.
Project plan ready · files can be reviewed before the next step.
generated project
▾ app
▾ components
UsageCard.tsx
ModelPicker.tsx
page.tsx
globals.css
4 files · ready to inspect
CloudService publishes setup guides for the clients below. Compatibility depends on the client protocol, selected key scope, base URL, and capabilities returned by the authenticated model catalog.
Use your CloudService key as a Bearer token with the OpenAI-compatible API. The request below uses the public fable-5 model ID, which requires a Claude-capable or both-scope key.
export CLOUDSERVICE_API_KEY="ak_live_..."
curl https://api.cloudservice.services/v1/chat/completions \
-H "Authorization: Bearer $CLOUDSERVICE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"fable-5","messages":[{"role":"user","content":"Reply with exactly OK"}],"max_tokens":16}'/v1 with /token/v1. The CloudService CLI and supported-client setup select the correct base URL for your key automatically.Using Claude or Claude Code?
CloudService also supports Claude-compatible requests and documented Claude Code setup for Claude-scoped or both-scoped keys.
Exact public API IDs and self-service availability. Sign in to your dashboard for your account’s current rates and balance.
GPT-5.6 Luna
gpt-5.6-lunaGPT-5.6 Terra
gpt-5.6-terraGPT-5.6 Sol
gpt-5.6-solClaude Opus 5
claude-opus-5Fable 5
fable-5GLM 5.2
glm-5.2Gemini 2.5 Flash Lite
gemini-2.5-flash-liteGemini 3.6 Flash
gemini-3.6-flashGemini 3 Pro Preview
gemini-3-pro-previewGrok 4.5
grok-4.5Qwen 3.7 Plus
qwen3.7-plusNo. CloudService is prepaid AI API access with model pricing, usage tracking, and OpenAI- and Claude-compatible gateway endpoints. You buy credit or a token allowance up front — there is no recurring subscription.
No. Use OpenAI-compatible SDKs with the matching CloudService base URL, or use native Claude-compatible clients with a Claude-capable key. Chat Completions, Responses, and Anthropic Messages paths are documented separately.
Yes. Check key status, expiry, credit balance, request counts, and token usage from your dashboard at any time.
A credit key draws down a USD balance against published model rates. A token key spends a fixed prepaid allowance for a model family. The base URL differs by billing mode and protocol, and the installer selects the matching route from the authenticated key.
More in the documentation or contact support.
Use CloudService directly in the browser, or follow the documentation to connect your API key from SDKs, OpenAI-compatible tools, Claude, or Claude Code.