codex_auth_helper API
codex-auth-helper is intentionally small. The public API is documented here so ACP examples can depend on it without requiring readers to inspect the package source first.
Functions
create_codex_responses_model(model_name, *, config=None, http_client=None, settings=None)
Source code in packages/helpers/codex-auth-helper/src/codex_auth_helper/factory.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | |
create_codex_async_openai(*, config=None, http_client=None)
Source code in packages/helpers/codex-auth-helper/src/codex_auth_helper/client.py
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | |
Classes
CodexResponsesModel
Bases: OpenAIResponsesModel
CodexAsyncOpenAI(*, base_url, http_client, token_manager, owns_http_client)
Bases: AsyncOpenAI
Source code in packages/helpers/codex-auth-helper/src/codex_auth_helper/client.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | |