.cursorrules
.gitignore
AGENTS.md
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yaml
.github/workflows/lint_matcher.json
bulkllm/__init__.py
bulkllm/_version.py
bulkllm/llm.py
bulkllm/llm_configs.py
bulkllm/logs.py
bulkllm/rate_limiter.py
bulkllm/rate_limits.py
bulkllm/schema.py
bulkllm/stream_stats.py
bulkllm/usage_tracker.py
bulkllm.egg-info/PKG-INFO
bulkllm.egg-info/SOURCES.txt
bulkllm.egg-info/dependency_links.txt
bulkllm.egg-info/requires.txt
bulkllm.egg-info/top_level.txt
bulkllm/model_registration/__init__.py
bulkllm/model_registration/main.py
bulkllm/model_registration/openrouter.py
bulkllm/scripts/__init__.py
bulkllm/scripts/show_costs.py
tests/__init__.py
tests/conftest.py
tests/test_imports.py
tests/test_llm.py
tests/test_llm_configs.py
tests/test_logs.py
tests/test_rate_limiter.py
tests/test_rate_limiter_threadsafe.py
tests/test_rate_limits.py
tests/test_schema.py
tests/test_stream_stats.py
tests/test_usage_tracker.py
tests/test_model_registration/test_main.py
tests/test_model_registration/test_openrouter.py
tests/test_scripts/test_show_costs.py