Skip to content

Commit

Permalink
Merge pull request #81 from parea-ai/PAI-1387-add-4-o-mini
Browse files Browse the repository at this point in the history
feat(mini): add gpt mini
  • Loading branch information
jalexanderII authored Jul 18, 2024
2 parents 3118922 + 07bd87c commit 5126cd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/model-prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,12 @@ export const MODEL_COST_MAPPING: { [key: string]: { [key: string]: number } } =
prompt: 5.0,
completion: 15.0,
},
'gpt-4o-mini': {
prompt: 0.15,
completion: 0.6,
},
'gpt-4o-mini-2024-07-18': {
prompt: 0.15,
completion: 0.6,
},
};

0 comments on commit 5126cd5

Please sign in to comment.