Ask a question to get started
Enter to send•Shift+Enter new line
A model specification in provider:model format.
provider:model
ModelSpec( self, provider: str, model: str, )
The provider name (e.g., 'anthropic', 'openai').
'anthropic'
'openai'
The model identifier (e.g., 'claude-sonnet-4-5', 'gpt-4o').
'claude-sonnet-4-5'
'gpt-4o'
Parse a model specification string.
Try to parse a model specification, returning None on failure.