LICENSE
README.md
pyproject.toml
lm15/__init__.py
lm15/_authlock.py
lm15/_version.py
lm15/access.py
lm15/adaptation.py
lm15/auth.py
lm15/authkit.py
lm15/batch.py
lm15/compat.py
lm15/credentials.py
lm15/doctor.py
lm15/errors.py
lm15/features.py
lm15/interactive.py
lm15/judgments.py
lm15/live.py
lm15/model_registry.py
lm15/models.py
lm15/profiles.py
lm15/protocols.py
lm15/py.typed
lm15/rate_limits.py
lm15/registry.py
lm15/result.py
lm15/router.py
lm15/serde.py
lm15/sse.py
lm15/testing.py
lm15/types.py
lm15/vet.py
lm15/video_jobs.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/cloud/__init__.py
lm15/cloud/chains.py
lm15/cloud/hosts.py
lm15/cloud/rs256.py
lm15/cloud/sigv4.py
lm15/login/__init__.py
lm15/login/bound.py
lm15/login/declared.py
lm15/login/engine.py
lm15/login/manager.py
lm15/login/store.py
lm15/login/terminal.py
lm15/login/types.py
lm15/login/flows/__init__.py
lm15/login/flows/base.py
lm15/login/flows/claude.py
lm15/login/flows/codex.py
lm15/login/flows/copilot.py
lm15/login/flows/kimi.py
lm15/login/flows/meta.py
lm15/login/flows/openrouter.py
lm15/login/flows/recipes.py
lm15/login/flows/xai.py
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/providers/typesafe.py
lm15/providers/xai.py
lm15/transports/__init__.py
lm15/transports/_async.py
lm15/transports/_exceptions.py
lm15/transports/_fetch.py
lm15/transports/_http11.py
lm15/transports/_limits.py
lm15/transports/_proxy.py
lm15/transports/_ssl.py
lm15/transports/_sync.py
lm15/transports/_timeouts.py
lm15/transports/_types.py
lm15/transports/_url.py
tests/test_access_policy.py
tests/test_adaptations.py
tests/test_adapter_usage_and_done.py
tests/test_api_ergonomics.py
tests/test_api_papercuts.py
tests/test_async_adapters.py
tests/test_async_timeout_cancellation.py
tests/test_auth_hardening.py
tests/test_auth_resolution_contract.py
tests/test_auxiliary_connection_budget.py
tests/test_auxiliary_reply_faults.py
tests/test_auxiliary_retry_after.py
tests/test_batch.py
tests/test_batch_stop_parity.py
tests/test_cache_mapping.py
tests/test_cache_route_parity.py
tests/test_cache_types.py
tests/test_chat_builtin_tools.py
tests/test_claude_login_registration.py
tests/test_cloud_hardening.py
tests/test_cloud_hosts.py
tests/test_cloud_identity.py
tests/test_conformance.py
tests/test_conformance_requests.py
tests/test_connection_budget.py
tests/test_constructor_compatibility.py
tests/test_credential_policy.py
tests/test_credentials.py
tests/test_custom_server_tutorial.py
tests/test_data_input_boundaries.py
tests/test_declared_providers.py
tests/test_error_metadata_and_completion.py
tests/test_errors.py
tests/test_fetch_lifecycle.py
tests/test_fetch_transport.py
tests/test_files.py
tests/test_generation.py
tests/test_groq_reasoning_recipe.py
tests/test_judgments.py
tests/test_live_collection_limits.py
tests/test_live_no_loop.py
tests/test_live_openai.py
tests/test_live_turn.py
tests/test_lock_identity.py
tests/test_login.py
tests/test_login_diagnostics.py
tests/test_logprobs_tool_choice.py
tests/test_map9_complete_path.py
tests/test_may_feature_serde.py
tests/test_migration_ux.py
tests/test_model_hydration.py
tests/test_number_semantics.py
tests/test_omission_rule.py
tests/test_openai_chat.py
tests/test_openai_chat_ingest.py
tests/test_openai_chat_response_ingest.py
tests/test_parity_judgment_replies.py
tests/test_platform_portability.py
tests/test_profiles_models.py
tests/test_promoted_config.py
tests/test_prompt_cache_breakpoint.py
tests/test_providers.py
tests/test_rate_limit_diagnostics.py
tests/test_ratification_2026_09_06.py
tests/test_readme_examples.py
tests/test_reasoning_mapping.py
tests/test_registry.py
tests/test_response_fixtures.py
tests/test_result.py
tests/test_retry_after_parity.py
tests/test_router.py
tests/test_scoring_boundaries.py
tests/test_spec_decisions_1_0.py
tests/test_stop_scores.py
tests/test_stream_coalesce.py
tests/test_stream_message_delta.py
tests/test_stream_reasoning_state.py
tests/test_subscription_auth.py
tests/test_testing.py
tests/test_tool_choice_structured_output.py
tests/test_tool_result_media.py
tests/test_tool_result_replay.py
tests/test_tools.py
tests/test_types.py
tests/test_usage_none.py
tests/test_version.py
tests/test_vet_shim.py
tests/test_video.py
tests/test_xai.py