LICENSE
README.md
pyproject.toml
src/tensormesh/__init__.py
src/tensormesh/_async_client.py
src/tensormesh/_async_transport.py
src/tensormesh/_auth.py
src/tensormesh/_client.py
src/tensormesh/_client_shared.py
src/tensormesh/_constants.py
src/tensormesh/_exceptions.py
src/tensormesh/_reasoning.py
src/tensormesh/_streaming.py
src/tensormesh/_transport.py
src/tensormesh/_validation.py
src/tensormesh/build_info.py
src/tensormesh/py.typed
src/tensormesh.egg-info/PKG-INFO
src/tensormesh.egg-info/SOURCES.txt
src/tensormesh.egg-info/dependency_links.txt
src/tensormesh.egg-info/entry_points.txt
src/tensormesh.egg-info/requires.txt
src/tensormesh.egg-info/top_level.txt
src/tensormesh/resources/__init__.py
src/tensormesh/resources/_control_plane_activities_generated.py
src/tensormesh/resources/_control_plane_admin.py
src/tensormesh/resources/_control_plane_async_admin.py
src/tensormesh/resources/_control_plane_async_billing.py
src/tensormesh/resources/_control_plane_async_observability_support.py
src/tensormesh/resources/_control_plane_async_public.py
src/tensormesh/resources/_control_plane_billing.py
src/tensormesh/resources/_control_plane_models_generated.py
src/tensormesh/resources/_control_plane_observability_support.py
src/tensormesh/resources/_control_plane_public.py
src/tensormesh/resources/_control_plane_shared.py
src/tensormesh/resources/_control_plane_user_api_keys_generated.py
src/tensormesh/resources/_inference_async_client.py
src/tensormesh/resources/_inference_client.py
src/tensormesh/resources/_inference_openai_shared.py
src/tensormesh/resources/_inference_shared.py
src/tensormesh/resources/control_plane.py
src/tensormesh/resources/control_plane_async.py
src/tensormesh/resources/inference.py
src/tensormesh/resources/inference_async.py
src/tensormesh/types/__init__.py
src/tensormesh/types/_control_plane_entities.py
src/tensormesh/types/_control_plane_requests.py
src/tensormesh/types/_inference_openai_request_types.py
src/tensormesh/types/_inference_openai_response_types.py
src/tensormesh/types/_inference_request_types.py
src/tensormesh/types/_inference_response_types.py
src/tensormesh/types/_shared.py
src/tensormesh/types/control_plane.py
src/tensormesh/types/inference.py
src/tensormesh_cli/__init__.py
src/tensormesh_cli/__main__.py
src/tensormesh_cli/app_context.py
src/tensormesh_cli/build_info.py
src/tensormesh_cli/cli.py
src/tensormesh_cli/controlplane.py
src/tensormesh_cli/controlplane_models.py
src/tensormesh_cli/docs_meta.py
src/tensormesh_cli/output_utils.py
src/tensormesh_cli/render.py
src/tensormesh_cli/auth/__init__.py
src/tensormesh_cli/auth/flow.py
src/tensormesh_cli/auth/storage.py
src/tensormesh_cli/commands/__init__.py
src/tensormesh_cli/commands/_generated_controlplane_gap_cmd.py
src/tensormesh_cli/commands/activities_cmd.py
src/tensormesh_cli/commands/admin_billing_balances_cmd.py
src/tensormesh_cli/commands/admin_billing_pricing_cmd.py
src/tensormesh_cli/commands/admin_cmd.py
src/tensormesh_cli/commands/admin_models_cmd.py
src/tensormesh_cli/commands/admin_products_cmd.py
src/tensormesh_cli/commands/admin_users_cmd.py
src/tensormesh_cli/commands/auth_cmd.py
src/tensormesh_cli/commands/billing_cmd.py
src/tensormesh_cli/commands/click_helpers.py
src/tensormesh_cli/commands/completion_cmd.py
src/tensormesh_cli/commands/config_cmd.py
src/tensormesh_cli/commands/controlplane_actions.py
src/tensormesh_cli/commands/doctor_cmd.py
src/tensormesh_cli/commands/infer_chat_support.py
src/tensormesh_cli/commands/infer_cmd.py
src/tensormesh_cli/commands/infer_latest.py
src/tensormesh_cli/commands/init_cmd.py
src/tensormesh_cli/commands/logs_cmd.py
src/tensormesh_cli/commands/metrics_cmd.py
src/tensormesh_cli/commands/models_cmd.py
src/tensormesh_cli/commands/products_cmd.py
src/tensormesh_cli/commands/readiness.py
src/tensormesh_cli/commands/request_utils.py
src/tensormesh_cli/commands/reserved_deployments_cmd.py
src/tensormesh_cli/commands/tickets_cmd.py
src/tensormesh_cli/commands/user_api_keys_cmd.py
src/tensormesh_cli/commands/users_cmd.py
src/tensormesh_cli/commands/version_cmd.py
src/tensormesh_cli/config/__init__.py
src/tensormesh_cli/config/constants.py
src/tensormesh_cli/config/gateway_provider.py
src/tensormesh_cli/config/load.py
src/tensormesh_cli/config/model.py
src/tensormesh_cli/config/paths.py
src/tensormesh_cli/config/public.py
src/tensormesh_cli/config/resolve.py
src/tensormesh_cli/config/runtime.py
src/tensormesh_cli/config/schema.py
src/tensormesh_cli/config/write.py
src/tensormesh_cli/http/__init__.py
src/tensormesh_cli/http/context_request.py
src/tensormesh_cli/http/gateway.py
src/tensormesh_cli/http/json_input.py
src/tensormesh_cli/http/sdk_response.py
src/tensormesh_cli/http/sdk_transport.py
src/tensormesh_cli/http/tls.py
tests/test_activities_commands.py
tests/test_admin_models_commands.py
tests/test_admin_users_commands.py
tests/test_auth_flow.py
tests/test_auth_login_logout.py
tests/test_auth_status.py
tests/test_auth_tokens.py
tests/test_auth_whoami.py
tests/test_billing_commands.py
tests/test_build_inference_openapi.py
tests/test_ca_bundle.py
tests/test_check_doc_links.py
tests/test_check_rendered_doc_routes.py
tests/test_cli_config_and_aliases.py
tests/test_cli_docs_site_pages.py
tests/test_cli_help.py
tests/test_cli_install_docs.py
tests/test_cli_release_scripts.py
tests/test_cli_test_utils.py
tests/test_cli_version_completion.py
tests/test_command_common.py
tests/test_command_workflows.py
tests/test_config.py
tests/test_context_request.py
tests/test_contract_fixtures.py
tests/test_controlplane.py
tests/test_controlplane_cli_contract.py
tests/test_controlplane_openapi_shapes.py
tests/test_controlplane_reads.py
tests/test_convert_tensormesh_openapi.py
tests/test_doctor_cli.py
tests/test_gateway_provider.py
tests/test_generate_async_sdk.py
tests/test_generate_cli_docs.py
tests/test_generate_control_plane_cli.py
tests/test_generate_control_plane_resources.py
tests/test_http_gateway.py
tests/test_infer_chat_cli.py
tests/test_infer_chat_internal.py
tests/test_infer_chat_latest.py
tests/test_infer_doctor.py
tests/test_infer_latest.py
tests/test_infer_latest_selection.py
tests/test_infer_on_demand_openai_compat_cli.py
tests/test_infer_serverless_openai_compat_cli.py
tests/test_json_input.py
tests/test_logs_follow.py
tests/test_models_commands.py
tests/test_normalize_openapi_spec.py
tests/test_products_commands.py
tests/test_public_cli_distribution.py
tests/test_public_examples.py
tests/test_release_manifest.py
tests/test_released_client_compatibility_runner.py
tests/test_released_client_resolver.py
tests/test_render.py
tests/test_runtime_config.py
tests/test_script_common.py
tests/test_sdk_architecture.py
tests/test_sdk_codegen_manifest.py
tests/test_sdk_public_surface_contract.py
tests/test_support_commands.py
tests/test_surface_parity.py
tests/test_update_tensormesh_docs_json.py
tests/test_user_api_keys_commands.py
tests/test_users_commands.py