Home
last modified time | relevance | path

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

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