mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
title: "ModelGroup"
|
||||
---
|
||||
|
||||
Tokenizer type used by the model
|
||||
|
||||
## Example Usage
|
||||
|
||||
```python
|
||||
from openrouter.components import ModelGroup
|
||||
|
||||
# Open enum: unrecognized values are captured as UnrecognizedStr
|
||||
value: ModelGroup = "Router"
|
||||
```
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
This is an open enum. Unrecognized values will not fail type checks.
|
||||
|
||||
- `"Router"`
|
||||
- `"Media"`
|
||||
- `"Other"`
|
||||
- `"GPT"`
|
||||
- `"Claude"`
|
||||
- `"Gemini"`
|
||||
- `"Gemma"`
|
||||
- `"Grok"`
|
||||
- `"Cohere"`
|
||||
- `"Nova"`
|
||||
- `"Qwen"`
|
||||
- `"Yi"`
|
||||
- `"DeepSeek"`
|
||||
- `"Mistral"`
|
||||
- `"Llama2"`
|
||||
- `"Llama3"`
|
||||
- `"Llama4"`
|
||||
- `"PaLM"`
|
||||
- `"RWKV"`
|
||||
- `"Qwen3"`
|
||||
Reference in New Issue
Block a user