There was an error while loading. Please reload this page.
1 parent 848aa3f commit e239c83Copy full SHA for e239c83
1 file changed
cecli/website/docs/index.md
@@ -13,16 +13,17 @@ uv pip install cecli-dev
13
14
# Change directory into your codebase
15
cd /to/your/project
16
-# Claude 4.5 Sonnet
+
17
+# Claude 5 Sonnet
18
cecli --model claude-sonnet-5 --api-key anthropic=<key>
19
-# Gemini 3
20
+# Gemini 3.5 Flash
21
cecli --model gemini/gemini-3.5-flash-preview --api-key gemini=<key>
22
-# GPT-5.2
23
-cecli --model openai/gpt-5.5-terra --api-key openai=<key>
+# GPT-5.6 Luna
24
+cecli --model openai/gpt-5.6-luna --api-key openai=<key>
25
-# DeepSeek Chat
26
+# DeepSeek V4 Flash
27
cecli --model deepseek/deepseek-v4-flash --api-key deepseek=<key>
28
```
29
0 commit comments