This repository contains JSON configuration files for connecting BBEdit AI Worksheets to various AI models and services.
BBEdit 15.1+ includes an AI Worksheet feature that can connect to different AI services. These configuration files make it easy to set up connections to:
- Claude Extra - Anthropic's high-performance language models
- Grok AI - xAI's text and vision models including web search
- Ollama - Locally-run open source language models
- Venice AI - Privacy focused large language models
- In BBEdit, choose "Application Support" from the Folders submenu of the BBEdit application menu
- Create a new folder named "Chat API Descriptions" if it doesn't exist already
- Copy the JSON files from this repository into that folder
- Restart BBEdit or create a new AI worksheet to see the new AI models
- Configures multiple Claude models from Anthropic including:
- claude-3-7-sonnet-20250219 (Claude 3.7 Sonnet)
- claude-sonnet-4-20250514 (Claude Sonnet 4)
- claude-opus-4-20250514 (Claude Opus 4)
- Requires an API key from Anthropic (https://console.anthropic.com/)
- Sets optimal parameters including max_tokens and the correct API version
- Configures xAI's Grok models including:
- grok-4-0709",
- grok-2-vision-1212",
- grok-3",
- grok-3-mini",
- grok-3-fast",
- grok-3-mini-fast"
- Requires an API key from xAI (https://console.xai.com/)
- Configures connection to locally-running Ollama models
- Includes configurations for:
- gemma3:27b
- llama3.2:latest
- deepseek-r1:latest
- devstral
- No API key required, but you need to have Ollama installed and running with these models
- Configures xAI's Grok models including:
- venice-uncensored (text)
- qwen-2.5-qwq-32b
- qwen3-4b
- mistral-31-24b
- qwen3-235b
- llama-3.2-3b
- llama-3.3-70b
- llama-3.1-405b
- dolphin-2.9.2-qwen2-72b
- qwen-2.5-vl
- qwen-2.5-coder-32b
- deepseek-r1-671b
- deepseek-coder-v2-lite
- Requires an API key from xAI (https://venice.ai/settings/api)
- BBEdit 15.5.1 or later
- API keys for Claude, Venice Grok (if using those services)
- Ollama installed locally (if using Ollama models)
- API keys need to be entered in BBEdit's settings for each service
- For Ollama, ensure the server is running at http://localhost:11434
- Changes to these files take effect the next time you create a new AI worksheet
You can modify these files or create new ones following the same structure to add support for additional AI models and services.