?crossposting also this is a better fit for Workers AI, the NSFW detector isn't related to AI Gatewa
?crossposting also this is a better fit for Workers AI, the NSFW detector isn't related to AI Gateway.
7000) Error: The requested Durable Object is temporarily disabled, please contact us for details7002: Not Found on Patch Gateway Log. But going into the ai gateway dashboard and I can find the exact log from the url

/anthropic/v1/messagesasn and ip to the metadata key I cannot actually negatively filter themMetadata Value <does not equal> Some IP then it negatively matches all the ASNs because they do not have the value of the IPchat/completions, responses and configured the URL endpoint using this pattern https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/groq , as well as the OpenAI compat approach but both don't work.



7000Error: The requested Durable Object is temporarily disabled, please contact us for details7002: Not FoundPatch Gateway Log/anthropic/v1/messagesasnipmetadataMetadata ValueSome IP{
"error": {
"message": "Not Found"
}
}chat/completionsresponsesconst client = new OpenAI({
apiKey: apiKey,
baseURL: 'https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/compat',
defaultHeaders: {
'cf-aig-authorization': `Bearer ${apiKey}`,
},
});
const response = await client.chat.completions.create({
model: 'cerebras/gpt-oss-120b',
messages: [{ role: 'user', content: 'What is cloudflare?' }],
});