LICENSE
README.md
pyproject.toml
modelito/__init__.py
modelito/adapter.py
modelito/api_key_manager.py
modelito/batching.py
modelito/cache.py
modelito/claude.py
modelito/config.py
modelito/connector.py
modelito/embeddings.py
modelito/errors.py
modelito/exceptions.py
modelito/gemini.py
modelito/grok.py
modelito/local_model_manager.py
modelito/messages.py
modelito/mock_provider.py
modelito/model_metadata.py
modelito/ollama.py
modelito/ollama_api.py
modelito/ollama_service.py
modelito/openai.py
modelito/provider.py
modelito/provider_registry.py
modelito/streaming.py
modelito/timeout.py
modelito/timeout_calibrate.py
modelito/timeout_cli.py
modelito/tokenizer.py
modelito.egg-info/PKG-INFO
modelito.egg-info/SOURCES.txt
modelito.egg-info/dependency_links.txt
modelito.egg-info/requires.txt
modelito.egg-info/top_level.txt
tests/test_api_key_manager.py
tests/test_batching.py
tests/test_cache.py
tests/test_claude_sdk_stream.py
tests/test_config.py
tests/test_config_merge.py
tests/test_connector.py
tests/test_embeddings.py
tests/test_ensure_model_available.py
tests/test_errors.py
tests/test_gemini_sdk_stream.py
tests/test_import_modelito.py
tests/test_install_helpers.py
tests/test_local_model_manager.py
tests/test_mock_provider.py
tests/test_model_metadata.py
tests/test_ollama_adapter.py
tests/test_ollama_api.py
tests/test_ollama_async_wrappers.py
tests/test_ollama_cli_helpers.py
tests/test_ollama_integration.py
tests/test_ollama_model_mgmt.py
tests/test_ollama_running_verbose.py
tests/test_ollama_service.py
tests/test_ollama_service_more.py
tests/test_ollama_stream.py
tests/test_openai_async.py
tests/test_openai_claude.py
tests/test_openai_sdk_embeddings.py
tests/test_openai_sdk_stream.py
tests/test_provider_sdks.py
tests/test_providers.py
tests/test_streaming.py
tests/test_timeout.py
tests/test_timeout_details.py
tests/test_tokenizer_wrapper.py