Swarmauri Hyperbolic LLM adapters from swarmauri_standard.
Project description
swarmauri_llm_hyperbolic
Provider-specific Hyperbolic LLM package for Swarmauri. This package offers direct imports for HyperbolicAudioTTS, HyperbolicModel, HyperbolicVisionModel while keeping implementation parity with swarmauri_standard.
Features
HyperbolicAudioTTSadapter exported fromswarmauri_standard.llms.HyperbolicAudioTTS.HyperbolicModeladapter exported fromswarmauri_standard.llms.HyperbolicModel.HyperbolicVisionModeladapter exported fromswarmauri_standard.llms.HyperbolicVisionModel.- Compatible with Python 3.10 through 3.12.
Installation
# uv
uv add swarmauri_llm_hyperbolic
# pip
pip install swarmauri_llm_hyperbolic
Usage
from swarmauri_llm_hyperbolic import HyperbolicAudioTTS
from swarmauri_llm_hyperbolic import HyperbolicModel
from swarmauri_llm_hyperbolic import HyperbolicVisionModel
from swarmauri_standard.conversations.Conversation import Conversation
from swarmauri_standard.messages.HumanMessage import HumanMessage
conversation = Conversation()
conversation.add_message(HumanMessage(content="Hello from Swarmauri"))
model = HyperbolicAudioTTS()
# Configure provider credentials before making requests.
# result = model.predict(conversation=conversation)
Workflow Notes
- These adapters intentionally mirror the corresponding classes in
swarmauri_standard. - Use the provider package that matches your deployment and credential setup.
- Install only the provider packages you need to keep dependencies minimal.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swarmauri_llm_hyperbolic-0.1.0.dev4.tar.gz.
File metadata
- Download URL: swarmauri_llm_hyperbolic-0.1.0.dev4.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fb7ef9c899d495f0720b06b9dc407fd4e9355349cde5b56c2145117b0407e34
|
|
| MD5 |
36fb59e73a89ef9d38b662e5ff7a732c
|
|
| BLAKE2b-256 |
9e7b64c9e118545a67ef72298d1ddb2b1a9d25d6bfa937179a896243de82946e
|
File details
Details for the file swarmauri_llm_hyperbolic-0.1.0.dev4-py3-none-any.whl.
File metadata
- Download URL: swarmauri_llm_hyperbolic-0.1.0.dev4-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
042ee30e3f605446fb32e0c5a31fe1be3586aa9fffad5c29ce3579c97be5fbde
|
|
| MD5 |
63ac8782cee20d556503884a3a3b5dc3
|
|
| BLAKE2b-256 |
b1b98cf99893a6231ba4b8a5519309d3651a81f9e196210271e202e4053a137f
|