Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
paradite committed Sep 25, 2024
1 parent 36de7c4 commit 59bc9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llm-info",
"version": "1.0.13",
"version": "1.0.14",
"description": "Information on LLM models, context window token limit, output token limit, pricing and more",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions src/modelInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const ModelInfoMap: Record<ModelLike, ModelInfo> = {
tokenizerId: 'Xenova/gpt-4o',
notes:
'An early preview of our o1 model, designed to reason about hard problems using broad general knowledge about the world.',
alpha: true,
},
[ModelEnum['o1-mini']]: {
name: 'o1-mini',
Expand All @@ -100,6 +101,7 @@ export const ModelInfoMap: Record<ModelLike, ModelInfo> = {
tokenizerId: 'Xenova/gpt-4o',
notes:
"A faster and cheaper version of o1, particularly adept at coding, math, and science tasks where extensive general knowledge isn't required.",
small: true,
},
[ModelEnum['claude-3-5-sonnet-20240620']]: {
name: 'Claude 3.5 Sonnet',
Expand Down

0 comments on commit 59bc9ac

Please sign in to comment.