Vue Storefront is now Alokai! Learn More
Available models

Available models

The table below shows a curated list of LLM models that you can use in your Alokai Compass actions. Use it to pick a model that fits your use case — trading off intelligence, cost, and speed depending on what your workflow needs.

How to use the table

Click a column header with rating values (e.g. IQ, Cost, Speed) to sort by that quality. Click a model name to expand it and see the individual versions available. Use the copy button next to a version to grab the exact string you'll pass to defineAction.


Once you've selected the model, pass its name from the Model column as the model option of defineAction in your code:

import { defineAction } from '@alokai/compass';

const myAction = defineAction({
  model: 'model-name', // ← name copied from the table below
  // ...
});