Stratoclave Alternatives
Similar projects and alternatives to stratoclave
-
litellm
Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better stratoclave alternative or higher similarity.
stratoclave discussion
stratoclave reviews and mentions
Posts with mentions or reviews of stratoclave.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-03.
-
Stratoclave: a tenant-aware credit gateway for Amazon Bedrock — now with OpenAI codex support
# Deploy to your AWS account git clone https://github.com/littlemex/stratoclave.git cd stratoclave export AWS_PROFILE=your-admin-profile export AWS_REGION=us-east-1 CDK_DEFAULT_REGION=us-east-1 export CDK_DEFAULT_ACCOUNT=$(aws sts get-caller-identity --query Account --output text) cd iac && npm install && ./scripts/deploy-all.sh # Build the CLI (pre-built binaries TBD) cd ../cli && cargo build --release export PATH="$PWD/target/release:$PATH" # Bootstrap and use stratoclave setup https://.cloudfront.net stratoclave auth sso --profile stratoclave codex -- "Hello, who are you?" stratoclave claude -- "Summarise this repository"
Stats
Basic stratoclave repo stats
1
0
-
7 days ago
littlemex/stratoclave is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of stratoclave is Python.