@@ -173,22 +173,22 @@ working-dir/
173173
174174The ` Models ` object provides constants for supported AI models:
175175
176- | Constant | Model ID |
177- | --------------------------------| ----------------------------------- |
178- | ` Models.CLAUDE_OPUS_4_6 ` | ` claude-opus-4-6 ` |
179- | ` Models.CLAUDE_OPUS_4_5 ` | ` claude-opus-4-5 ` |
180- | ` Models.CLAUDE_SONNET_4_6 ` | ` claude-sonnet-4-6 ` |
181- | ` Models.CLAUDE_SONNET_4_5 ` | ` claude-sonnet-4-5 ` |
182- | ` Models.CLAUDE_HAIKU_4_5 ` | ` claude-haiku-4-5 ` |
183- | ` Models.GPT_4 ` | ` gpt-4 ` |
184- | ` Models.GPT_4_TURBO ` | ` gpt-4-turbo ` |
185- | ` Models.GPT_4O ` | ` gpt-4o ` |
186- | ` Models.GEMINI_3_1_FLASH_LITE ` | ` gemini-3.1-flash-lite-preview ` |
187- | ` Models.GEMINI_3_1_PRO ` | ` gemini-3.1-pro-preview ` |
188- | ` Models.GEMINI_2_5_FLASH ` | ` gemini-2.5-flash ` |
189- | ` Models.GEMINI_2_5_PRO ` | ` gemini-2.5-pro ` |
190- | ` Models.DEEPSEEK_CHAT ` | ` deepseek-chat ` |
191- | ` Models.DEEPSEEK_CODER ` | ` deepseek-coder ` |
176+ | Constant | Model ID |
177+ | --------------------------------| --------------------------|
178+ | ` Models.CLAUDE_OPUS_4_6 ` | ` claude-opus-4-6 ` |
179+ | ` Models.CLAUDE_OPUS_4_5 ` | ` claude-opus-4-5 ` |
180+ | ` Models.CLAUDE_SONNET_4_6 ` | ` claude-sonnet-4-6 ` |
181+ | ` Models.CLAUDE_SONNET_4_5 ` | ` claude-sonnet-4-5 ` |
182+ | ` Models.CLAUDE_HAIKU_4_5 ` | ` claude-haiku-4-5 ` |
183+ | ` Models.GPT_4 ` | ` gpt-4 ` |
184+ | ` Models.GPT_4_TURBO ` | ` gpt-4-turbo ` |
185+ | ` Models.GPT_4O ` | ` gpt-4o ` |
186+ | ` Models.GEMINI_3_1_FLASH_LITE ` | ` gemini-3.1-flash-lite ` |
187+ | ` Models.GEMINI_3_1_PRO ` | ` gemini-3.1-pro-preview ` |
188+ | ` Models.GEMINI_2_5_FLASH ` | ` gemini-2.5-flash ` |
189+ | ` Models.GEMINI_2_5_PRO ` | ` gemini-2.5-pro ` |
190+ | ` Models.DEEPSEEK_CHAT ` | ` deepseek-chat ` |
191+ | ` Models.DEEPSEEK_CODER ` | ` deepseek-coder ` |
192192
193193## Documentation
194194
0 commit comments