LICENSE
README.md
pyproject.toml
openai_http/__init__.py
openai_http/__main__.py
openai_http/_logging.py
openai_http/_server.py
openai_http/_validation.py
openai_http/app.py
openai_http/auth.py
openai_http/config.py
openai_http/errors.py
openai_http/queue.py
openai_http.egg-info/PKG-INFO
openai_http.egg-info/SOURCES.txt
openai_http.egg-info/dependency_links.txt
openai_http.egg-info/requires.txt
openai_http.egg-info/top_level.txt
openai_http/backends/__init__.py
openai_http/backends/base.py
openai_http/backends/contract.py
openai_http/backends/mock_backend.py
openai_http/backends/types.py
openai_http/observability/__init__.py
openai_http/observability/logging.py
openai_http/parser/__init__.py
openai_http/parser/base.py
openai_http/parser/cpm.py
openai_http/parser/lfm.py
openai_http/parser/qwen.py
openai_http/routers/__init__.py
openai_http/routers/audio.py
openai_http/routers/chat.py
openai_http/routers/completions.py
openai_http/routers/embeddings.py
openai_http/routers/health.py
openai_http/routers/images.py
openai_http/routers/models.py
openai_http/schemas/__init__.py
openai_http/schemas/chat.py
openai_http/schemas/common.py
openai_http/schemas/completions.py
openai_http/schemas/embeddings.py
openai_http/schemas/models.py