FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index latest AI news Claude with more models
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Claude with more models
Posted: Thu Mar 19, 2026 09:05 PM

notepad %USERPROFILE%\.claude\settings.json

{
  "autoUpdatesChannel": "latest"
}

Go to https://openrouter.ai/ and get an API key

notepad %USERPROFILE%\.claude\settings.json with the extra models that you want to use:

{
  "autoUpdatesChannel": "latest",
  "primaryModel": "openrouter-deepseek",
  "apiConfigs": {
    "openrouter-deepseek": {
      "baseURL": "https://openrouter.ai/api/v1",
      "apiKey": "TU_API_KEY_AQUI",
      "model": "deepseek/deepseek-v4:free"
    },
    "openrouter-minimax": {
      "baseURL": "https://openrouter.ai/api/v1",
      "apiKey": "TU_API_KEY_AQUI",
      "model": "minimax/minimax-m2.5:free"
    },
    "openrouter-mimo": {
      "baseURL": "https://openrouter.ai/api/v1",
      "apiKey": "TU_API_KEY_AQUI",
      "model": "xiaomi/mimo-v2-flash:free"
    },
    "openrouter-qwen": {
      "baseURL": "https://openrouter.ai/api/v1",
      "apiKey": "TU_API_KEY_AQUI",
      "model": "qwen/qwen-3-coder-32b:free"
    },
    "openrouter-r1": {
      "baseURL": "https://openrouter.ai/api/v1",
      "apiKey": "TU_API_KEY_AQUI",
      "model": "deepseek/deepseek-r1:free"
    }
  }
}
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Claude with more models
Posted: Sat Mar 21, 2026 05:14 AM

.claude

settings.json

{
  "env": {
    "ANTHROPIC_BASE_URL": "https://openrouter.ai/api",
    "ANTHROPIC_AUTH_TOKEN": "TU_API_KEY",
    "ANTHROPIC_API_KEY": "",
    "ANTHROPIC_MODEL": "openrouter/free"
  }
}
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion