given its currently AI week at cloudflare and with the timing of those releases, I'd wait for today'
given its currently AI week at cloudflare and with the timing of those releases, I'd wait for today's announcements for more info there

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: {
// ....
},
},
}],{"httpCode":400,"internalCode":8001,"message":"AiError: AiError: Invalid input (95e650b5-30fd-461e-a800-95d18c5295ef)","name":"AiError","skipSentry":true,"description":"Invalid input"}