--- title: 'Stability AI' description: '' --- # Stability AI undefined | Detail | Value | |---|---| | Category | AI | | Base URL | `https://api.stability.ai/v2beta` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `stability-ai` | ## Using Stability AI in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Stability AI** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_generate_sd3_0) | Generate SD3 | | [GET ](./get_generate_core_1) | Generate Core | | [GET ](./get_upscale_2) | Upscale | | [GET ](./get_inpaint_3) | Inpaint | | [GET ](./get_outpaint_4) | Outpaint | | [GET ](./get_remove_background_5) | Remove Background | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.