Adding a Hugging Face model in a mobile app

Hi, I am very new to HuggingFace.

I have a small project in mind for a mobile app that I am making in Flutter.

At the moment I used HuggingFace to add a model (facebook/blenderbot-400M-distill · Hugging Face) to my app using the Inference API. And everything is working fine.

I would also like to add this other model to my app: PygmalionAI/pygmalion-1.3b · Hugging Face but I saw that Inference API has been turned off for this model.

Would anyone be able to tell me if it is possible to implement it in another way? And if so, give me some advice on how to do it and where to start figuring it out?

I hope someone can help me. Thank you. :innocent:

I had the same problem just convert Curl Inference API code to dart theres a website for that.