Vlad Unfortunately still not working for me (asia-southeast1)
Below I tested it without engine parameter, engine=xxx, engine=agnes, and engine=muriel
% curl -H 'Authorization: Bot $TOKEN' https://kagi.com/api/v0/summarize?url=https://www.rfc-editor.org/rfc/rfc9405.txt
{"meta":{"id":"cd5cec40-c75a-45c1-90a1-0a2ae18fe65e","node":"asia-southeast1","ms":0},"data":{"output":"This RFC proposes a framework for training AI systems to detect sarcasm in text to improve their understanding of human communication. The framework involves collecting a dataset of sarcastic and non-sarcastic language samples to train machine learning algorithms. The algorithms analyze linguistic patterns and contextual cues to classify text as sarcastic or not. However, detecting sarcasm also raises security concerns like adversarial attacks and privacy risks that must be addressed. Overall, the ability to detect sarcasm could improve AI systems but must be implemented responsibly.","tokens":0}}%
%
% curl -H 'Authorization: Bot $TOKEN' https://kagi.com/api/v0/summarize?engine=xxx&url=https://www.rfc-editor.org/rfc/rfc9405.txt
{"meta":{"id":"66fe1808-0d41-4776-94df-f059f6f8c0d8","node":"asia-southeast1","ms":0},"data":null,"error":[{"code":1,"msg":"Parameter engine must be one of \"agnes\", \"daphne\", \"muriel\" or \"cecil\"","ref":null}]}%
%
% curl -H 'Authorization: Bot $TOKEN' https://kagi.com/api/v0/summarize?engine=agnes&url=https://www.rfc-editor.org/rfc/rfc9405.txt
{"meta":{"id":"7e017b6f-5739-437f-b7b1-8d9baef4e527","node":"asia-southeast1","ms":8},"data":{"output":null,"tokens":0},"error":[{"code":200,"msg":"Sorry, a problem occurred while processing your request. Please try again later.","ref":null}]}%
%
% curl -H 'Authorization: Bot $TOKEN' https://kagi.com/api/v0/summarize?engine=muriel&url=https://www.rfc-editor.org/rfc/rfc9405.txt
{"meta":{"id":"70c2a349-133c-4b96-84c6-ba7c9cde4ec8","node":"asia-southeast1","ms":5},"data":{"output":null,"tokens":0},"error":[{"code":200,"msg":"Sorry, a problem occurred while processing your request. Please try again later.","ref":null}]}%
%