sim-setup 1.0.0-dev.10.1 → 1.0.0-dev.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +31 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15792,6 +15792,37 @@ var init_integrations = __esm(() => {
15792
15792
  integrationType: "ai",
15793
15793
  tags: ["document-processing", "ocr"]
15794
15794
  },
15795
+ {
15796
+ type: "modal",
15797
+ slug: "modal",
15798
+ name: "Modal",
15799
+ description: "Call deployed Modal functions and endpoints",
15800
+ longDescription: "Integrate Modal into your workflow to reach the serverless compute you already run there. Invoke a deployed Web Function or Server over HTTPS with proxy-token auth, generate completions from a model served by a Modal Endpoint, and list the models a token can reach.",
15801
+ bgColor: "#000000",
15802
+ iconName: "ModalIcon",
15803
+ docsUrl: "https://docs.sim.ai/integrations/modal",
15804
+ operations: [
15805
+ {
15806
+ name: "Call Function",
15807
+ description: "Invoke a deployed Modal Web Function or Server over HTTPS"
15808
+ },
15809
+ {
15810
+ name: "Chat Completion",
15811
+ description: "Generate a chat completion from a model served by a Modal Endpoint"
15812
+ },
15813
+ {
15814
+ name: "List Models",
15815
+ description: "List the model IDs a Modal proxy token can reach on an endpoint"
15816
+ }
15817
+ ],
15818
+ operationCount: 3,
15819
+ triggers: [],
15820
+ triggerCount: 0,
15821
+ authType: "api-key",
15822
+ category: "tools",
15823
+ integrationType: "ai",
15824
+ tags: ["llm", "cloud", "agentic"]
15825
+ },
15795
15826
  {
15796
15827
  type: "monday",
15797
15828
  slug: "monday",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.0-dev.10.1",
3
+ "version": "1.0.0-dev.12.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {