File size: 1,020 Bytes
e82bac2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | {
"gemini-1.5-flash-latest": {
"rpm": 60,
"rpd": 1500,
"tpm_input": 1000000,
"tpd_input": null,
"input_token_limit": 1048576,
"output_token_limit": 8192
},
"gemini-1.5-pro-latest": {
"rpm": 2,
"rpd": 100,
"tpm_input": 32768,
"tpd_input": null,
"input_token_limit": 1048576,
"output_token_limit": 8192
},
"gemini-pro": {
"rpm": 60,
"rpd": null,
"tpm_input": null,
"tpd_input": null,
"input_token_limit": 30720,
"output_token_limit": 2048
},
"gemini-pro-vision": {
"rpm": 60,
"rpd": null,
"tpm_input": null,
"tpd_input": null,
"input_token_limit": 12288,
"output_token_limit": 4096
},
"embedding-001": {
"rpm": 1500,
"rpd": null,
"tpm_input": null,
"tpd_input": null,
"input_token_limit": 2048,
"output_token_limit": null
},
"aqa": {
"rpm": 60,
"rpd": null,
"tpm_input": null,
"tpd_input": null,
"input_token_limit": 7168,
"output_token_limit": null
}
}
|