PyPI project
actllminfer
2 indexed releases ยท newest sdist 0.2.0 with 33 indexed members
Files in 0.2.0 actllminfer-0.2.0.tar.gz
- actllminfer/__init__.py
- actllminfer/callbacks.py
- actllminfer/chat_models/__init__.py
- actllminfer/chat_models/_openai_compat.py
- actllminfer/chat_models/anthropic.py
- actllminfer/chat_models/deepseek.py
- actllminfer/chat_models/huggingface.py
- actllminfer/chat_models/minimax.py
- actllminfer/chat_models/moonshot.py
- actllminfer/chat_models/nvidia.py
- actllminfer/chat_models/openai.py
- actllminfer/chat_models/zhipuai.py
- actllminfer/embeddings/__init__.py
- actllminfer/embeddings/base.py
- actllminfer/embeddings/openai_compat.py
- actllminfer/embeddings/vendors.py
- actllminfer/exceptions.py
- actllminfer/factory.py
- actllminfer/language_models/__init__.py
- actllminfer/language_models/base.py
- actllminfer/messages.py
- actllminfer/output_parsers.py
- actllminfer/outputs.py
- actllminfer/prompts.py
- actllminfer/runnables.py
- actllminfer/unified.py
- actllminfer/utils.py
- tests/test_chat_models.py
- tests/test_messages.py
- tests/test_output_parsers.py
- tests/test_prompts.py
- tests/test_runnables.py
- tests/test_unified.py