docs(tutorials): add Codex per-user ChatGPT login forwarding guide - #1509
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
… through LiteLLM Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
docs/tutorials/openai_codex_byok.md, a guide for running Codex through LiteLLM while each employee keeps their own ChatGPT login, and links it from the existing Codex tutorial and the sidebar. It is the Codex counterpart of the Claude Code BYOK guide and depends on the proxy change in BerriAI/litellm#41522The guide keeps the two credentials apart:
x-litellm-api-key(sent via Codexenv_http_headers) authenticates to LiteLLM, whilerequires_openai_auth = truemakes Codex send the employee's ChatGPT OAuth bearer andChatGPT-Account-Id, which LiteLLM forwards only to thechatgpt/provider. It states the tested versions (LiteLLM 1.103.0, Codex CLI 0.154.0), that HTTP/SSE viawire_api = "responses"is the supported transport and WebSockets are not, where to check OpenAI-native attribution (workspace analytics and the Analytics API), and that Enterprise reporting was not live-tested because no Enterprise login was available, so a successful model reply by itself does not prove native attributionnpm run buildpassesLink to Devin session: https://app.devin.ai/sessions/5d5a92f59f8241d4ac68559671e2e688
Open in Devin Desktop: https://app.devin.ai/desktop/session/5d5a92f59f8241d4ac68559671e2e688?variant=devin
Requested by: @moe-berri