How can AI be used in Cherry Studio? It seems impossible.
How can AI be used in Cherry Studio? It seems impossible.

/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.






const 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?' }],
});{
"error": {
"message": "Not Found"
}
}curl https://gateway.ai.cloudflare.com/v1/{redacted}/{redacted}/workers-ai/@cf/huggingface/distilbert-sst-2-int8 \
--header 'Authorization: Bearer {redacted}' \
--header 'Content-Type: application/json' \
--data '{ "text": "Cloudflare docs are amazing!" }'{"success":false,"result":[],"messages":[],"error":[{"code":2009,"message":"Unauthorized"}]}"usage": {
"input_tokens": 0,
"cache_creation_input_tokens": 575,
"cache_read_input_tokens": 106910,
"cache_creation": {
"ephemeral_5m_input_tokens": 575,
"ephemeral_1h_input_tokens": 0
},
"output_tokens": 957,
"service_tier": "standard"
}