LICENSE
README.md
pyproject.toml
src/isneps_router.egg-info/PKG-INFO
src/isneps_router.egg-info/SOURCES.txt
src/isneps_router.egg-info/dependency_links.txt
src/isneps_router.egg-info/requires.txt
src/isneps_router.egg-info/top_level.txt
src/llmrouter/__init__.py
src/llmrouter/catalog.py
src/llmrouter/clients.py
src/llmrouter/config_store.py
src/llmrouter/custom_providers.py
src/llmrouter/embeddings.py
src/llmrouter/executor.py
src/llmrouter/images.py
src/llmrouter/interfaces.py
src/llmrouter/policies.py
src/llmrouter/pricing.py
src/llmrouter/router.py
src/llmrouter/runtime.py
src/llmrouter/seeds.py
src/llmrouter/speech.py
src/llmrouter/store_sqlite.py
src/llmrouter/tracing.py
src/llmrouter/transcription.py
src/llmrouter/usage.py
tests/test_catalog.py
tests/test_config_store.py
tests/test_custom_providers.py
tests/test_embeddings.py
tests/test_executor.py
tests/test_image_gen_provider_expansion.py
tests/test_image_gen_vendor_coverage.py
tests/test_images.py
tests/test_import_surface.py
tests/test_interfaces.py
tests/test_policies.py
tests/test_router.py
tests/test_seeds.py
tests/test_speech.py
tests/test_tracing.py
tests/test_transcribe.py