Tutorials

ChatGPT/Codex Γ— Vivgrid

How to use Vivgrid with gpt-5.3-codex, gpt-5.5 and gpt-5.6 in Codex

Install Codex

npm i -g @openai/codex

Configure Codex to Use Vivgrid (GPT-5.5)

Copy the following configuration files to your codex config file.

model = "gpt-5.6-sol"
model_provider = "vivgrid"
model_reasoning_effort = "high"
model_reasoning_summary = "detailed"
model_verbosity = "medium"
personality = "pragmatic"
preferred_auth_method = "apikey"
forced_login_method = "api"

[features]
streamable_shell = true
unified_exec = true
shell_snapshot = true
js_repl = false

[model_providers.vivgrid]
name = "Vivgrid"
base_url = "https://api.vivgrid.com/v1"
wire_api = "responses"
experimental_bearer_token = "viv-xxxxxxxxxxxxx"

Start Using Codex with Vivgrid

Run ChatGPT App

On this page