Skip to content
Merged
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
75 changes: 75 additions & 0 deletions packages/models/src/models/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,21 @@ export const openaiModels = [
// in a `{"final": "..."}` envelope instead of the requested schema.
jsonOutput: false,
},
{
providerId: "runware",
externalId: "openai-gpt-oss-120b",
inputPrice: "0.032e-6",
outputPrice: "0.14e-6",
cachedInputPrice: "0.032e-6",
requestPrice: "0",
contextSize: 131072,
maxOutput: 32768,
streaming: true,
reasoning: true,
vision: false,
tools: true,
jsonOutput: true,
},
],
},
{
Expand Down Expand Up @@ -1169,6 +1184,21 @@ export const openaiModels = [
],
jsonOutput: true,
},
{
providerId: "runware",
externalId: "openai-gpt-5-1",
inputPrice: "1.25e-6",
outputPrice: "10e-6",
cachedInputPrice: "0.125e-6",
contextSize: 400000,
maxOutput: 128000,
requestPrice: "0",
streaming: true,
reasoning: true,
vision: false,
tools: true,
jsonOutput: true,
},
],
},
{
Expand Down Expand Up @@ -1937,6 +1967,21 @@ export const openaiModels = [
],
jsonOutput: true,
},
{
providerId: "runware",
externalId: "openai-gpt-5-6-sol",
inputPrice: "5e-6",
outputPrice: "30e-6",
cachedInputPrice: "0.5e-6",
requestPrice: "0",
contextSize: 1050000,
maxOutput: 128000,
streaming: true,
reasoning: true,
vision: true,
tools: true,
jsonOutput: true,
},
],
},
{
Expand Down Expand Up @@ -1998,6 +2043,21 @@ export const openaiModels = [
],
jsonOutput: true,
},
{
providerId: "runware",
externalId: "openai-gpt-5-6-terra",
inputPrice: "2.5e-6",
outputPrice: "15e-6",
cachedInputPrice: "0.25e-6",
requestPrice: "0",
contextSize: 1050000,
maxOutput: 128000,
streaming: true,
reasoning: true,
vision: true,
tools: true,
jsonOutput: true,
},
],
},
{
Expand Down Expand Up @@ -2059,6 +2119,21 @@ export const openaiModels = [
],
jsonOutput: true,
},
{
providerId: "runware",
externalId: "openai-gpt-5-6-luna",
inputPrice: "1e-6",
outputPrice: "6e-6",
cachedInputPrice: "0.1e-6",
requestPrice: "0",
contextSize: 1050000,
maxOutput: 128000,
streaming: true,
reasoning: true,
vision: true,
tools: true,
jsonOutput: true,
},
],
},
{
Expand Down
30 changes: 15 additions & 15 deletions packages/models/src/models/zai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@ export const zaiModels = [
jsonOutput: true,
healStreamingJsonOutput: true,
},
{
providerId: "runware",
externalId: "zai-glm-5-2",
inputPrice: "0.8e-6",
outputPrice: "2.55e-6",
cachedInputPrice: "0.16e-6",
requestPrice: "0",
contextSize: 1024000,
maxOutput: 128000,
streaming: true,
reasoning: true,
vision: false,
tools: true,
jsonOutput: true,
},
],
},
{
Expand Down Expand Up @@ -643,21 +658,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