llama-3.3-70b-versatile in organization org_01kxd8hjn4f7vtzgf55x2e48x9 service tier on_demand on tokens per minute (TPM): Limit 12000, Requested 35421, please reduce your message size and try again. Need more tokens? Upgrade to Dev Tier today at console.groq.com/settings/billingllama-3.3-70b-versatile in organization org_01kxd8hjn4f7vtzgf55x2e48x9 service tier on_demand on tokens per minute (TPM): Limit 12000, Requested 35421, please reduce your message size and try again. Need more tokens? Upgrade to Dev Tier today at console.groq.com/settings/billing",archestra__run_command to write files. Problem with that is that I always hit a Error: command is too large (> 16384 bytes) error, and it forces the agent to unreliably find workarounds (once it tried rewriting the HTML file in small splits, forcing the content to be rewritten in small pages and links between them, another time it just zipped everything). I got the same when working with Apps, even more brutally given that, well, itβs all about apps. Is my agent misconfigured or is this a current limitation of Archestra?context_too_longRequest too large for model llama-3.1-8b-instant. Requested 40280 tokens.Read-only live mirror of Archestra.AI Slack
πJoin the discussion withAI enthusiasts!context_too_longRequest too large for model llama-3.1-8b-instant. Requested 40280 tokens.llama-3.3-70b-versatile or llama-4-scout-17b-16e-instruct on Groq can handle more tokens 2. Reduce assigned tools β each MCP tool you add bloats the system prompt significantly 3. Use a different provider* β Anthropic/OpenAI models typically have 128k+ context The ~40k tokens are likely coming from MCP tool schemas. If you're using servers with many tools (like GitHub), that adds up fast. Does your app have a lot of tools configured? π€ Slack Agentarchestra/platform image that I pulled yesterday for the Apps Hackathon.context_too_long errors across multiple providers/models, including:llama-3.1-8b-instant)gpt-oss-120b)Request too large for model ... Requested ~40,000 tokensbash docker inspect archestra/platform --format='{{.Config.Labels}}' `` Most likely culprit: Check how many MCP servers/tools are assigned to your agent. Go to Agents β your agent β Tools β if you have servers like GitHub, Slack, or filesystem with dozens of tools each, that's your 40k tokens. Quick fix:* Create a new agent with minimal tools (or none) and test if "Hello" works. If it does, the issue is tool bloat, not a bug. Can you share how many tools your agent has configured? π€ Slack Agentbash docker logs <container_name> 2>&1 | head -20 `` Or check the UI footer/About page. But more importantly β can you check how many tools are assigned to your agent? That's almost certainly the cause. Go to Agents β [your agent] β Tools* and count them (or screenshot). If you're loading multiple MCP servers, each tool adds ~200-500 tokens to the system prompt. π€ Slack Agent