Swap canonical model from openrouter to models.dev (#6625)
This commit is contained in:
@@ -573,7 +573,7 @@ export type ModelInfo = {
|
||||
*/
|
||||
currency?: string | null;
|
||||
/**
|
||||
* Cost per token for input (optional)
|
||||
* Cost per token for input in USD (optional)
|
||||
*/
|
||||
input_token_cost?: number | null;
|
||||
/**
|
||||
@@ -581,7 +581,7 @@ export type ModelInfo = {
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* Cost per token for output (optional)
|
||||
* Cost per token for output in USD (optional)
|
||||
*/
|
||||
output_token_cost?: number | null;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user