Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions packages/models/src/models/alibaba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1702,21 +1702,6 @@ export const alibabaModels = [
"tools",
],
},
{
providerId: "runware",
externalId: "qwen35_397b_a17b_fp8",
inputPrice: "0.327e-6",
outputPrice: "1.989e-6",
cachedInputPrice: "0.05e-6",
requestPrice: "0",
contextSize: 262144,
maxOutput: 128000,
streaming: true,
reasoning: true,
vision: true,
tools: true,
jsonOutput: true,
},
{
providerId: "novita",
externalId: "qwen/qwen3.5-397b-a17b",
Expand Down
15 changes: 0 additions & 15 deletions packages/models/src/models/minimax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,21 +179,6 @@ export const minimaxModels = [
tools: true,
jsonOutput: false,
},
{
providerId: "runware",
externalId: "minimax-m2-5",
inputPrice: "0.127e-6",
outputPrice: "0.765e-6",
cachedInputPrice: "0.025e-6",
requestPrice: "0",
contextSize: 204800,
maxOutput: 196608,
streaming: true,
reasoning: true,
vision: false,
tools: true,
jsonOutput: true,
},
{
providerId: "novita",
externalId: "minimax/minimax-m2.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/models/src/models/moonshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@ export const moonshotModels = [
{
providerId: "runware",
externalId: "moonshotai-kimi-k2-6",
inputPrice: "0.9e-6",
outputPrice: "4.2e-6",
cachedInputPrice: "0.18e-6",
inputPrice: "0.6e-6",
outputPrice: "3.05e-6",
cachedInputPrice: "0.13e-6",
requestPrice: "0",
contextSize: 262144,
maxOutput: 49152,
maxOutput: 131072,
streaming: true,
reasoning: true,
vision: true,
Expand Down
15 changes: 0 additions & 15 deletions packages/models/src/models/zai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,21 +643,6 @@ export const zaiModels = [
webSearchPrice: "0.01", // $0.01 per search
jsonOutput: true,
},
{
providerId: "runware",
externalId: "zai-glm-4-7",
inputPrice: "0.34e-6",
outputPrice: "1.487e-6",
cachedInputPrice: "0.04e-6",
requestPrice: "0",
contextSize: 200000,
maxOutput: 131072,
streaming: true,
reasoning: true,
vision: false,
tools: true,
jsonOutput: true,
},
{
providerId: "novita",
test: "skip", // skip tests due to reasoning issues
Expand Down
Loading
Loading