Skip to content

Supported Models

๐Ÿš€ Janito is optimized and tested for the default model: openai/gpt-4.1. ๐Ÿงช Testing and feedback for other models is welcome!

๐ŸŒ Providers

  • ๐Ÿงฉ Bring your own model using the OpenAI-compatible API!

  • ๐ŸŸข OpenRouter (default)

  • ๐ŸŸฆ OpenAI (api.openai.com)
  • ๐ŸŸช Azure OpenAI

๐Ÿค– Model Types

Janito is compatible with most OpenAI-compatible chat models, including but not limited to:

  • openai/gpt-4.1 (default)
  • Any model available via OpenRouter (Anthropic, Google, Mistral, etc.)
  • Azure-hosted OpenAI models (with correct deployment name)

๐Ÿ› ๏ธ How to Select a Model

  • Use the --model CLI option to specify the model for a session: janito "Prompt here" --model openai/gpt-4.1
  • Configure your API key and endpoint in the configuration file or via CLI options.

โ„น๏ธ Notes

  • Some advanced features (like tool calling) require models that support OpenAI function calling.
  • Model availability and pricing depend on your provider and API key.
  • For the latest list of supported models, see your providerโ€™s documentation or the OpenRouter models page.