.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
.idea/.gitignore
.idea/ai-track.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
ai_track.egg-info/PKG-INFO
ai_track.egg-info/SOURCES.txt
ai_track.egg-info/dependency_links.txt
ai_track.egg-info/requires.txt
ai_track.egg-info/top_level.txt
assets/logo_light.png
tests/test_additional_coverage.py
tests/test_cuda_factories.py
tests/test_cuda_runtime.py
tests/test_hub.py
tests/test_inference_primitives.py
tests/test_openai_compat.py
tests/test_package_metadata.py
tests/test_providers.py
tests/test_public_api.py
tests/test_runtime_helpers.py
track/__init__.py
track/hub.py
track/contracts/__init__.py
track/contracts/_audio.py
track/contracts/_chat.py
track/contracts/_content.py
track/contracts/_embedding.py
track/contracts/_image.py
track/contracts/_models.py
track/contracts/_protocols.py
track/contracts/_transcription.py
track/exceptions/__init__.py
track/exceptions/_model.py
track/exceptions/_provider.py
track/inference/__init__.py
track/inference/_runtime.py
track/inference/openai.py
track/inference/audio/__init__.py
track/inference/audio/mlx.py
track/inference/audio/models.py
track/inference/audio/transformers.py
track/inference/chat/__init__.py
track/inference/chat/mlx.py
track/inference/chat/models.py
track/inference/chat/vllm.py
track/inference/embedding/__init__.py
track/inference/embedding/mlx.py
track/inference/embedding/models.py
track/inference/embedding/transformers.py
track/inference/image/__init__.py
track/inference/image/diffusers.py
track/inference/image/mflux.py
track/inference/image/models.py
track/inference/transcription/__init__.py
track/inference/transcription/models.py
track/inference/transcription/transformers.py
track/providers/__base.py
track/providers/__init__.py
track/providers/_local.py
track/providers/_openrouter.py
track/utils/__init__.py
track/utils/_devices.py
track/utils/audio.py
track/utils/chat.py
track/utils/downloads.py
track/utils/model_storage.py
track/utils/openai.py
track/utils/runtime.py
track/utils/transcription.py