Continue is an open-source AI code assistant for VS Code and JetBrains. It supports custom OpenAI-compatible endpoints, making it easy to plug into MeshTok for autocomplete, chat, and edit.
Connect Continue to MeshTok. Key setting: apiBase in config.json
{
"models": [{
"title": "MeshTok DeepSeek",
"provider": "openai",
"model": "deepseek/deepseek-v4-pro",
"apiKey": "sk-your-MeshTok-key",
"apiBase": "https://meshtok.com/v1"
}]
} These models work well with Continue. All available through one MeshTok API key.