Within AgentKit, models are adapters that wrap a given provider (ex. OpenAI, Anthropic)‘s specific model version (ex. gpt-3.5).

Each Agent can each select their own model to use and a Network can select a default model.

import { openai, anthropic, gemini } from '@inngest/agent-kit';

How to use a model

List of supported models

For a full list of supported models, you can always check the models directory here.

Contribution

Is there a model that you’d like to see included in AgentKit? Open an issue, create a pull request, or chat with the team on Discord in the #ai channel.

Contribute on GitHub

Fork, clone, and open a pull request.