cookbook/90_models/together/README.md
Note: Fork and clone this repository if needed
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
TOGETHER_API_KEYexport TOGETHER_API_KEY=***
uv pip install -U together openai ddgs duckdb yfinance agno
python cookbook/92_models/together/basic_stream.py
python cookbook/92_models/together/basic.py
python cookbook/92_models/together/tool_use.py
python cookbook/92_models/together/structured_output.py
python cookbook/92_models/together/image_agent.py
python cookbook/92_models/together/image_agent_bytes.py
python cookbook/92_models/together/image_agent_with_memory.py