One account, every member
Manage everyone under one enterprise account; allocate quotas and cap usage by role.
One control layer for every leading model: one integration, one account, one place to govern. Which model you use today — and whether you switch tomorrow — stays your call.
OpenAI-compatiblePay as you go · No monthly fee · Switch models anytime
One enterprise account · one AI control layer · every model and tool behind it
Anthropic
Gemini
GrokAI VENDOR INDEPENDENCE
Models change, prices change, capabilities change. Betting your whole AI stack on a single vendor is the real risk.
Every switch is a rebuild
Switching models is not switching systems
Free to switch · Always reversible · Assets and memory preserved
Smart routing
When an upstream fails, the gateway switches channels in milliseconds — invisible to your business.
High availability
Redundant upstream channels — single points of failure don’t stop service.
Low cost
Routing by weight and price policy keeps spend transparent and under control.
Low latency
Nearest and fastest-responding channels get priority.
Guaranteed
Failover is fully automatic — no manual intervention.
CONTROL
Personal ChatGPT accounts, ad-hoc developer keys, finance with no idea of the spend, IT with no idea who is using what. That shadow AI is the real risk.
One account, every member
Manage everyone under one enterprise account; allocate quotas and cap usage by role.
Keys and permissions
Every member gets their own key — revocable anytime, with IP allowlists and allowed-time windows.
Spend and quotas
See consumption by member, key and model; usage stops automatically at the limit, with cost visible live.
Audit and traceability
Who used which model, when, and at what cost — request-level detail, fully searchable.
Shadow AI won’t disappear on its own. But it can be seen.
RISK & SECURITY
From data flow to content boundaries, from key management to upstream reliability, every claim below maps to a mechanism you can verify.
What leaves the company is your call
Controlled data flow
Request content is forwarded and metered only — never used for model training, never sold to third parties.
Content security
Create guard profiles (security groups) bound to API keys to block classified data, malicious code and phishing in real time — with full detection logs.
Access defenses
TLS across all traffic; per-key IP allowlists and allowed-time windows; email-code login and team security policies guard account access.
Upstream failures don’t stop your business
Keys stored as hashes
An API key is shown once and stored only as an irreversible hash — it cannot be recovered from the hash.
Credentials encrypted
Channel credentials are sealed with AES-GCM — never stored or logged in plaintext, safe to share across the team.
Key pools and auto-failover
Multiple upstream key pools per model; a failing key or channel is switched automatically and switched back on recovery.
MEASURE
From AI spend to business output, OpenCaply puts both on the same line so that “is AI worth it?” has an answer.
Spend
Break every AI dollar down by member, key, model and channel — live and drillable.
Activity
Attribute each call to real work: client analysis, quotes, technical proposals, support replies.
Outcome
Convert completed work into hours and payroll saved, so you can judge whether the spend pays off.
AI cost
$283
Work completed
Est. hours saved
74 hours
Spend and usage detail is live today; output attribution and ROI reports are in progress.
KEEP Planned
Models change, tools change — but the judgment and experience your company accumulates shouldn’t drain away with them. OpenCaply has AI continuously learn how your people work and preserves it as inheritable org memory — people leave, judgment stays; new joiners take over on day one.
Capture
Every working moment, captured automatically
AI keeps recording how your people decide and solve problems, building a methodology library unique to your team. People leave — their judgment stays.
Clone
An AI twin for every key role
Distill the capability profiles of core employees. Successors simply ask the AI twin — answers come from years of real-world experience.
Inherit
Zero gaps in critical handovers
Successors are up to speed on day one — the AI always knows "how this used to be done". No more relying on word of mouth.
Org memory is encrypted — 100% secure
All memory data is stored encrypted, and the decryption key is held solely by the enterprise owner — neither the platform nor any third party can read it.
Baseline figures for our upstream channels — actual values vary by upstream and time, and every request is routed live.
Multiple upstream channels compete on price under continuous quality monitoring, so every request gets the best available rate — live pricing for every model is published on this page.
Slow routes are pulled from rotation automatically, and the nearest, fastest nodes get priority — time to first token is monitored continuously.
Multi-key pooling and channel-level failover back a production-grade SLA: automatic failover across providers, 24/7, no downtime.
Model pricing
Input and output priced separately — pay for exactly what you use. Base rates for models on sale below.
Claude Fable 5.1AnthropicPay as you goInput / 1K tokens
$0.00262
Output / 1K tokens
$0.0131
DeepSeek V4.1 FlashDeepseekPay as you goInput / 1K tokens
$0.0003
Output / 1K tokens
$0.0012
DeepSeek V4 FlashDeepseekPay as you goInput / 1K tokens
$0.0003
Output / 1K tokens
$0.0012
GLM 5.2GLMPay as you goInput / 1K tokens
$0.0014
Output / 1K tokens
$0.0044
Gemini 3.7 FlashGooglePay as you goInput / 1K tokens
$0.000181
Output / 1K tokens
$0.000905
DeepSeek V4 ProDeepseekPay as you goInput / 1K tokens
$0.00132
Output / 1K tokens
$0.00396
GPT6 AstraOpenAiPay as you goInput / 1K tokens
$0.00177
Output / 1K tokens
$0.00885
Gemini 3.8 FlashGooglePay as you goInput / 1K tokens
$0.00018
Output / 1K tokens
$0.0009
Grok 4.6GrokPay as you goInput / 1K tokens
$0.0004
Output / 1K tokens
$0.0012
More models in the console.
Pay as you go — no monthly fee, no minimum top-up. Balance never expires, and every request is itemized in real time.
Balance never expires · Top up anytime
100% protocol compatible — change one Base URL line and ship to production;
or download the OpenCaply desktop app and connect Codex / Claude Code in one click.
1from openai import OpenAI2 3client = OpenAI(4 base_url="https://api.opencaply.com/v1", # the only line that changes5 api_key="<OPENCAPLY_API_KEY>",6)7response = client.chat.completions.create(8 model="Claude Fable 5.1",9 messages=[{"role": "user", "content": "Hello"}],10)11print(response.choices[0].message.content)
Point the base URL at OpenCaply, drop in your API key — the rest of your code stays the same.
An API key on sign-up — change one line of base_url and start calling.
Pay as you go · No monthly fee · Balance never expires
FAQ
OpenCaply is an enterprise AI control layer: every leading model behind one account, one place to govern, and the freedom to switch — account, members, permissions, keys and history all stay when you change models.
Fully compatible. The interface matches OpenAI’s format, and official SDKs work without modification.
By token usage, with input and output priced separately. No monthly fee and no minimum spend. Balance never expires; top up anytime.
API keys are stored as hashes only, and upstream credentials are encrypted. Request content is forwarded and metered only — never used for training.
Sign up free for an API key and point your client’s base_url at the gateway — done in three steps.
Team spaces are supported: member management, quota transfers and role permissions under one account system, with unified billing.
No. Switching is a console change — account, members, permissions, keys and usage history all stay, and your code doesn’t change at all.
OPEN·CAPLY
Help your company adopt AI with confidence — not avoid it