Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod bedrock; 2pub mod cloud; 3pub mod deepseek; 4pub mod google; 5pub mod lmstudio; 6pub mod mistral; 7pub mod ollama; 8pub mod open_ai; 9pub mod open_ai_compatible; 10pub mod vercel; 11pub mod x_ai;