Hey everyone! I'm trying to automate some aspects of my fantasy football league using an API from our platform, which gives access to team lineups and matchups. I want to know if there's an AI model with a public API (preferably free, but I'm open to paying a little) that could help me analyze my current team and give recommendations on who to play, bench, or trade. Additionally, if anyone has alternative ideas on how to make use of the API data for this, I'd love to hear them. Any tips or insights would be greatly appreciated!
3 Answers
Honestly, I get the vibe that AI is overrated in this context. But if you're set on it, just be cautious about relying too much on automated suggestions.
Have you checked out Microsoft's offerings? They have some free AI models available. For easier integration, the Vercel AI SDK could be a good option, although it might not be free. If you're just testing, the costs for LLMs are generally quite low, so keep that in mind when you check their pricing.
It sounds like you’re looking for something budget-friendly, right? Keep in mind that finding an AI model with free data and inference might be tough. You could start by exploring options like running a local LLM using Ollama, which allows you to expose your data effectively. Just a heads up, wrapping an API without good setup might not give you the results you want. Let me know if you want to dive deeper into that!

Thanks for the suggestion! I might need to chat more about setting that up since it’s a bit new for me.