SynapseX provides access to the world’s leading AI models through a unified API
endpoint. All models are available via the SynapseX inference platform — no need
to manage multiple API keys or provider accounts.Switch between models instantly in the VS Code Agent or configure your preferred
default model in the CLI.
Best for: Complex reasoning, architecture design, code reviewAnthropic’s flagship model for enterprise coding. Exceptional at multi-step
reasoning and understanding large codebases.Model ID: claude-sonnet-4-5
GPT-4o
Best for: Rapid code generation, multimodal tasksOpenAI’s flagship model with vision capabilities. Excellent for UI generation
from screenshots and fast iteration.Model ID: gpt-4o
Gemini 2.5 Pro
Best for: Long context, entire-codebase analysisGoogle’s frontier model with the largest context window. Ideal for
analyzing large repositories or long documents.Model ID: gemini-2.5-pro
DeepSeek R1
Best for: Mathematical reasoning, algorithm designState-of-the-art open-source model with chain-of-thought reasoning.
Cost-effective for compute-intensive tasks.Model ID: deepseek-r1
# Create an agent with a specific modelsynapsex agent create repo-analyzer --model gpt-4o# Invoke that agentsynapsex agent invoke repo-analyzer "Analyze this repository"