Spaces:
Paused
Paused
File size: 843 Bytes
d613519 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Available Models
## Claude Models
| Model ID | Description |
| ---------------------------- | ---------------------------------------- |
| `claude-sonnet-4-6-thinking` | Claude Sonnet 4.6 with extended thinking |
| `claude-opus-4-6-thinking` | Claude Opus 4.6 with extended thinking |
| `claude-sonnet-4-6` | Claude Sonnet 4.6 without thinking |
## Gemini Models
| Model ID | Description |
| ------------------- | ------------------------------- |
| `gemini-3-flash` | Gemini 3 Flash with thinking |
| `gemini-3.1-pro-low` | Gemini 3.1 Pro Low with thinking |
| `gemini-3.1-pro-high` | Gemini 3.1 Pro High with thinking |
Gemini models include full thinking support with `thoughtSignature` handling for multi-turn conversations.
|