Releases & Roadmap
stdapi.ai is under active development with regular feature releases. Five major releases delivered since launch (v1.0-v1.5) with continuous improvements.
β¨ Recent Releases
See Release History below for the full changelog of v1.5, v1.4, v1.3, v1.2, v1.1, and v1.0 releases.
Latest: v1.5 β Advanced Reasoning & Model Compatibility (Amazon Nova 2, Claude 4.6+ adaptive reasoning, system prompt handling)
π Planned Features
The following features may be implemented in future releases based on community demand and feedback. Implementation priority is determined by user requests and use case requirements.
Want a feature? Submit feedback on GitHub Issues.
π¬ Chat Completions
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/completions |
Amazon Bedrock - foundation models |
OpenAI |
/v1/responses |
Amazon Bedrock - foundation models |
Claude |
/v1/messages |
Amazon Bedrock - foundation models |
Ollama |
/api/generate |
Amazon Bedrock - foundation models |
Ollama |
/api/chat |
Amazon Bedrock - foundation models |
Cohere |
/v1/chat |
Amazon Bedrock - foundation models |
Qwen |
/v1/chat/completions translation_options |
Amazon Translate |
π Translation
| Provider |
Endpoint/Feature |
AWS Backend |
| DeepL |
/v2/translate |
Amazon Translate |
π§ Embeddings
| Provider |
Endpoint/Feature |
AWS Backend |
Ollama |
/api/embeddings |
Amazon Bedrock - embedding models |
Cohere |
/v1/embed |
Amazon Bedrock - embedding models |
π Semantic Search & Ranking
| Provider |
Endpoint/Feature |
AWS Backend |
Cohere |
/v1/rerank |
Amazon Bedrock - rerank models |
π Model Discovery
| Provider |
Endpoint/Feature |
AWS Backend |
Ollama |
/api/tags |
Amazon Bedrock - model listing |
Ollama |
/api/show |
Amazon Bedrock - model details |
Stability AI |
/v1/engines/list |
Amazon Bedrock - model catalog |
|
Model selection wildcards (To automatically latest model versions) |
Amazon Bedrock - model catalog |
ποΈ Speech & Audio
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/realtime/sessions |
Amazon Nova Sonic |
OpenAI |
/v1/realtime/transcription_sessions |
Amazon Nova Sonic |
|
Transcriptions with Nova Sonic |
Amazon Nova Sonic |
|
Translations with Nova Sonic |
Amazon Nova Sonic |
|
Long-form speech (async) |
Amazon Polly - async tasks |
|
Streaming transcription |
Amazon Transcribe - streaming |
|
Custom vocabularies |
Amazon Transcribe - custom vocab |
π¨ Image Generation
| Provider |
Endpoint/Feature |
AWS Backend |
Stability AI |
/v1/generation/text-to-image |
Amazon Bedrock - image models |
Stability AI |
/v1/generation/image-to-image |
Amazon Bedrock - image models |
Stability AI |
/v1/generation/image-to-image/masking |
Amazon Bedrock - image models |
Stability AI |
/v2/stable-image/generate |
Amazon Bedrock - image models |
Stability AI |
/v2/stable-image/upscale |
Amazon Bedrock - image models |
Stability AI |
/v2/stable-image/edit |
Amazon Bedrock - image models |
π― Model-Specific Features
| Provider |
Endpoint/Feature |
AWS Backend |
|
Running Provisioned throughput |
Amazon Bedrock - provisioned models |
π€ AWS Bedrock Advanced Features
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/agents |
Amazon Bedrock - Agents |
OpenAI |
/v1/vector_stores |
Amazon Bedrock - Knowledge Bases |
OpenAI |
/v1/evals |
Amazon Bedrock - Model Evaluation |
OpenAI |
/v1/fine_tuning/jobs |
Amazon Bedrock - custom models |
π¦ Batch & Async Processing
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/batches |
Amazon Bedrock - batch inference |
Claude |
/v1/messages/batches |
Amazon Bedrock - batch inference |
π‘οΈ Content Safety & Moderation
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/moderations |
Amazon Comprehend - toxicity |
π Files & Storage
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/files |
Amazon S3 |
π Usage & Analytics
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/usage |
Amazon CloudWatch |
OpenAI |
/v1/organization/usage |
Amazon CloudWatch |
π Authentication & Access Control
| Provider |
Endpoint/Feature |
AWS Backend |
|
User authentication |
Amazon Cognito |
|
Multi-tenant API keys |
Amazon DynamoDB |
|
API key rotation |
AWS Secrets Manager |
|
Rate limiting |
Amazon DynamoDB |
|
AWS Bedrock API keys |
AWS Bedrock |
π Release History
v1.5.0 β Advanced Reasoning & Model Compatibility (with v1.5.1βv1.5.2 maintenance updates)
Introduces advanced reasoning capabilities with Amazon Nova 2 and Anthropic Claude 4.6+ adaptive reasoning, enhanced system prompt handling for broader model compatibility.
π¬ Chat Completions
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
System prompt handling for unsupported models |
Amazon Bedrock - foundation models |
Amazon Nova |
Nova 2 chat model reasoning implementation |
Amazon Bedrock - foundation models |
Claude |
Claude 4.6+ adaptive reasoning configuration |
Amazon Bedrock - Claude models |
Fixes & Maintenance (v1.5.1βv1.5.2)
v1.5.2
- Add "/" route to avoid 404 errors on root endpoint
- Fix empty system content block handling (improves AWS Bedrock Converse API compatibility)
v1.5.1
- Fix Amazon Nova Canvas image editing to fall back to TEXT_IMAGE task type when no mask is provided
v1.4.0 β Audio Enhancements & Model Compatibility
Expands audio capabilities with Mistral Voxtral support, speaker diarization, audio formats for chat completions, and introduces prompt caching TTL and model aliasing for better OpenAI compatibility.
π¬ Chat Completions
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/chat/completions audio format support |
Amazon Bedrock - foundation models |
OpenAI |
/v1/chat/completions extended Bedrock finish reasons mapping |
Amazon Bedrock |
OpenAI |
Prompt caching TTL support |
Amazon Bedrock - prompt caching |
ποΈ Speech & Audio
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/audio/transcriptions diarized_json format |
Amazon Transcribe |
Mistral |
Voxtral audio model |
Amazon Bedrock - foundation models |
| Feature |
Description |
| Model alias support |
Seamless OpenAI compatibility via model name aliasing |
Fixes
- Fix chat completion file input handling and refactor base64 decoding and MIME handling for file processing.
- Re-raise startup exceptions and disable botocore logging to improve error visibility
v1.3.0 β Image Editing & Variation Support (with v1.3.1βv1.3.5 maintenance updates)
Adds support for OpenAI's image editing and variation endpoints, enabling image manipulation capabilities backed by Amazon Bedrock. Includes maintenance updates for content block handling, tool call validation, streaming fixes, and TTS optimization.
π¨ Image Generation
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/images/edits |
Amazon Bedrock - image models |
OpenAI |
/v1/images/variations |
Amazon Bedrock - image models |
ποΈ Speech & Audio (v1.3.2)
| Feature |
Description |
DEFAULT_TTS_LANGUAGE setting |
Configurable default language for TTS to optimize performance |
Fixes & Maintenance (v1.3.1βv1.3.5)
v1.3.5
- Refactor content block handling to skip empty entries in assistant responses
v1.3.4
- Handle invalid tool call arguments with robust JSON content validation
- Add deprecation mapping for
amazon.titan-image-generator-v2:0 β amazon.nova-canvas-v1:0
v1.3.3
- Remove premature stop condition for
contentBlockStop in streaming chat completions
v1.3.2
- Support
image[] array-style notation for OpenAI image edits
- Handle empty audio segments in transcription duration calculation
v1.3.1
- Improve JSON parsing for tool arguments and results
- Correct
example β examples in OpenAPI model path parameter
Introduces service tiers and latency headers for all Bedrock routes, Bedrock-specific system tools (Nova grounding), GPT5.2 API compatibility, configurable guardrail overrides, and Python 3.14 optimization.
π¬ Chat Completions
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/chat/completions service_tier parameter |
Amazon Bedrock - service tiers |
OpenAI |
/v1/chat/completions Bedrock-specific system tools (Nova grounding) |
Amazon Bedrock - system tools |
OpenAI |
/v1/chat/completions GPT5.2 API update (reasoning_effort=xhigh) |
|
π‘οΈ Content Safety & Moderation
| Feature |
AWS Backend |
| Configuration flag for guardrail override allow |
Amazon Bedrock Guardrails |
| Feature |
AWS Backend / Description |
| Service tiers and latency headers (all Bedrock routes) |
Amazon Bedrock - service tiers |
| Python 3.14 support |
Upgraded to Python 3.14 with performance optimization |
| Dependency update |
Direct aiobotocore usage (replaced aioboto3) |
Fixes
- Fix warnings for duplicated FastAPI routes (
/docs and /openapi.json).
v1.1.0 β Embeddings Enhancement, Prompt Caching & Advanced Routing
Expands multimodal embedding capabilities, adds prompt caching support, and introduces advanced routing with application inference profiles and prompt routers.
π¬ Chat Completions
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
Prompt caching /v1/chat/completions prompt_cache_key |
Amazon Bedrock - prompt caching |
OpenAI |
/v1/chat/completions GPT5.1 API update (reasoning_effort=none) |
|
π§ Embeddings
| Provider |
Endpoint/Feature |
AWS Backend |
|
Intelligent S3 multimodal upload |
Amazon S3 |
|
Intelligent Sync/async Bedrock invocation |
Amazon Bedrock |
Amazon Nova |
Multimodal embeddings models |
|
Twelve Labs |
Marengo V3 models |
|
π― Advanced Routing
| Feature |
AWS Backend |
| Application inference profiles |
Amazon Bedrock - application inference profiles |
| Prompt routers |
Amazon Bedrock - prompt routers |
| Server-side ARN mapping |
Amazon Bedrock |
| Client-side ARN passing (optional) |
Amazon Bedrock |
Fixes
/v1/chat/completions: Fix default value passed to the converse API for tools without parameters.
- stdapi-ai Terraform module: Fix error if alarms_enabled = true but sns_topic_arn undefined.
v1.0.0 β Foundation Release
The initial release establishes core OpenAI API compatibility with AWS Bedrock backing.
π¬ Chat Completions
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/chat/completions |
Amazon Bedrock - foundation models |
|
All models supporting Converse/ConverseStream APIs |
Amazon Bedrock - Converse API |
Deepseek |
/v1/chat/completions reasoning_content |
Amazon Bedrock - foundation models |
Qwen |
enable_thinking + thinking_budget parameter |
Amazon Bedrock - foundation models |
Qwen |
top_k parameter |
Amazon Bedrock - foundation models |
π§ Embeddings
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/embeddings |
Amazon Bedrock - embedding models |
Cohere |
Embed V3 & V4 models |
|
Twelve Labs |
Marengo V2 models |
|
Amazon Titan |
Embed V1 & V2 models |
|
ποΈ Speech & Audio
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/audio/speech |
Amazon Polly + Amazon Comprehend |
OpenAI |
/v1/audio/transcriptions |
Amazon Transcribe |
OpenAI |
/v1/audio/translations |
Amazon Transcribe + Amazon Translate |
π¨ Image Generation
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/images/generations |
Amazon Bedrock - image models |
Amazon Nova |
Canvas V1 models |
|
Amazon Titan |
Image Generator V1 & V2 models |
|
Stability AI |
Image Core, Ultra et SD3.5 Large models |
|
π Model Discovery
| Provider |
Endpoint/Feature |
AWS Backend |
OpenAI |
/v1/models |
Amazon Bedrock - model catalog |
| Feature |
AWS Backend |
| π€ Bedrock Features |
|
| Content filtering and safety |
Amazon Bedrock Guardrails |
| Cross-region inference |
Amazon Bedrock - global/regional |
| Application inference profiles |
Amazon Bedrock - inference profiles |
| Model parameters (temperature, top_p, etc.) |
Amazon Bedrock - native parameters |
| Multi-region failover |
Amazon Bedrock - multi-region |
| Bedrock guardrails |
Amazon Bedrock Guardrails |
| βοΈ AWS Services |
|
| File storage |
Amazon S3 - presigned URLs, Transfer Acceleration |
| π Authentication |
|
| Static token authentication |
AWS SSM Parameter Store / Secrets Manager |
| Development mode (no auth) |
|
| π Observability |
|
| Distributed tracing |
AWS X-Ray + OpenTelemetry |
| Structured logging |
Amazon CloudWatch (When running on ECS/EKS) |
| β€Health check endpoint |
|
| π HTTP/Security |
|
| CORS support |
|
| Trusted host validation |
|
| Proxy headers (X-Forwarded-*) |
|
| GZip compression |
|
| π Documentation |
|
| Interactive API docs & OpenAPI schema |
|
| π Compatibility |
|
| Provider-specific parameters |
|