cookbook/90_models/requesty/README.md
Note: Fork and clone this repository if needed
Requesty AI is an LLM gateway with AI governance. See their website for more information.
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
REQUESTY_API_KEYexport REQUESTY_API_KEY=***
uv pip install -U openai ddgs duckdb yfinance agno
python cookbook/92_models/requesty/basic_stream.py
python cookbook/92_models/requesty/basic.py
python cookbook/92_models/requesty/tool_use.py
python cookbook/92_models/requesty/structured_output.py