Tài liệu APIZ

Codex CLI

Dùng user-level config và biến môi trường cho API key.

config.toml

model = "YOUR_MODEL_ID"
model_provider = "apiz"

[model_providers.apiz]
name = "APIZ"
base_url = "https://api.apiz.vn/v1"
env_key = "APIZ_API_KEY"
wire_api = "responses"

Cấu hình dựa trên OpenAI Config Reference. Đặt key bằng biến APIZ_API_KEY.