LLM 参数计算器

無料オンライン LLM パラメータ計算器。Temperature・Top-p・Max Tokens などを調整し、出力傾向のシミュレーションを確認。最適な設定値の発見を強力にサポートします。提供:clawam.com。

使い方

機能

  • 6核心 LLM 采样参数可视化(滑块)
  • 基于任务类型 + 模型族智能推荐参数
  • 导出 Python/JavaScript/cURL API 调用代码
  • Token 预算估算

利用シーン

  • 调优 LLM 行为 / A/B 测试参数 / 团队标准化
  • 常用组合:temperature 0.7 + top_p 0.9 是平衡起点

Agent API 使用方法

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/llm_params_calc/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/llm_params_calc/schema.json

// Step 2: 在浏览器中执行工具逻辑
// LLM 参数 在工具页 JS 中实现