Skip to main content

OpenAI CLI

A command-line tool for OpenAI-compatible APIs via AceDataCloud.

Installation

pip install openai-pro-cli

Quick Start

1. Get an API Token

Sign up at https://platform.acedata.cloud and get your API token.

2. Configure

export ACEDATACLOUD_API_TOKEN=your_token_here

Or save it to a .env file:

cp .env.example .env
# Edit .env and set ACEDATACLOUD_API_TOKEN

3. Use

# Chat with a model
openai-cli chat "What is the capital of France?"

# Chat with a specific model
openai-cli chat "Explain quantum computing" -m gpt-5.4

# Generate embeddings
openai-cli embed "Hello, world!" -m text-embedding-3-small

# Generate an image
openai-cli image "A futuristic city skyline at night"

# Edit an image
openai-cli edit "Add a rainbow" --image-url https://example.com/photo.jpg

# Use the Responses API
openai-cli response "Summarize this article" -m gpt-4o

# Synthesize speech audio
openai-cli speech "Hello from AceDataCloud" --voice nova --output hello.mp3

# Show realtime WebSocket connection details
openai-cli realtime --model gpt-realtime

# Retrieve an async task result
openai-cli tasks retrieve --id 7489df4c-ef03-4de0-b598-e9a590793434
openai-cli tasks retrieve --trace-id my-custom-trace-001

# Retrieve a batch of task results
openai-cli tasks batch --trace-ids trace-001 trace-002

# List available models
openai-cli models

# Show configuration
openai-cli config

Commands

Command Description
chat Chat completions (/openai/chat/completions)
embed Text embeddings (/openai/embeddings)
image Image generation (/openai/images/generations)
edit Image editing (/openai/images/edits)
response Responses API (/openai/responses)
speech Speech synthesis (/v1/audio/speech)
realtime Realtime WebSocket connection info (/v1/realtime)
tasks retrieve Retrieve a single async task result (/openai/tasks)
tasks batch Retrieve multiple async task results (/openai/tasks)
models List available models (/openai/models)
config Show current configuration

Environment Variables

Variable Description Default
ACEDATACLOUD_API_TOKEN Your API token (required)
ACEDATACLOUD_API_BASE_URL API base URL https://api.acedata.cloud
OPENAI_REQUEST_TIMEOUT Request timeout in seconds 30

Docker

docker compose run --rm openai-cli chat "Hello!" -m gpt-4o

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openai_pro_cli-2026.8.16.0.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openai_pro_cli-2026.8.16.0-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

Details for the file openai_pro_cli-2026.8.16.0.tar.gz.

File metadata

  • Download URL: openai_pro_cli-2026.8.16.0.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for openai_pro_cli-2026.8.16.0.tar.gz
Algorithm Hash digest
SHA256 d1c24cf68b0fb3b0e80d4ef371168bad966bd2ffcc442fef5535bfa291461d43
MD5 c86f7aacd0504c2e73400fa89bdf1772
BLAKE2b-256 b79e7c0d4fa2e4d080046cfba6a381996bf8861953129f5cbbfa00b09d76a283

See more details on using hashes here.

File details

Details for the file openai_pro_cli-2026.8.16.0-py3-none-any.whl.

File metadata

File hashes

Hashes for openai_pro_cli-2026.8.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dd96ddfa997cddb87ff373c12e8910b682f0230c7da21aa0e9019b476bd3c6e4
MD5 3eea03c35b415c39fcb95dd02bdd3229
BLAKE2b-256 523afb360bc03b2e476c875fdd50e657a3cc7eeefdbb294c774140a681d4d11b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page