@@ -1830,85 +1830,85 @@ export const xaiModels = {
18301830export type SambanovaModelId = keyof typeof sambanovaModels
18311831export const sambanovaDefaultModelId : SambanovaModelId = "Meta-Llama-3.3-70B-Instruct"
18321832export const sambanovaModels = {
1833- "Meta- Llama-3.3-70B -Instruct" : {
1833+ "Llama-4-Maverick-17B-128E -Instruct" : {
18341834 maxTokens : 4096 ,
1835- contextWindow : 128_000 ,
1836- supportsImages : false ,
1835+ contextWindow : 8_000 ,
1836+ supportsImages : true ,
18371837 supportsPromptCache : false ,
1838- inputPrice : 0 ,
1839- outputPrice : 0 ,
1838+ inputPrice : 0.63 ,
1839+ outputPrice : 1.8 ,
18401840 } ,
1841- "DeepSeek-R1-Distill-Llama-70B " : {
1841+ "Llama-4-Scout-17B-16E-Instruct " : {
18421842 maxTokens : 4096 ,
1843- contextWindow : 32_000 ,
1843+ contextWindow : 8_000 ,
18441844 supportsImages : false ,
18451845 supportsPromptCache : false ,
1846- inputPrice : 0 ,
1847- outputPrice : 0 ,
1846+ inputPrice : 0.4 ,
1847+ outputPrice : 0.7 ,
18481848 } ,
1849- "Llama-3.1-Swallow- 70B-Instruct-v0.3 " : {
1849+ "Meta- Llama-3.3- 70B-Instruct" : {
18501850 maxTokens : 4096 ,
1851- contextWindow : 16_000 ,
1851+ contextWindow : 128_000 ,
18521852 supportsImages : false ,
18531853 supportsPromptCache : false ,
1854- inputPrice : 0 ,
1855- outputPrice : 0 ,
1854+ inputPrice : 0.6 ,
1855+ outputPrice : 1.2 ,
18561856 } ,
1857- "Llama-3.1-Swallow-8B-Instruct-v0.3 " : {
1857+ "DeepSeek-R1-Distill-Llama-70B " : {
18581858 maxTokens : 4096 ,
1859- contextWindow : 16_000 ,
1859+ contextWindow : 128_000 ,
18601860 supportsImages : false ,
18611861 supportsPromptCache : false ,
1862- inputPrice : 0 ,
1863- outputPrice : 0 ,
1862+ inputPrice : 0.7 ,
1863+ outputPrice : 1.4 ,
18641864 } ,
1865- "Meta-Llama-3.1-405B-Instruct " : {
1865+ "DeepSeek-R1 " : {
18661866 maxTokens : 4096 ,
18671867 contextWindow : 16_000 ,
18681868 supportsImages : false ,
18691869 supportsPromptCache : false ,
1870- inputPrice : 0 ,
1871- outputPrice : 0 ,
1870+ inputPrice : 5. 0,
1871+ outputPrice : 7. 0,
18721872 } ,
1873- "Meta-Llama-3.1-8B -Instruct" : {
1873+ "Meta-Llama-3.1-405B -Instruct" : {
18741874 maxTokens : 4096 ,
18751875 contextWindow : 16_000 ,
18761876 supportsImages : false ,
18771877 supportsPromptCache : false ,
1878- inputPrice : 0 ,
1879- outputPrice : 0 ,
1878+ inputPrice : 5. 0,
1879+ outputPrice : 10. 0,
18801880 } ,
1881- "Meta-Llama-3.2-1B -Instruct" : {
1881+ "Meta-Llama-3.1-8B -Instruct" : {
18821882 maxTokens : 4096 ,
18831883 contextWindow : 16_000 ,
18841884 supportsImages : false ,
18851885 supportsPromptCache : false ,
1886- inputPrice : 0 ,
1887- outputPrice : 0 ,
1886+ inputPrice : 0.1 ,
1887+ outputPrice : 0.2 ,
18881888 } ,
1889- "Qwen2.5-72B -Instruct" : {
1889+ "Meta-Llama-3.2-1B -Instruct" : {
18901890 maxTokens : 4096 ,
18911891 contextWindow : 16_000 ,
18921892 supportsImages : false ,
18931893 supportsPromptCache : false ,
1894- inputPrice : 0 ,
1895- outputPrice : 0 ,
1894+ inputPrice : 0.04 ,
1895+ outputPrice : 0.08 ,
18961896 } ,
1897- "Qwen2.5-Coder-32B -Instruct" : {
1897+ "Meta-Llama-3.2-3B -Instruct" : {
18981898 maxTokens : 4096 ,
1899- contextWindow : 16_000 ,
1899+ contextWindow : 8_000 ,
19001900 supportsImages : false ,
19011901 supportsPromptCache : false ,
1902- inputPrice : 0 ,
1903- outputPrice : 0 ,
1902+ inputPrice : 0.08 ,
1903+ outputPrice : 0.16 ,
19041904 } ,
1905- "QwQ -32B-Preview " : {
1905+ "Qwen3 -32B" : {
19061906 maxTokens : 4096 ,
19071907 contextWindow : 16_000 ,
19081908 supportsImages : false ,
19091909 supportsPromptCache : false ,
1910- inputPrice : 0 ,
1911- outputPrice : 0 ,
1910+ inputPrice : 0.4 ,
1911+ outputPrice : 0.8 ,
19121912 } ,
19131913 "QwQ-32B" : {
19141914 maxTokens : 4096 ,
@@ -1920,11 +1920,11 @@ export const sambanovaModels = {
19201920 } ,
19211921 "DeepSeek-V3-0324" : {
19221922 maxTokens : 4096 ,
1923- contextWindow : 8192 ,
1923+ contextWindow : 8_000 ,
19241924 supportsImages : false ,
19251925 supportsPromptCache : false ,
1926- inputPrice : 1 .0,
1927- outputPrice : 1 .5,
1926+ inputPrice : 3 .0,
1927+ outputPrice : 4 .5,
19281928 } ,
19291929} as const satisfies Record < string , ModelInfo >
19301930
0 commit comments