Presidentlin commited on
Commit
cf50377
·
1 Parent(s): 15ffc1b
Files changed (1) hide show
  1. src/lib/data.ts +7 -0
src/lib/data.ts CHANGED
@@ -159,6 +159,13 @@ export const mockData: Provider[] = [
159
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
160
  ]
161
  },
 
 
 
 
 
 
 
162
  {
163
  provider: 'Replicate',
164
  uri: 'https://replicate.com/pricing',
 
159
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
160
  ]
161
  },
162
+ {
163
+ provider: 'Cerebras',
164
+ uri: 'https://cerebras.ai/blog/introducing-cerebras-inference-ai-at-instant-speed',
165
+ models: [
166
+ { name: 'Llama 3 70b', inputPrice: 0.6, outputPrice: 0.6 },
167
+ ],
168
+ },
169
  {
170
  provider: 'Replicate',
171
  uri: 'https://replicate.com/pricing',