llm-inference / library
Together Python
Capability: Together Python
Use it when
- call hosted open models through an OpenAI-style Python client
- compare language, image, or embedding models without self-hosting
What it solves
Not the fit when
- hosted inference requires an account and usage billing
Install
pip install together
Invoke
Create `Together()`, then call `client.chat.completions.create(model=..., messages=[...])`.
Alternatives
No reviewed alternatives recorded yet.