List of available AI models

Hi,

it would be great to publish a simple, but maintained list of available AI models (so that there would be no need to check manually within the ASK AI, Generate Image and similar nodes).

So from a workflow operator point of view it could get easier to spot a deprecated model and/or to react to new models. And eg. I have workflows where the model is also an input selected on another user interface (so i could automate that availability).

I would simply think of a list about model, maybe provider, tier, that’s it :slight_smile: (text or tabular format..)

Hey @lacikiszely_AbilityMatrix – Is this something you were looking for :smiley:

Yes, that would be good as a start - I would prefer a more simple list (or a simpler table), so would not need to read a longer text (or I could automate it to get checked against my database).

But some of the models seem to be not available (eg. Kimi or Mistral, I have not checked all others). I also asked Gummie:

”Based on my search, there are no dedicated Kimi or Mistral nodes available on Gumloop. Here’s the full picture:


:magnifying_glass_tilted_left: What’s Available Instead

Gumloop’s AI nodes (like Ask AI, Agent, Extract Data, etc.) are powered by Gumloop’s built-in model selection, which typically includes providers like OpenAI, Anthropic, and Google. Neither Kimi (Moonshot AI) nor Mistral appear to be natively supported model options.


:hammer_and_wrench: Workarounds

If you need to use Mistral or Kimi models, here are a couple of options:

  1. Custom Node with API calls (requires Build mode)

    • You can build a Custom Node that calls the Mistral or Kimi API directly using their REST endpoints.

    • API keys would be stored as environment variables (not hardcoded).

  2. Check the Ask AI / Agent node models

    • It’s worth opening the Ask AI or Agent node in your flow and checking the model dropdown — the available model list may have expanded and could include Mistral models.

Would you like help building a custom node to call Mistral or Kimi’s API? Or is there anything else I can help with? :blush: