Skip to main content

Best Model

Kimi K2.5 (kimi-k2.6) — Built for agentic workflows with strong function calling and 262K context. ~$1.09 per 1K requests. For budget agents, use DeepSeek V3 (deepseek-v3) at ~$0.86 per 1K requests.

Python — Agent with Tool Loop

JavaScript — Express Agent API

Tips

  • Use kimi-k2.6 for complex multi-step agents, deepseek-v3 for simpler ones
  • Keep tool descriptions clear and concise — the model uses them to decide when to call
  • Set max_steps to prevent infinite loops
  • Store conversation history for multi-turn agent sessions

Cost Estimate

Next Steps