Home
last modified time | relevance | path

Searched refs:getOutputTokenPrice (Results 1 – 2 of 2) sorted by relevance

/plugin/aichat/Model/
DChatInterface.php18 public function getOutputTokenPrice(): float; function
DAbstractModel.php137 $cost += $this->outputTokensUsed * $this->getOutputTokenPrice();
198 public function getOutputTokenPrice(): float function in dokuwiki\\plugin\\aichat\\Model\\AbstractModel