All limits reset daily at 00:00 UTC https://developers.cloudflare.com/workers-ai/platform/pricing/
Cloudflare Docs
Workers AI will begin billing for usage on non-beta models after April 1, 2024.

?task=c329a1f9-323d-4e91-b2aa-582dd4188d34 and ?task=Text%20Generation, both of them returned error.


@hf/thebloke won't generate a response if max_tokens is set to 597 or higher. (Fails with "3025: Unknown internal error".)runWithTools syntax change?runWithTools I get Error in runWithTools: Error in runAndProcessToolCall: Bad input: must have required property 'prompt', must have required property 'name', must have required property 'description', must have required property 'parameters', must have required property 'type', must have required property 'properties', must match exactly one schema in oneOf, must match exactly one schema in oneOf,@cf/qwen/qwen1.5-14b-chat-awqError in runWithTools: Error in runAndProcessToolCall: , making me think that maybe the "Bad input" part was a response from the apiparameters: {} I got past the error by changing it to parameters: { type: "object", properties: {} }.
?task=c329a1f9-323d-4e91-b2aa-582dd4188d34?task=Text%20Generation@hf/theblokerunWithToolsrunWithToolsError in runWithTools: Error in runAndProcessToolCall: Bad input: must have required property 'prompt', must have required property 'name', must have required property 'description', must have required property 'parameters', must have required property 'type', must have required property 'properties', must match exactly one schema in oneOf, must match exactly one schema in oneOf,@cf/qwen/qwen1.5-14b-chat-awqError in runWithTools: Error in runAndProcessToolCall: parameters: {}parameters: { type: "object", properties: {} }{
"errors":[
{
"message":"Server Error",
"code":1000
}
],
"success":false,
"result":{},
"messages":[]
}