@ThrottleMicrosoft Phi-4 模型 中发帖

使用 Hugging Face 运行的 phi-4 模型,使用下来效果中等,提供给大家短暂测试使用,预计在 11 号凌晨终止服务 
大佬们请勿压测,给更多人一个体验的机会!
接口:https://jhoaxhv8thycgyh0.us-east-1.aws.endpoints.huggingface.cloud/v1/chat/completions
API Key:
使用示例如下,兼容 OpenAI 格式,需要注意 model 为 tgi
curl --location 'https://jhoaxhv8thycgyh0.us-east-1.aws.endpoints.huggingface.cloud/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorizatio...