Skip to content

Commit

Permalink
Update openrouter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 26, 2024
1 parent 5384cbe commit cf0f869
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/modelProviders/openrouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ const OpenRouter: ModelProviderCard = {
displayName: 'Llama 3.2 11B Vision',
enabled: true,
id: 'meta-llama/llama-3.2-11b-vision-instruct',
pricing: {
input: 0.162,
output: 0.162,
},
tokens: 131_072,
vision: true,
},
Expand All @@ -173,6 +177,10 @@ const OpenRouter: ModelProviderCard = {
displayName: 'Llama 3.2 90B Vision',
enabled: true,
id: 'meta-llama/llama-3.2-90b-vision-instruct',
pricing: {
input: 0.4,
output: 0.4,
},
tokens: 131_072,
vision: true,
},
Expand Down

0 comments on commit cf0f869

Please sign in to comment.