Very detailed, nice! My issue is with max tokens since I wanted to use the API not for chatbot style application but for processing documents and apparently the max is 4096 which isn't nearly enough, and splitting into chunks is screwing up the processed result, compared to what I get from manually doing it through Claude. So sad....
totally.. :/ even so you can try to refine the chain of getting one partial output into the next input with proper instructions and concatenating everything in the end, not easy to do but with enough rails and treaks could works I would say :)
Hey man! Could you provide information on approximately how many prompts can be utilized with the $5 free credits? Additionally, is this offer available in all regions, or is it limited to specific areas?
As a reference, an image of 1000x1000px would take 1400 tokens, so 1000 image would cost 4 dollars. You can get more info in here: docs.anthropic.com/en/docs/build-with-claude/vision
Hi Vincent, I think whenever you create an account with an email, you already have the $5, but I'm not sure. Try with a new email, and check if this is also available in your country as maybe it's only available in certain regions. I hope you will be able to fix it :)
Thanks! when you deploy your app into the Streamlit Community Cloud, the .streamlit.app URL is available from anywhere in the internet, I have some other videos in my channel showing to do it. If you want to deploy it somewhere else you can do it either from your own server (which could be risky as you are opening it to the public internet) or you can also deploy it on AWS, Azure, GCP, Heroku and some other public clouds.
@@enricd thanks. for anthropic I get an error about billing "credit balance too low.." . I did create an account and succesfully claimed the $5. Is this not sufficient?
thank you so much for this video. I can tell claude will be important in the near future. Though I wanna ask, is there a way to make it send files and get back files? I'm currently working on a project using claude's api
the model itself from the api I would say it's not capable of storing files or keeping them, you have to manage such functionalities in a backend logic in any cloud or your own computer. Like doing a vector database for example and the RAG logic.
Thank you. Clear and straight to the point.
Very detailed, nice!
My issue is with max tokens since I wanted to use the API not for chatbot style application but for processing documents and apparently the max is 4096 which isn't nearly enough, and splitting into chunks is screwing up the processed result, compared to what I get from manually doing it through Claude. So sad....
totally.. :/ even so you can try to refine the chain of getting one partial output into the next input with proper instructions and concatenating everything in the end, not easy to do but with enough rails and treaks could works I would say :)
@@enricd hmmm maybe... Would take much API coat just trying to get a good result haha and I think it's not worth it for me at the moment.
Perfect ,great work always
Can you continue this where we can upload several PDFs for example to do RAG on them?
done :) ua-cam.com/video/abMwFViFFhI/v-deo.html
Hey man!
Could you provide information on approximately how many prompts can be utilized with the $5 free credits? Additionally, is this offer available in all regions, or is it limited to specific areas?
I mean Multimodal queries
As a reference, an image of 1000x1000px would take 1400 tokens, so 1000 image would cost 4 dollars. You can get more info in here: docs.anthropic.com/en/docs/build-with-claude/vision
Great video! can you add some tutorial where we can made the model's knowledge based on our own data?
done :) ua-cam.com/video/abMwFViFFhI/v-deo.html
Good Work!!
Nice Job, but unfortunatly i have an issue when i claim my 5$ ... the code I received didn't work and I can't receive a new one 😢
Hi Vincent, I think whenever you create an account with an email, you already have the $5, but I'm not sure. Try with a new email, and check if this is also available in your country as maybe it's only available in certain regions. I hope you will be able to fix it :)
i have the same problem. i verified my phone number and still couldn't claim it
@@maiseja9987 support.anthropic.com/en/articles/8994925-how-do-i-claim-my-free-credits this is what they say in their FAQs
@@enricdthat didn’t work for me and their support is unresponsive. My phone number is now registered, I cannot re register it, and no credit.
Excellent video👍 if u deploy at streamlit is the url publicly available? How to deploy from you're own server?
Thanks! when you deploy your app into the Streamlit Community Cloud, the .streamlit.app URL is available from anywhere in the internet, I have some other videos in my channel showing to do it. If you want to deploy it somewhere else you can do it either from your own server (which could be risky as you are opening it to the public internet) or you can also deploy it on AWS, Azure, GCP, Heroku and some other public clouds.
@@enricd thanks. for anthropic I get an error about billing "credit balance too low.." . I did create an account and succesfully claimed the $5. Is this not sufficient?
thank you so much for this video. I can tell claude will be important in the near future. Though I wanna ask, is there a way to make it send files and get back files? I'm currently working on a project using claude's api
the model itself from the api I would say it's not capable of storing files or keeping them, you have to manage such functionalities in a backend logic in any cloud or your own computer. Like doing a vector database for example and the RAG logic.
post Advanced Claude API course for developers...