deepset-ai / haystack-integrations

🚀 A list of Haystack Integrations, maintained by the community or deepset.
42 stars 52 forks source link

Create MonsterAPI integration as a model provider #237

Closed doreilly257 closed 2 weeks ago

doreilly257 commented 1 month ago

There is not a github user/repo but they have the Python library and REST API/docs for integration.

anakin87 commented 2 weeks ago

Hey!

This repository lists existing Haystack integrations (to be shown on this page). PRs can be created to promote/showcase existing integrations. So I will close this PR.

If you wish to develop an integration for MonsterAPI, please open a new PR linking to your package. Alternatively, if there is strong demand, we may consider developing this integration ourselves.

In the meantime, MonsterAPI appears to expose OpenAI-compatible endpoints, so you might be able to use it with Haystack by utilizing the OpenAI Generator and OpenAI Chat Generator (though I could be mistaken).