Searched refs:getOutputTokenPrice (Results 1 – 2 of 2) sorted by relevance
| /plugin/aichat/Model/ | ||
| D | ChatInterface.php | 18 public function getOutputTokenPrice(): float; function |
| D | AbstractModel.php | 137 $cost += $this->outputTokensUsed * $this->getOutputTokenPrice(); |