Commit
·
1440926
1
Parent(s):
78a1a11
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
|
@@ -1756,6 +1756,16 @@ export const mockData: Provider[] = [
|
|
| 1756 |
provider: "Groq",
|
| 1757 |
uri: "https://groq.com/pricing/",
|
| 1758 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1759 |
{
|
| 1760 |
name: "kimi-k2-0711-preview",
|
| 1761 |
inputPrice: 1.0,
|
|
|
|
| 1756 |
provider: "Groq",
|
| 1757 |
uri: "https://groq.com/pricing/",
|
| 1758 |
models: [
|
| 1759 |
+
{
|
| 1760 |
+
name: "GPT OSS 20B 128k",
|
| 1761 |
+
inputPrice: 0.10,
|
| 1762 |
+
outputPrice: 0.50,
|
| 1763 |
+
},
|
| 1764 |
+
{
|
| 1765 |
+
name: "GPT OSS 120B 128k",
|
| 1766 |
+
inputPrice: 0.15,
|
| 1767 |
+
outputPrice: 0.75,
|
| 1768 |
+
},
|
| 1769 |
{
|
| 1770 |
name: "kimi-k2-0711-preview",
|
| 1771 |
inputPrice: 1.0,
|