CH·02CLI reference
deeprelay
deeprelay command-line interface
deeprelay command-line interface
Synopsis
deeprelay is the deeprelay.ai command-line interface — OpenAI-compatible serverless inference (chat, embeddings, image and video generation) plus API keys, usage and billing from a single binary.
Options
--api-base string API base URL (override with DEEPRELAY_API_BASE env) (default "https://api.deeprelay.ai/v1")
--debug Enable debug logging to stderr
-h, --help help for deeprelay
--no-preflight Skip the plan/credit check before inference requests (override with DEEPRELAY_NO_PREFLIGHT env)
-o, --output string Output format: table|json (default table on TTY, json otherwise) (default "table")
SEE ALSO
- deeprelay billing - Check your balance, add funds, and review deposits
- deeprelay chat - Run a chat completion (streams tokens by default)
- deeprelay embeddings - Create text embeddings (vectors) for one or more inputs
- deeprelay image - Generate image(s) from a text prompt
- deeprelay login - Authenticate with deeprelay via device flow
- deeprelay logout - Remove stored credentials
- deeprelay models - Browse the serverless inference model catalog
- deeprelay operations - Inspect async operations
- deeprelay preflight - Check whether a model is covered by your plan and payable
- deeprelay referral - Show your referral code, invite link, and stats
- deeprelay spend-limit - View or set the org monthly spending limit and daily spend cap
- deeprelay usage - Show serverless inference usage (tokens and cost)
- deeprelay version - Print the deeprelay CLI version
- deeprelay video - Generate and manage videos
- deeprelay webhooks - Manage webhook endpoints