Merge branch 'main' of github.com:charmbracelet/fur

Kujtim Hoxha created

Change summary

internal/providers/configs/anthropic.json  | 2 +-
internal/providers/configs/openrouter.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

internal/providers/configs/anthropic.json 🔗

@@ -15,7 +15,7 @@
       "cost_per_1m_in_cached": 18.75,
       "cost_per_1m_out_cached": 1.5,
       "context_window": 200000,
-      "default_max_tokens": 50000,
+      "default_max_tokens": 32000,
       "can_reason": true,
       "supports_attachments": true
     },

internal/providers/configs/openrouter.json 🔗

@@ -5,7 +5,7 @@
   "api_endpoint": "https://openrouter.ai/api/v1",
   "type": "openai",
   "default_large_model_id": "anthropic/claude-sonnet-4",
-  "default_small_model_id": "anthropic/claude-haiku-3.5",
+  "default_small_model_id": "anthropic/claude-3.5-haiku",
   "models": [
     {
       "id": "mistralai/mistral-small-3.2-24b-instruct:free",