$this->faker->company(), 'api_url' => $this->faker->url(), 'username' => $this->faker->userName(), 'password' => $this->faker->password(), 'token' => $this->faker->sha256(), 'plugin' => $this->faker->randomElement(['comfyui', 'runwareai']), 'enabled' => $this->faker->boolean(), ]; } }