diff --git a/src/app/(dashboard)/dashboard/cache/components/CacheTrends.tsx b/src/app/(dashboard)/dashboard/cache/components/CacheTrends.tsx
index e1157f9e72..1f8f8fcac0 100644
--- a/src/app/(dashboard)/dashboard/cache/components/CacheTrends.tsx
+++ b/src/app/(dashboard)/dashboard/cache/components/CacheTrends.tsx
@@ -73,7 +73,7 @@ export default function CacheTrends({
<>
{maxCachedRequests > 0 && (
- Peak cached:{" "}
+ {t("peakCached")}:{" "}
{maxCachedRequests} / {maxRequests}
diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json
index f8d4783064..52c94856de 100644
--- a/src/i18n/messages/en.json
+++ b/src/i18n/messages/en.json
@@ -3068,6 +3068,7 @@
"cachedTokensCol": "Cached",
"cacheCreation": "Creation",
"trend24h": "Cache Trend (24h)",
+ "peakCached": "Peak cached",
"cached": "Cached",
"overview": "Overview",
"entries": "Entries",
diff --git a/src/shared/constants/providers.ts b/src/shared/constants/providers.ts
index 88b27462f7..ed12f6ee7f 100644
--- a/src/shared/constants/providers.ts
+++ b/src/shared/constants/providers.ts
@@ -597,26 +597,6 @@ export const APIKEY_PROVIDERS = {
"$0.025/day free credits — 200+ models (GPT-4o, Claude, Gemini, Llama) via single endpoint",
passthroughModels: true,
},
- replicate: {
- id: "replicate",
- alias: "rep",
- name: "Replicate",
- icon: "smart_toy",
- color: "#3D65F5",
- textIcon: "RP",
- website: "https://replicate.com",
- passthroughModels: true,
- },
- "fal-ai": {
- id: "fal-ai",
- alias: "fal",
- name: "fal.ai",
- icon: "bolt",
- color: "#6D28D9",
- textIcon: "FL",
- website: "https://fal.ai",
- passthroughModels: true,
- },
novita: {
id: "novita",
alias: "novita",
@@ -627,33 +607,6 @@ export const APIKEY_PROVIDERS = {
website: "https://novita.ai",
passthroughModels: true,
},
- segmind: {
- id: "segmind",
- alias: "seg",
- name: "Segmind",
- icon: "image",
- color: "#00BFA5",
- textIcon: "SG",
- website: "https://cloud.segmind.com",
- },
- runware: {
- id: "runware",
- alias: "rw",
- name: "Runware",
- icon: "image",
- color: "#2979FF",
- textIcon: "RW",
- website: "https://runware.ai",
- },
- wavespeed: {
- id: "wavespeed",
- alias: "ws",
- name: "WaveSpeed AI",
- icon: "speed",
- color: "#00E5FF",
- textIcon: "WS",
- website: "https://wavespeed.ai",
- },
piapi: {
id: "piapi",
alias: "pi",