Last active
July 21, 2026 05:21
-
-
Save dazuiba/c4e66c3ad1e6b540d0259370dbe1a12d to your computer and use it in GitHub Desktop.
codex sub2api profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # write this file to | |
| # .codex/sub2api.config.toml | |
| # use by: `codex --profile sub2api`. | |
| model_provider = "sub2api" | |
| model = "gpt-5.6-terra" | |
| model_reasoning_effort = "medium" | |
| disable_response_storage = true | |
| network_access = "enabled" | |
| windows_wsl_setup_acknowledged = true | |
| [model_providers.sub2api] | |
| name = "Sub2API" | |
| base_url = "https://sol.trails360.com/" | |
| experimental_bearer_token = "sk-xxxxxxxxxxxxxxxxxx" | |
| wire_api = "responses" | |
| [features] | |
| goals = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment