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


code_interpreter tool to make some of this even easier.
mip_opt_out=true affect the unit pricing stated on the cf api page? (when using deepgram directly that significantly increases the price)
@hf/nousresearch/hermes-2-pro-mistral-7b@cf/meta/llama-3.3-70b-instruct-fp8-fast, @cf/mistralai/mistral-small-3.1-24b-instruct, @cf/meta/llama-4-scout-17b-16e-instruct) can use function calling at all (the reply is always text).
export default {
async fetch(request, env, ctx): Promise<Response> {
const resp = await env.AI.run("@cf/deepgram/aura-1", {}, {
websocket: true
});
return resp;
},
} satisfies ExportedHandler<Env>;
{
"errors": [
{
"message": "AiError: AiError: Invalid input",
"code": 8001
}
],
"success": false,
"result": {},
"messages": []
}tools: [
{
type: “function”,
function: {
name: "getWeather",
description: "Return the weather for a latitude and longitude",
parameters: {
// ....
},
},
}],