curl --request PUT \
--url https://api.wacht.dev/ai/settings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"strong_llm_provider": "gemini",
"weak_llm_provider": "gemini",
"gemini_api_key": "<string>",
"openrouter_api_key": "<string>",
"openrouter_require_parameters": true,
"openai_api_key": "<string>",
"anthropic_api_key": "<string>",
"strong_model": "<string>",
"weak_model": "<string>",
"storage": {
"provider": "s3",
"bucket": "<string>",
"region": "<string>",
"endpoint": "<string>",
"root_prefix": "<string>",
"force_path_style": true,
"access_key_id": "<string>",
"secret_access_key": "<string>"
}
}
'