Speed Issue

curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID+}/ai/run/@cf/meta/llama-3.1-8b-instruct \
  -H 'Authorization: Bearer {API_TOKEN}' \
  -d '{ "prompt": "Where did the phrase Hello World come from" }'


Is it normal for this request to take over 10 seconds to process?
I'm trying to make a simple chatbot AI, however the worker is extremely slow, is it normally like this or am i doing something wrong?
image.png
Was this page helpful?