Hacker News new | ask | show | jobs
by rderewianko 567 days ago
I'm confused, the FAQ says all you provide is a platform, you don't actually provide access to the models

so you're a "api layer" between the models, so in theory a company can switch out what model they use without retooling by using you?

1 comments

That's right, we don't provide model access, models are accessed from providers (OpenAI/ Microsoft, Anthropic/Bedrock/Vertext-AI etc).

In the background, yes, its an "api layer" between the models as you said. One advantage is switching models in the API, and the good part is, it comes in with a chatbot infrastructure, like a backend to save chats and a front-end to interact etc.

In simple words, a ChatGPT like app will be readily available for you along with unified API call for models.