Skip to content

Commit

Permalink
add o3
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Feb 1, 2025
1 parent e80e66e commit 7c53c2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/known_models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,16 @@ pub const KNOWN_MODELS: &str = r####"
}
}
},
"o3-mini": {
"n_ctx": 200000,
"supports_tools": true,
"supports_multimodality": false,
"supports_agent": true,
"supports_scratchpads": {
"PASSTHROUGH": {
}
}
},
"claude-instant-1.2": {
"n_ctx": 8096,
"supports_scratchpads": {
Expand Down Expand Up @@ -671,6 +681,7 @@ pub const KNOWN_MODELS: &str = r####"
"gpt-4o-mini-2024-07-18": "Xenova/gpt-4o",
"o1": "Xenova/gpt-4o",
"o1-mini": "Xenova/gpt-4o",
"o3-mini": "Xenova/gpt-4o",
"openai/gpt-4o": "Xenova/gpt-4o",
"claude-3-5-sonnet": "Xenova/claude-tokenizer",
Expand Down

0 comments on commit 7c53c2c

Please sign in to comment.