nic-6443 commented on code in PR #13609: URL: https://github.com/apache/apisix/pull/13609#discussion_r3479090398
########## docs/zh/latest/plugins/ai-proxy-multi.md: ########## @@ -2716,6 +2716,17 @@ curl "http://127.0.0.1:9080/anything" -X POST \ * `llm_model`:LLM 模型。 * `llm_prompt_tokens`:提示中的令牌数量。 * `llm_completion_tokens`:提示中的聊天完成令牌数量。 +* `llm_total_tokens`:使用的总令牌数(提示加完成)。 +* `llm_cache_read_input_tokens`:从缓存读取的输入令牌数量。 Review Comment: Fixed in 665456727 — corrected to "in the response" / "响应中". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
