Optimal Model Selection for Cost and Performance | Generated by AI

Home 2025.09

Looking at your Claude Code configuration, you want to optimize for both cost and performance. Here are some recommendations for choosing “cheap and powerful” models in your router setup:

Best Cost/Performance Models from your list:

For most tasks (default):

For background tasks:

For thinking/reasoning:

Updated Router suggestion:

"Router": {
  "default": "openrouter,deepseek/deepseek-chat-v3.1",
  "background": "openrouter,google/gemini-2.5-flash", 
  "think": "openrouter,deepseek/deepseek-r1",
  "longContext": "openrouter,moonshotai/kimi-k2",
  "webSearch": "openrouter,google/gemini-2.5-flash"
}

Key considerations:

You can check current pricing on OpenRouter’s website to compare exact costs, but DeepSeek models are typically 10-20x cheaper than GPT-4 level models while offering competitive performance.


Back Donate