['nullable', 'string', 'max:120', 'required_without:prompt'], 'prompt' => ['nullable', 'string', 'max:2000', 'required_without:style_key'], 'negative_prompt' => ['nullable', 'string', 'max:2000'], 'provider_model' => ['nullable', 'string', 'max:120'], 'idempotency_key' => ['nullable', 'string', 'max:120'], 'session_id' => ['nullable', 'string', 'max:191'], 'metadata' => ['nullable', 'array'], ]; } }