Someone knows how to get my Cloudflare Account ID?

Someone knows how to get my Cloudflare Account ID?
17 Replies
rob
rob•15mo ago
Cloudflare Docs
Find zone and account IDs · Cloudflare Fundamentals docs
Once you set up a new account and add your domain to Cloudflare, you may need access to your zone and account IDs for API operations.
Erik Giovani
Erik GiovaniOP•15mo ago
Thanks a lot @rob 👋
rob
rob•15mo ago
np
miko1383
miko1383•15mo ago
Hi michelle, just checking in again to see if more parameters are being added soon? Still don't see a way to specify size for the SD v1.5 inpainting model
jimjam
jimjam•15mo ago
^ would like to know if more parameters can also be added to SDXL version
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
Mrinank
Mrinank•15mo ago
Is it having more than 6144 characters?
Unknown User
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
Avocadio
Avocadio•15mo ago
thxxx
RS
RS•15mo ago
How to use negative prompt in text-to-image models?
Erik Giovani
Erik GiovaniOP•15mo ago
Hello, the model llama-2-7b-chat-fp16 started to give me out of nowhere an error 500, I have already verified that the rate limit has not been exceeded and that the api toke is still working.
Erik Giovani
Erik GiovaniOP•15mo ago
If I use the AI workers I get a different error, it tells me I have used up their free daily allotment of 10,000 neurons, but that is wrong.
No description
James
James•15mo ago
Do you get any specific error with the 500? Can you share a way to reproduce this? If I just send to https://api.cloudflare.com/client/v4/accounts/xxx/ai/run/@cf/meta/llama-2-7b-chat-fp16 with:
{
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}
{
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}
everything works just fine for me.
Erik Giovani
Erik GiovaniOP•15mo ago
This:
{
"errors": [
{
"message": "InferenceUpstreamError: InferenceUpstreamError: ERROR 3036: you have used up your daily free allocation of 10,000 neurons, please upgrade to Cloudflare's Workers Paid plan if you would like to continue usage.",
"code": 1000
}
],
"success": false,
"result": {},
"messages": []
}
{
"errors": [
{
"message": "InferenceUpstreamError: InferenceUpstreamError: ERROR 3036: you have used up your daily free allocation of 10,000 neurons, please upgrade to Cloudflare's Workers Paid plan if you would like to continue usage.",
"code": 1000
}
],
"success": false,
"result": {},
"messages": []
}
James
James•15mo ago
Honestly I'm quite confused. Your dashboard screenshot shows you've used 7k, so nowhere near 10k. But then your dashboard also shows you get 100k free, whereas the error message suggests only 10k. This is probably a @michelle question
Erik Giovani
Erik GiovaniOP•15mo ago
Yes, is strange
James
James•15mo ago
If I were to guess, the limit is 10k, and analytics are just delayed. But that 100k on the dash is weird.

Did you find this page helpful?