seldon-model-deployer

Solid

Seldon Core deployment skill for model serving, A/B testing, and canary deployments on Kubernetes.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# seldon-model-deployer ## Overview Seldon Core deployment skill for model serving, A/B testing, canary deployments, and advanced inference graphs on Kubernetes. ## Capabilities - SeldonDeployment creation and management - Multi-model serving - Traffic splitting (canary/shadow/A/B) - Model monitoring integration - Custom inference graphs - Explainer deployment (SHAP, Anchor) - Request logging and tracing - Autoscaling configuration ## Target Processes - Model Deployment Pipeline with Canary Release - A/B Testing Framework for ML Models - ML Model Retraining Pipeline ## Tools and Libraries - Seldon Core - Seldon Deploy - Kubernetes - Istio/Ambassador (ingress) ## Input Schema ```json { "type": "object", "required": ["action"], "properties": { "action": { "type": "string", "enum": ["deploy", "update", "rollback", "delete", "status", "traffic-split"], "description": "Seldon action to perform" }, "deploymentConfig": { "type": "object", "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "modelUri": { "type": "string" }, "implementation": { "type": "string" }, "replicas": { "type": "integer" }, "resources": { "type": "object", "properties": { "requests": { "type": "object" }, "limits": { "type": "object" } } } } }, "trafficConfig": { "type": "object", "propertie...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

deploy-model

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).

1,998 Updated 1 months ago
microsoft
AI & Automation Listed

deploy-model

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).

335 Updated today
aiskillstore
AI & Automation Solid

deploy-model

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).

607 Updated 1 months ago
microsoft
DevOps & Infrastructure Solid

model-deployment

Generates a Jupyter notebook that deploys fine-tuned models from SageMaker Serverless Model Customization to SageMaker endpoints or Bedrock. Use when the user says "deploy my model", "create an endpoint", "make it available", or asks about deployment options. Identifies the correct deployment pathway (Nova vs OSS), generates deployment code, and handles endpoint configuration.

765 Updated 2 days ago
awslabs
AI & Automation Listed

datarobot-model-deployment

Tools and guidance for deploying DataRobot models, managing deployments, configuring prediction environments, and deployment operations. Use when deploying models, creating or updating deployments, or configuring prediction environments.

16 Updated 2 days ago
datarobot-oss