Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Huggingface Models not accessible when using SELECT AI

Sylvester Jayaraj5 days ago — edited 5 days ago

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

Comments
Post Details
Added 5 days ago
0 comments
51 views