Too many AI models to choose from?

Every provider ships its own lineup of models, and new ones show up faster than most people can track. If you're building something and don't have a strong preference, or you just want to try a model you haven't used before, picking one from a long list is its own small chore.

Tool description

This tool fetches the list of available models from any OpenAI compatible /v1/models endpoint and picks one at random. It comes pointed at the Vercel AI Gateway model list by default, but you can point it at any compatible endpoint to pull from a different provider's catalog.

Features

  • Works with any OpenAI compatible models endpoint, not just one provider
  • One click refresh to pull the latest model list
  • Shows both the display name and the raw model ID, ready to copy into code

Tips

  • If the endpoint requires authentication, this tool won't be able to reach it. It only works with publicly accessible model lists.
  • Refresh the list before generating if you suspect a provider added or removed models recently.