You can add both supported providers directly into AgentMark Cloud via our CLI.

Pulling Models

To add existing models to your project, use the pull-models command:

npx @agentmark/cli@latest pull-models

This interactive command will:

  1. Show you available providers (like OpenAI, Anthropic)
  2. Let you select which models you want to use
  3. Add the appropriate models to your agentmark.json file under builtInModels
You’ll still need to register your models with your framework of choice in order to use them in your application.