launched vectorize to prod today it works great
launched vectorize to prod today it works great
Workers AI: 9003: unknown internal error for exampleWorkers AI: WORKERS AI: Operation timed out after 40000 msNotes on input format
Smart Turn takes 16kHz PCM audio as input. Up to 8 seconds of audio is supported, and we recommend providing the full audio of the user's current turn.
The model is designed to be used in conjunction with a lightweight VAD model such as Silero. Once the VAD model detects silence, run Smart Turn on the entire recording of the user's turn, truncating from the beginning to shorten the audio to around 8 seconds if necessary.
If additional speech is detected from the user before Smart Turn has finished executing, re-run Smart Turn on the entire turn recording, including the new audio, rather than just the new segment. Smart Turn works best when given sufficient context, and is not designed to run on very short audio segments.
Note that audio from previous turns does not need to be included.

AI models can run in a variety of inference engines or backends: vLLM, Python, and now our very own inference engine, Infire.
error executing callback "..." Error: Attempting to read .name on ScheduleJobAgent before it was set. The name can be set by explicitly calling .setName(name) on the stub, or by using routePartyKitRequest(). This is a known issue and will be fixed soon. Follow https://github.com/cloudflare/workerd/issues/2240 for more updates. I put setName everywhere in the codebase to fix it but no success. do u have any idea to temporary resolve it until major updates come?payload and I could resolve the error. although the error resolved and no more exceptions were thrown but when I was checking status of the batch job it was showing invalid parameters. so I decided to suspend my works around the batch processing until stable version of that is announced.const response = args.env.AI.run(
'@cf/openai/gpt-oss-120b' as any,
{
requests: [input],
},
{ queueRequest: true, gateway: { id: GATEWAY_ID } }
);input of type Array worked but I wasn't able to run it when input was of type string (openai compatible JSON format)gpt-oss-20bf55b85c8a963663b11036975203c63c0
Daily usage (resets at 00:00 UTC) - Neurons used today: 32.48k/10k
You have exceeded the Neuron limit of 10,000 for this today. Upgrade your plan
Workers AI: 9003: unknown internal errorWorkers AI: WORKERS AI: Operation timed out after 40000 mserror executing callback "..." Error: Attempting to read .name on ScheduleJobAgent before it was set. The name can be set by explicitly calling .setName(name) on the stub, or by using routePartyKitRequest(). This is a known issue and will be fixed soon. Follow https://github.com/cloudflare/workerd/issues/2240 for more updates.invalid parametersconst response = args.env.AI.run(
'@cf/openai/gpt-oss-120b' as any,
{
requests: [input],
},
{ queueRequest: true, gateway: { id: GATEWAY_ID } }
);Arraygpt-oss-20bAiError: AiError: EngineCore encountered an issue. See stack trace (above) for the root cause. (50d9f590-dc24-4cf3-92b4-313011575443)f55b85c8a963663b11036975203c63c0