CLI Tool Tiers & Features

OnglX Deploy CLI is in early development with basic AWS Bedrock AI API deployment functionality.

Available Features by Tier

CLI Free
Current
$0
For getting started with AWS AI APIs
Limited projects (CLI enforced)
Inference domain only
AWS Bedrock integration
GCP Vertex AI (Beta)
Claude 3.5 Sonnet, Haiku, Titan
OpenAI SDK compatibility
Basic CLI commands
Multi-domain deployment
Team collaboration
Most Popular
CLI Premium
Planned
$25/month
For production deployments and advanced features
Unlimited projects
All CLI Free features
Enhanced multi-cloud features
Additional domains (planned)
Advanced monitoring (planned)
Priority support (planned)
Web dashboard
Team collaboration

Feature Comparison

FeatureCLI FreeCLI PremiumStatus
Project Limit
Limited
Unlimited
Active
AWS Bedrock Integration
Live
OpenAI SDK Compatibility
Live
Inference Domain
Live
Multi-Cloud Support (AWS + GCP)
Beta
Compute Domain (Next.js)
Not Started
Storage Domain
Not Started
Database Domain
Not Started
Web Dashboard
Not Planned
Team Collaboration
Not Planned

Available Commands by Tier

CLI Free Commands (What Actually Exists)

BASH
1# Basic commands currently implemented
2onglx-deploy init --host aws             # Initialize new project
3onglx-deploy add inference --component api --type openai  # Add API component
4onglx-deploy plan                        # Show deployment plan
5onglx-deploy deploy                      # Deploy to AWS
6onglx-deploy status                      # Check status
7onglx-deploy logs                        # View logs
8onglx-deploy destroy                     # Remove resources

CLI Premium Commands (Planned)

🚧 Coming Soon: Premium features and additional commands in development.

What Actually Works Right Now

Currently Available

  • • AWS Bedrock OpenAI-compatible API deployment
  • • 7 basic CLI commands (init, add, plan, deploy, status, logs, destroy)
  • • Claude 3.5 Sonnet, Haiku, Amazon Titan models
  • • OpenWebUI interface deployment

What's Coming Later

In Development / Planned

  • • GCP Vertex AI integration
  • • Multi-cloud features
  • • Additional domains (compute, storage, database)
  • • Web dashboard
  • • Team collaboration features
  • • Advanced CLI commands

Getting Started

🚧 Coming Soon: Installation methods and detailed setup guides in development.

  1. Configure AWS: Set up AWS credentials and Bedrock model access
  2. Initialize project: onglx-deploy init --host aws
  3. Deploy AI API: onglx-deploy deploy

Questions?