Skip to content

Commit e239c83

Browse files
author
Your Name
committed
Fix model comments on docs
1 parent 848aa3f commit e239c83

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

cecli/website/docs/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ uv pip install cecli-dev
1313

1414
# Change directory into your codebase
1515
cd /to/your/project
16-
# Claude 4.5 Sonnet
16+
17+
# Claude 5 Sonnet
1718
cecli --model claude-sonnet-5 --api-key anthropic=<key>
1819

19-
# Gemini 3
20+
# Gemini 3.5 Flash
2021
cecli --model gemini/gemini-3.5-flash-preview --api-key gemini=<key>
2122

22-
# GPT-5.2
23-
cecli --model openai/gpt-5.5-terra --api-key openai=<key>
23+
# GPT-5.6 Luna
24+
cecli --model openai/gpt-5.6-luna --api-key openai=<key>
2425

25-
# DeepSeek Chat
26+
# DeepSeek V4 Flash
2627
cecli --model deepseek/deepseek-v4-flash --api-key deepseek=<key>
2728
```
2829

0 commit comments

Comments
 (0)