.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/cli.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/task_runner.py
bulkllm/usage_tracker.py
bulkllm.egg-info/PKG-INFO
bulkllm.egg-info/SOURCES.txt
bulkllm.egg-info/dependency_links.txt
bulkllm.egg-info/entry_points.txt
bulkllm.egg-info/requires.txt
bulkllm.egg-info/top_level.txt
bulkllm/model_registration/__init__.py
bulkllm/model_registration/anthropic.py
bulkllm/model_registration/canonical.py
bulkllm/model_registration/gemini.py
bulkllm/model_registration/main.py
bulkllm/model_registration/mistral.py
bulkllm/model_registration/openai.py
bulkllm/model_registration/openrouter.py
bulkllm/model_registration/utils.py
bulkllm/model_registration/xai.py
bulkllm/model_registration/data/__init__.py
bulkllm/model_registration/data/anthropic.json
bulkllm/model_registration/data/gemini.json
bulkllm/model_registration/data/mistral.json
bulkllm/model_registration/data/openai.json
bulkllm/model_registration/data/openai_detailed.json
bulkllm/model_registration/data/openrouter.json
bulkllm/model_registration/data/xai.json
scripts/show_costs.py
scripts/update_model_cache.py
tests/__init__.py
tests/conftest.py
tests/test_cli.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_performance.py
tests/test_rate_limiter_threadsafe.py
tests/test_rate_limits.py
tests/test_schema.py
tests/test_stream_stats.py
tests/test_task_runner.py
tests/test_usage_tracker.py
tests/test_model_registration/test_anthropic.py
tests/test_model_registration/test_canonical.py
tests/test_model_registration/test_conversions.py
tests/test_model_registration/test_gemini.py
tests/test_model_registration/test_main.py
tests/test_model_registration/test_mistral.py
tests/test_model_registration/test_openai.py
tests/test_model_registration/test_openrouter.py
tests/test_model_registration/test_provider_helpers.py
tests/test_model_registration/test_providers.py
tests/test_model_registration/test_utils.py
tests/test_model_registration/test_xai.py