github.com/instill-ai/component@v0.16.0-beta/pkg/connector/stabilityai/v0/config/definition.json (about) 1 { 2 "available_tasks": [ 3 "TASK_TEXT_TO_IMAGE", 4 "TASK_IMAGE_TO_IMAGE" 5 ], 6 "custom": false, 7 "documentation_url": "https://www.instill.tech/docs/latest/vdp/ai-connectors/stabilityai", 8 "icon": "assets/stability-ai.svg", 9 "icon_url": "", 10 "id": "stability-ai", 11 "public": true, 12 "spec": { 13 "connection_specification": { 14 "$schema": "http://json-schema.org/draft-07/schema#", 15 "additionalProperties": false, 16 "properties": { 17 "api_key": { 18 "description": "Fill your Stability AI API key. To find your keys, visit - https://platform.stability.ai/account/keys", 19 "instillUpstreamTypes": [ 20 "reference" 21 ], 22 "instillAcceptFormats": [ 23 "string" 24 ], 25 "instillCredentialField": true, 26 "instillUIOrder": 0, 27 "title": "API Key", 28 "type": "string" 29 } 30 }, 31 "required": [ 32 "api_key" 33 ], 34 "title": "Stability AI Connection", 35 "type": "object" 36 } 37 }, 38 "title": "Stability AI", 39 "description": "Connect the AI models served on the Stability AI Platform", 40 "tombstone": false, 41 "type": "CONNECTOR_TYPE_AI", 42 "uid": "c86a95cc-7d32-4e22-a290-8c699f6705a4", 43 "vendor": "Stability AI", 44 "vendor_attributes": {}, 45 "version": "0.1.0", 46 "source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/stabilityai/v0", 47 "release_stage": "RELEASE_STAGE_ALPHA" 48 }