Your OpenAI & Anthropic apps, running on AWS Bedrock.¶
Change one line — the base URL. 100+ models — Claude, OpenAI GPT, DeepSeek, Nova — inside your own AWS account, at AWS Bedrock rates with zero markup. Works with Claude Code, OpenClaw, Open WebUI, n8n, and hundreds of other tools via the OpenAI, Anthropic, or Cohere SDK.
- client = OpenAI()
+ client = OpenAI(base_url="https://ai.yourco.com/v1")
response = client.chat.completions.create(
model="claude-fable-5", messages=messages
)
# same for the Anthropic SDK — point it at /anthropic
Bedrock throttling you? Multiply your quota across regions.¶
Every AWS region has its own independent Bedrock quota. stdapi.ai routes requests across the regions you enable and fails over automatically — on throttling, a regional outage, or a retired model. One throttled region never reaches your clients, and you never touch application code.
routing + failover
1× tokens/min2× tokens/min3× tokens/minn×tokens/minute — each enabled region adds its full quota0errors when a region throttles — requests reroute before clients notice0code changes — routing happens in the gateway, not your app24/7multi-AZ ECS Fargate deployment via the validated Terraform module
One gateway, the entire API surface.¶
Most gateways stop at chat completions. stdapi.ai delivers the full OpenAI, Anthropic, and Cohere surface on AWS — chat with server-side stored conversations, embeddings, images, video, speech, transcription, moderation, reranking, and file storage.
- /v1/chat/completions /v1/responses /v1/messages
- /v1/embeddings /v2/rerank
- /v1/images/* /v1/videos
- /v1/audio/speech /v1/audio/transcriptions
- /v1/moderations /v1/files
3API protocols — OpenAI, Anthropic, and Cohere — from one deployment40+endpoints — text, images, video, audio, embeddings, moderation, files0plugins or client changes — standard SDKs and tools connect instantly
Every endpoint is an agent tool.¶
Agents need no HTTP glue code. stdapi.ai publishes its whole API surface over the Model Context Protocol — chat, images, audio, files, model search — so Claude Code, OpenCode, OpenClaw, LangGraph or any MCP client calls it directly. Underneath, tool calling supports the full OpenAI and Anthropic schemas and tool-choice modes.
50endpoints exposed as named MCP tools, each with generated documentation2transports — Streamable HTTP at /mcp, SSE for older clients0HTTP client code — agents call every endpoint directlyautodiscovery — agents find every tool through the server card and API catalog
100+ models — including OpenAI GPT and Anthropic Claude.¶
The full Bedrock catalog plus Bedrock Mantle models, discovered automatically across your regions. Every text API works with every model, and retired models transparently redirect to their replacement — your apps never break.
100+models across 10+ providers, auto-discovered at startup4text APIs on every model — passthrough or converted automatically0breaking changes when a model retires — automatic fallback to its successor
Every AWS capability, zero custom code.¶
Built for AWS, not around it — every Bedrock-native feature is exposed through standard OpenAI and Anthropic parameters, with AWS AI services and S3 woven into the same API.
5AWS AI services unified — Bedrock, Polly, Transcribe, Translate, Comprehends3://direct S3 inputs in chat, images, and embeddings — generated media lands back in your bucketIAMleast-privilege reference policies documented per feature
Pay AWS rates. See the cost of every request.¶
No subscriptions, no minimums, no markup on model usage. Built-in cost tracking prices every call from AWS's own Price List — serving region, service tier, cached tokens, and long-context rates included.
0%markup on model usage — Bedrock billed by AWS directlyliverates from the AWS Price List catalog — fetched from AWS, not hand-maintained1:1per-request and per-user cost attribution across all endpoints
Production on AWS in three Terraform commands.¶
The validated Terraform module ships the whole stack — ECS Fargate, HTTPS, WAF, auto-scaling, monitoring. It works as-is with secure defaults, and exposes advanced options for power users: VPC integration, multi-region, cost-optimized setups.
5minfrom AWS Marketplace subscription to a production endpoint0required configuration — secure, IP-restricted, FSBP-aligned defaults100+optional variables for power users — bring your own VPC, go multi-region, or cost-optimize
Prefer hands-off? A managed deployment service sets it up in your account — no Terraform required.
Your data never leaves your AWS account.¶
Unlike SaaS gateways, stdapi.ai is infrastructure you run: no third party ever sits between your users and your models.
-
Data sovereignty by design
All inference inside your AWS account. Never shared with model providers, never used for training. -
Region allow-lists
Pin workloads to approved regions for GDPR, HIPAA, and FedRAMP requirements. -
Customer-managed encryption
CMK encryption mitigates CLOUD Act and FISA 702 exposure for regulated data. -
Security Hub aligned
Terraform module built against AWS FSBP controls; GuardDuty and DNS Firewall opt-ins close the gaps.
Legal, healthcare (HIPAA), EU sovereignty (GDPR), FedRAMP — Data Sovereignty & Compliance guide
Verified by AWS against its technical and security requirements for AWS Marketplace.
How it compares¶
All four expose an OpenAI-compatible API in front of Amazon Bedrock — the coverage differs.
| stdapi.ai | LiteLLM | Access Gateway | Bedrock Mantle | |
|---|---|---|---|---|
| Full multi-modal API — images, video, audio, files | full | partial | not available | not available |
| OpenAI + Anthropic + Cohere protocols | full | partial | not available | partial |
| Multi-region quota multiplication | full | partial | not available | not available |
| Automatic failover — throttling, region outages, retired models | full | partial | not available | not available |
| AWS AI services & advanced Bedrock features — Polly, Transcribe, guardrails, service tiers | full | partial | partial | partial |
| Integrated MCP server | full | not available | not available | not available |
| Real-time cost tracking & observability | full | full | not available | not available |
| Production deployment — Terraform, WAF, auto-scaling | full | not available | partial | full |
full partial / manual setup not available · Full comparison
What teams run on it¶
Every integration is the same three steps: deploy, copy your endpoint URL, paste it into the tool's settings. There is no step four.
Use cases & integration guides
Transparent pricing¶
Start local, graduate to AWS — same API, your application code never changes. And zero lock-in: leaving is the same one-line base-URL change that got you in.
No markup on model usage — pay Bedrock rates directly. Hardened container, Terraform module, commercial support (1 business day), no AGPL obligations, AWS billing.
Same pay-per-use model, no minimums. Want to try first? Use the free trial, then accept your offer. Send your AWS account ID — we'll set it up directly.