Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update src/lib/data.ts
Browse files- src/lib/data.ts +9 -0
    	
        src/lib/data.ts
    CHANGED
    
    | @@ -13,6 +13,15 @@ export const mockData: Provider[] = [ | |
| 13 | 
             
                  { name: 'GPT-4 Turbo', inputPrice: 10.0, outputPrice: 30.0 },
         | 
| 14 | 
             
                  { name: 'GPT-3.5-turbo', inputPrice: 0.5, outputPrice: 1.5 },
         | 
| 15 | 
             
                ],
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 16 | 
             
              },
         | 
| 17 | 
             
              {
         | 
| 18 | 
             
                provider: 'Anthropic',
         | 
|  | |
| 13 | 
             
                  { name: 'GPT-4 Turbo', inputPrice: 10.0, outputPrice: 30.0 },
         | 
| 14 | 
             
                  { name: 'GPT-3.5-turbo', inputPrice: 0.5, outputPrice: 1.5 },
         | 
| 15 | 
             
                ],
         | 
| 16 | 
            +
              },
         | 
| 17 | 
            +
                {
         | 
| 18 | 
            +
                provider: 'Amazon',
         | 
| 19 | 
            +
                uri: 'https://aws.amazon.com/de/bedrock/pricing/',
         | 
| 20 | 
            +
                models: [
         | 
| 21 | 
            +
                  { name: 'Amazon Nova Micro', inputPrice: 0.035, outputPrice: 0.14 },
         | 
| 22 | 
            +
                  { name: 'Amazon Nova Lite', inputPrice: 0.06, outputPrice: 0.24 },
         | 
| 23 | 
            +
                  { name: 'Amazon Nova Pro', inputPrice: 0.8, outputPrice: 3.2 },
         | 
| 24 | 
            +
                ],
         | 
| 25 | 
             
              },
         | 
| 26 | 
             
              {
         | 
| 27 | 
             
                provider: 'Anthropic',
         | 
