Skip to content

AI-Proxy Desktop 0.2.8

Choose a tag to compare

@heshamh96 heshamh96 released this 06 Jul 00:11
· 10 commits to main since this release

AI-Proxy Desktop 0.2.8 — Tool calling / agents

The OpenAI function-calling protocol now passes through the gateway end-to-end: tools[], tool_calls, finish_reason:"tool_calls", streamed tool-call deltas, the role:"tool" round-trip, tool_choice, and parallel calls — all on your own subscriptions. Point opencode or the n8n Tools Agent at the proxy and your agents take real actions.

  • /v1/models now tags each model "tools": true|false so clients can filter to tool-capable models.
  • The retired-model remap rewrites only the model field (byte-safe), so your tools/messages arrays are never re-encoded or mangled.
  • Best for agents: claude-sonnet-4-6 / claude-opus-4-8 (forced tool_choice + parallel). gemini-3-flash for single tool calls.

Install: brew install --cask meta-thinking/tap/ai-proxy · Docs: https://aiproxy.meta-thinking.net/docs
macOS Apple Silicon. (Intel / Windows / Linux ship via CI.)