I'm trying to add the hew Hiaku 4.5 model to the config.json file. I'm using the API model name and same syntax as my other Claude models, but I'm gettingThe following error when I try to use it in Droid:
Error: 400 unknown provider for model claude-haiku-4-5-20251001
Here's the JSON:
{
"model_display_name": "CC: Haiku 4.5",
"model": "claude-haiku-4-5-20251001",
"base_url": "http://localhost:8317",
"api_key": "dummy-not-used",
"provider": "anthropic"
}