LICENSE
README.md
pyproject.toml
lm15/__init__.py
lm15/auth.py
lm15/compat.py
lm15/errors.py
lm15/features.py
lm15/live.py
lm15/model_registry.py
lm15/models.py
lm15/profiles.py
lm15/protocols.py
lm15/py.typed
lm15/result.py
lm15/serde.py
lm15/sse.py
lm15/stream.py
lm15/types.py
lm15/vet.py
lm15.egg-info/PKG-INFO
lm15.egg-info/SOURCES.txt
lm15.egg-info/dependency_links.txt
lm15.egg-info/requires.txt
lm15.egg-info/top_level.txt
lm15/providers/__init__.py
lm15/providers/anthropic.py
lm15/providers/async_base.py
lm15/providers/base.py
lm15/providers/claude_code.py
lm15/providers/common.py
lm15/providers/gemini.py
lm15/providers/openai.py
lm15/providers/openai_chat.py
lm15/providers/openai_codex.py
lm15/transports/__init__.py
lm15/transports/_async.py
lm15/transports/_exceptions.py
lm15/transports/_http11.py
lm15/transports/_ssl.py
lm15/transports/_sync.py
lm15/transports/_types.py
lm15/transports/_url.py
tests/test_api_papercuts.py
tests/test_async_adapters.py
tests/test_conformance.py
tests/test_conformance_requests.py
tests/test_errors.py
tests/test_live_no_loop.py
tests/test_may_feature_serde.py
tests/test_model_hydration.py
tests/test_number_semantics.py
tests/test_omission_rule.py
tests/test_openai_chat.py
tests/test_profiles_models.py
tests/test_providers.py
tests/test_response_fixtures.py
tests/test_result.py
tests/test_stream_coalesce.py
tests/test_stream_message_delta.py
tests/test_subscription_auth.py
tests/test_types.py
tests/test_usage_none.py
tests/test_vet_shim.py