bool, response => string, usage => array, error => string] */ public function generate(string $prompt, array $options = []): array; /** * Get the provider identifier. */ public function getIdentifier(): string; }