About this tool
Build agents humans want to talk to. Combine the best STT, LLM, and TTS models on co-located infrastructure for ultra-low latency and production-scale reliability. Key features: Next stepsAgno - Together AI Cookbook, Agno - Together AI Cookbook, It supports interactions with text, images, audio, and video while remaining model-agnostic, allowing you to use any model in the Together AI library with this integration, Shellexport TOGETHER_API_KEY=*** Example Below is a simple agent with access to web search, agent import Agent from agno, duckduckgo import DuckDuckGoTools agent = Agent( model=Together(id="Qwen/Qwen3, 5-9B"), tools=[DuckDuckGoTools()], markdown=True, ) agent.
Features & use cases
Next stepsAgno - Together AI CookbookAgno - Together AI CookbookIt supports interactions with text, images, audio, and video while remaining model-agnostic, allowing you to use any model in the Together AI library with this integrationShellexport TOGETHER_API_KEY=*** Example Below is a simple agent with access to web searchagent import Agent from agnoduckduckgo import DuckDuckGoTools agent = Agent( model=Together(id="Qwen/Qwen35-9B"), tools=[DuckDuckGoTools()], markdown=True, ) agent
Tech stack
CloudflareVercel