We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fa53b commit 1356b8fCopy full SHA for 1356b8f
src/utils/main/tokenizer.ts
@@ -17,6 +17,9 @@ export interface Tokenizer {
17
18
const MODEL_KEY_OVERRIDES: Record<string, string> = {
19
"anthropic:claude-sonnet-4-5": "anthropic/claude-sonnet-4.5",
20
+ // FIXME(ThomasK33): Temporary workaround since ai-tokenizer does not yet
21
+ // claude-haiku-4.5
22
+ "anthropic:claude-haiku-4-5": "anthropic/claude-3.5-haiku",
23
};
24
25
const DEFAULT_WARM_MODELS = [
0 commit comments