I am trying to build a Natural Language to SQL application with the help of SELECT AI using models from huggingface but I run into an error that says :
ORA-20403: Authorization failed for URI - bearer://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Llama-8B/v1/chat/completions
ORA-06512: in "C##CLOUD$SERVICE.DBMS_CLOUD", Zeile 2100
ORA-06512: in "C##CLOUD$SERVICE.DBMS_CLOUD_AI", Zeile 10811
ORA-06512: in Zeile
The same error is shows for models such as phi-4 , llama 2 Etc.
The only model that has worked so far is mistralai/Mixtral-8x7B-Instruct-v0.1
Need further suggestions on this