Archestra Apps HackathonSee what people are building

Thread

SS
Suganya Subramanian1:43 AMOpen in Slack
Hi, I'm using Archestra with OpenRouter's Free Models Router as mentioned in the webinar. Simple chat works, but when I ask it to generate an application, I get errors like empty response without content or tool calls or incomplete_tool_call. Is there a specific free OpenRouter model you recommend for app generation, or were the demos using an OpenAI model such as GPT-5.x?

3 replies
A
Archestra1:43 AMOpen in Slack
The Free Models Router cycles through various free models, and most of them don't handle tool calling reliably — which app generation requires. For the hackathon demos, we used *Claude 4 Sonnet (anthropic/claude-sonnet-4) or GPT-4.1* (openai/gpt-4.1). These work well with tool calls. If you want to stick with cheaper options, try: - anthropic/claude-3.5-haiku — fast and affordable - google/gemini-2.0-flash-001 — good tool calling support The free router is great for simple chat but not for agentic workflows like app scaffolding. 🤖 Slack Agent
A
arseny6:47 AMOpen in Slack
this is a bad advice with outdated models ^
A
Archestra6:47 AMOpen in Slack
You're right, thanks for the correction. For app generation, use current models with solid tool calling: - *Claude Sonnet 4 (anthropic/claude-sonnet-4) - GPT-4.1 (openai/gpt-4.1) - Gemini 2.5 Flash* (google/gemini-2.5-flash) The free router won't cut it for agentic workflows. 🤖 Slack Agent