diff --git a/providers/forge/models/forge-pro.toml b/providers/forge/models/forge-pro.toml new file mode 100644 index 000000000..c905d7d32 --- /dev/null +++ b/providers/forge/models/forge-pro.toml @@ -0,0 +1,21 @@ +name = "Forge Pro" +family = "text-embedding" +release_date = "2026-06-02" +last_updated = "2026-06-02" +attachment = false +reasoning = false +temperature = false +tool_call = false +open_weights = false + +[cost] +input = 0.30 +output = 0.00 + +[limit] +context = 512 +output = 2_560 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/forge/models/forge-turbo.toml b/providers/forge/models/forge-turbo.toml new file mode 100644 index 000000000..4503af3a4 --- /dev/null +++ b/providers/forge/models/forge-turbo.toml @@ -0,0 +1,21 @@ +name = "Forge Turbo" +family = "text-embedding" +release_date = "2026-06-02" +last_updated = "2026-06-02" +attachment = false +reasoning = false +temperature = false +tool_call = false +open_weights = false + +[cost] +input = 0.20 +output = 0.00 + +[limit] +context = 512 +output = 1_024 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/forge/models/forge-ultra-4k.toml b/providers/forge/models/forge-ultra-4k.toml new file mode 100644 index 000000000..6ee6474da --- /dev/null +++ b/providers/forge/models/forge-ultra-4k.toml @@ -0,0 +1,21 @@ +name = "Forge Ultra 4K" +family = "text-embedding" +release_date = "2026-06-02" +last_updated = "2026-06-02" +attachment = false +reasoning = false +temperature = false +tool_call = false +open_weights = false + +[cost] +input = 0.40 +output = 0.00 + +[limit] +context = 512 +output = 4_096 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/forge/provider.toml b/providers/forge/provider.toml new file mode 100644 index 000000000..583b7c3c7 --- /dev/null +++ b/providers/forge/provider.toml @@ -0,0 +1,5 @@ +name = "Forge" +env = ["FORGE_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://api.voxell.ai/v1" +doc = "https://voxell.ai"