'system|user|assistant','content'=>'...'], ...] * @param array $options 可选覆盖:model / temperature / max_tokens 等 */ public function chatCompletions(array $messages, array $options = []): AiChatResult; /** * 供应商标识(spark / deepseek) */ public function provider(): string; }