I am a Spring Boot developer and a JavaScript developer. Right now, I am working on a practice project using AI models. I want to use a free AI model.
In JavaScript, I used a free ChatGPT package to work on my AI model practice project, and it gave instant responses. But in Spring Boot, I am trying to use AI models like Ollama, DeepSeek, or Mistral. The problem is that whenever I send a request, it takes a lot of time to get a response because these models are heavy.
I need fast responses, just like with GPT. Is there any free model for Spring Boot that can provide quick responses, similar to JavaScript?
Can someone help me with this? Thank you.