Hacker News new | ask | show | jobs
by atilla_bilgic 602 days ago
If you will be training a model for a specific purpose you should definitely be using an architecture fit for the purpose. But if you would like to experiment with the most recently released models you can go to https://chatllm.abacus.ai/JBDrthHYkz (Disclaimer: it is a referral link) and create an account for 10$/month without worrying about the number of tokens you will use. Or for the pay-per-use model, you can check out https://openrouter.ai/models for the really rich catalog of models available.
1 comments

Thanks for the resources I’ll check them out, my purpose behind this is actually I want to build an app, which requires to call a LLM to serve the features I want to add, so I thought either build my own http api wrapper around an LLM, or just use the OpenAI api.. it depends on what’s cheapest in the end. And I’m not planning to train any models, just running existing open source models through a cloud provider.