Run Any OpenAI App on AWS AI¶
Use your favorite AI applications with powerful AWS models like Claude, Llama, and Nova. No code changes needed—just point your app to stdapi.ai and instantly access 40+ models with better privacy and lower costs.
-
Works with your favorite apps
Use Open WebUI, LibreChat, Continue.dev, LangChain, or any ChatGPT-compatible tool. Just update the API endpoint—no code changes needed. -
Access superior models
Get Claude for reasoning and coding, Nova for cost-effective tasks, plus Llama, Mistral, and 40+ more models. Switch anytime. -
Beyond chat
Generate images, transcribe audio, translate text, and more. One platform for all your AI needs. -
Your data stays private
All AI processing happens in your AWS account. Perfect for anyone with privacy concerns or strict data requirements. -
Pay less for AI
Use AWS's competitive rates with no markups. Significantly lower costs compared to OpenAI or other SaaS AI providers. -
Quick setup
Deploy from AWS Marketplace in minutes. Simple configuration gets you up and running fast.
Models and AI services at your fingertips¶
How It Works¶
- Deploy stdapi.ai to your AWS account in minutes
- Configure your app by changing the API endpoint to stdapi.ai
- Start using AWS AI with all your existing tools and workflows
That's it! Your application now runs on AWS AI models with better privacy and lower costs.
from openai import OpenAI
# Just change the base_url and the model, everything else stays the same
client = OpenAI(base_url="https://api.example.com/v1")
chat = client.chat.completions.create(
model="anthropic.claude-sonnet-4-5-20250929-v1:0",
messages=[{"role": "user", "content": "Summarize this in one sentence."}],
stream=False,
)
response_text = chat.choices[0].message.content
Popular Use Cases¶
-
Private ChatGPT alternative
Run Open WebUI or LibreChat for your team. Get a familiar chat interface with Claude and other top models—on your own infrastructure. -
AI coding assistant
Use Continue.dev, Cline, or Cursor with AWS models. Get intelligent code completions and chat in VS Code, JetBrains, and more. -
Workflow automation
Connect N8N's 400+ integrations with AWS AI. Automate customer support, content creation, and data processing pipelines. -
Team chat bots
Deploy AI assistants in Slack, Discord, or Teams. Answer questions, summarize threads, and automate responses with enterprise privacy. -
Switch from OpenAI
Migrate any OpenAI app to AWS in minutes. LangChain, LlamaIndex, and thousands of compatible tools work instantly. -
Generate images & audio
Create visuals with Stable Diffusion, generate voices with Polly, and transcribe audio—all through one unified API.