


{"errors":[{"code":7000,"message":"No route for that URI"}]} and {"code":2002,"message":"Internal server error"}



code_interpreter tool to make some of this even easier.
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>;