How do the experts solve the issue of configuring the claude code router's config.json? I am using the openrouter API, but I encountered an API Error: 404 {"error":{"message":"Error from provider: {"error":{"message":"No endpoints found that support cache control","code":404}}}","type":"api_error","code":"provider_response_error"}}. Is this a problem with my configuration? I would appreciate any answers.
{
"LOG": false,
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"OPENAI_MODEL": "",
"Providers": [
{
"name": "openrouter",
"api_base_url": "https://openrouter.ai/api/v1/chat/completions",
"api_key": "sk-or-v1-..",
"models": [
"z-ai/glm-4.5-air:free"
],
"transformer": {
"use": [
]
}
}
],
"Router": {
"default": "openrouter,z-ai/glm-4.5-air:free"
}
}
{
"LOG": false,
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"OPENAI_MODEL": "",
"Providers": [
{
"name": "openrouter",
"api_base_url": "https://openrouter.ai/api/v1/chat/completions",
"api_key": "sk-or-v1-..",
"models": [
"z-ai/glm-4.5-air:free"
],
"transformer": {
"use": [
]
}
}
],
"Router": {
"default": "openrouter,z-ai/glm-4.5-air:free"
}
}