Desktop IDEs
PearAI
Last updated March 3, 2026
Using Cencori with PearAI for unified model routing.
PearAI (trypear.ai) is an Open Source fork of VS Code that focuses on "Model Routing"—automatically picking the best model for the task.
The "Double Router" Pattern
PearAI routes on the Client (Choosing the model). Cencori routes on the Server (Choosing the provider).
This is a powerful combination:
- PearAI decides: "I need a Reasoning model for this complex refactor." -> Selects
deepseek-reasoner. - Cencori receives the request for
deepseek-reasoner. - Cencori routes it: "DeepSeek API is down, failing over to
fireworks-ai/deepseek-v3."
You get the smart UX of PearAI with the reliability/failover of Cencori.
Setup
In PearAI settings:
- Look for "OpenAI Compatible Endpoint".
- Base URL:
https://cencori.com/v1 - API Key:
csk_...