Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Codex to use the Responses-shaped Aster provider.
export ASTER_API_KEY='your Aster API key'
~/.codex/config.toml
model = "aster-code" model_provider = "aster" web_search = "disabled" [features] multi_agent = false [model_providers.aster] name = "Aster" base_url = "https://api.asterwise.dev/v1" env_key = "ASTER_API_KEY" wire_api = "responses"