Skip to main content

Translate OpenAI Responses API ↔ DeepSeek Chat Completions API for codex

Project description

DeepSeek Proxy

Translate OpenAI Responses API (/v1/responses) requests into DeepSeek Chat Completions API calls — so codex (Claude Code CLI) can use DeepSeek as its backend model.


Install

pip install deepseek-proxy

Usage

# Set your API key
export DEEPSEEK_API_KEY=sk-your-key-here

# Start proxy (foreground)
deepseek-proxy

# Or start as a daemon (background)
deepseek-proxy start --daemon

# Stop the daemon
deepseek-proxy stop

# Restart
deepseek-proxy restart

# Custom host/port
deepseek-proxy --host 0.0.0.0 --port 8080 start --daemon

The proxy listens on http://127.0.0.1:8787 by default.

Configure codex

Point codex to the proxy via ~/.codex/config.toml:

Add to ~/.codex/config.toml:

model = "deepseek-v4-flash"
model_provider = "deepseek"

[model_providers.deepseek]
name = "DeepSeek"
base_url = "http://127.0.0.1:8787/v1"
env_key = "DEEPSEEK_API_KEY"
wire_api = "responses"

Field reference:

Field Value Description
model "deepseek-v4-flash" Default model for codex
model_provider "deepseek" Matches the provider section name
base_url "http://127.0.0.1:8787/v1" Proxy endpoint (no /responses suffix)
env_key "DEEPSEEK_API_KEY" Env var for the API key
wire_api "responses" Required value for this proxy

Verify

curl -X POST http://127.0.0.1:8787/v1/responses \
  -H "Authorization: Bearer $DEEPSEEK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":[{"role":"user","content":[{"type":"input_text","text":"hello"}]}],"model":"deepseek-v4-flash"}'

Why?

codex uses the OpenAI Responses API natively. DeepSeek provides a Chat Completions API. The two protocols are incompatible — this proxy bridges the gap.


GitHub

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deepseek_proxy-0.2.2.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deepseek_proxy-0.2.2-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file deepseek_proxy-0.2.2.tar.gz.

File metadata

  • Download URL: deepseek_proxy-0.2.2.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for deepseek_proxy-0.2.2.tar.gz
Algorithm Hash digest
SHA256 dae4a8f3c55cc9f0fe82c629c1ed11bd1d331b125fda8f04fbe8f6c5985d46a1
MD5 9bd291e9fa2934b8039de186b91e2975
BLAKE2b-256 329bccb3fc69f78cf84dd6b510b40d084edf1ac1a4b031b34d75375bfa8dcae0

See more details on using hashes here.

File details

Details for the file deepseek_proxy-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: deepseek_proxy-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for deepseek_proxy-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fd73191b8e2f4b957e2329f12829f1959d5e3c54b499eed9f3889e182e1550a9
MD5 62a5d9f9d9e16b4d45c02274b2014d02
BLAKE2b-256 cdb7c0e56d519bc4e039b179fefae4926086f9e3a5515e00c9f2eac7eef5956c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page