prices.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. {
  2. "title": "Pricing",
  3. "description": "Manage platform basic configuration and model pricing",
  4. "section": {
  5. "title": "Model Pricing",
  6. "description": "Manage AI model pricing configuration"
  7. },
  8. "searchPlaceholder": "Search model name...",
  9. "filters": {
  10. "all": "All",
  11. "local": "Local",
  12. "anthropic": "Anthropic",
  13. "openai": "OpenAI",
  14. "vertex": "Vertex",
  15. "deepseek": "DeepSeek",
  16. "mistral": "Mistral",
  17. "meta": "Meta",
  18. "cohere": "Cohere",
  19. "xai": "xAI",
  20. "groq": "Groq",
  21. "bedrock": "Bedrock",
  22. "azure": "Azure",
  23. "together": "Together",
  24. "nvidia": "NVIDIA",
  25. "zhipuai": "Zhipu",
  26. "volcengine": "Volcengine",
  27. "minimax": "MiniMax",
  28. "qwen": "Qwen",
  29. "fireworks": "Fireworks",
  30. "ollama": "Ollama",
  31. "openrouter": "OpenRouter"
  32. },
  33. "badges": {
  34. "local": "Local",
  35. "multi": "Multi"
  36. },
  37. "capabilities": {
  38. "assistantPrefill": "Assistant prefill",
  39. "computerUse": "Computer use",
  40. "functionCalling": "Function calling",
  41. "pdfInput": "PDF input",
  42. "promptCaching": "Prompt caching",
  43. "reasoning": "Reasoning",
  44. "responseSchema": "Response schema",
  45. "toolChoice": "Tool choice",
  46. "vision": "Vision",
  47. "statusSupported": "Supported",
  48. "statusUnsupported": "Not supported",
  49. "tooltip": "{label}: {status}"
  50. },
  51. "sync": {
  52. "button": "Sync Cloud Price Table",
  53. "syncing": "Syncing...",
  54. "checking": "Checking conflicts...",
  55. "successWithChanges": "Price table updated: {added} added, {updated} updated, {unchanged} unchanged",
  56. "successNoChanges": "Price table is up to date, no updates needed",
  57. "failed": "Sync failed",
  58. "failedError": "Sync failed: {error}",
  59. "failedNoResult": "Price table updated but no result returned",
  60. "noModels": "No model prices found",
  61. "partialFailure": "Partial update succeeded, but {failed} models failed",
  62. "failedModels": "Failed models: {models}",
  63. "skippedConflicts": "Skipped {count} manual models"
  64. },
  65. "conflict": {
  66. "title": "Select Items to Overwrite",
  67. "description": "The following models have manual prices. Check the ones to overwrite with LiteLLM prices, unchecked ones will be kept unchanged",
  68. "searchPlaceholder": "Search models...",
  69. "table": {
  70. "modelName": "Model",
  71. "manualPrice": "Manual Price",
  72. "litellmPrice": "LiteLLM Price",
  73. "action": "Action"
  74. },
  75. "viewDiff": "View Diff",
  76. "diffTitle": "Price Difference",
  77. "diff": {
  78. "field": "Field",
  79. "manual": "Manual",
  80. "litellm": "LiteLLM",
  81. "inputPrice": "Input Price",
  82. "outputPrice": "Output Price",
  83. "imagePrice": "Image Price",
  84. "provider": "Provider",
  85. "mode": "Type"
  86. },
  87. "pagination": {
  88. "showing": "Showing {from}-{to} of {total}"
  89. },
  90. "selectedCount": "Selected {count}/{total} models",
  91. "noMatch": "No matching models found",
  92. "noConflicts": "No conflicts",
  93. "applyOverwrite": "Apply Overwrite",
  94. "applying": "Applying..."
  95. },
  96. "table": {
  97. "modelName": "Model Name",
  98. "provider": "Provider",
  99. "capabilities": "Capabilities",
  100. "price": "Price",
  101. "inputPrice": "Input Price ($/M)",
  102. "outputPrice": "Output Price ($/M)",
  103. "priceInput": "In",
  104. "priceOutput": "Out",
  105. "pricePerRequest": "Req",
  106. "cacheReadPrice": "Cache Read ($/M)",
  107. "cacheCreationPrice": "Cache Create ($/M)",
  108. "cache5m": "5m",
  109. "cache1h": "1h+",
  110. "copyModelId": "Copy model ID",
  111. "updatedAt": "Updated At",
  112. "actions": "Actions",
  113. "typeChat": "Chat",
  114. "typeImage": "Image",
  115. "typeCompletion": "Completion",
  116. "typeUnknown": "Unknown",
  117. "loading": "Loading...",
  118. "noMatch": "No matching models found",
  119. "noDataTitle": "No price data available",
  120. "noDataHint": "System has built-in price table. Use buttons above to sync or update."
  121. },
  122. "pagination": {
  123. "showing": "Showing {from}-{to} of {total}",
  124. "previous": "Previous",
  125. "next": "Next",
  126. "perPageLabel": "Per page",
  127. "perPage": "{size} per page"
  128. },
  129. "stats": {
  130. "totalModels": "{count} models total",
  131. "searchResults": "{count} search results",
  132. "lastUpdated": "Last updated: {time}"
  133. },
  134. "dialog": {
  135. "title": "Update Model Price Table",
  136. "description": "Select and upload JSON or TOML file containing model pricing data",
  137. "selectFile": "Click to select JSON/TOML file or drag and drop here",
  138. "fileSizeLimit": "File size cannot exceed 10MB",
  139. "fileSizeLimitSmall": "File size not exceeding 10MB",
  140. "invalidFileType": "Please select a JSON or TOML file",
  141. "fileTooLarge": "File size exceeds 10MB limit",
  142. "upload": "Upload and Update",
  143. "uploading": "Uploading...",
  144. "updatePriceTable": "Update Price Table",
  145. "updating": "Updating...",
  146. "selectJson": "Select File",
  147. "updateSuccess": "Price table updated successfully, {count} models updated",
  148. "updateFailed": "Update failed",
  149. "systemHasBuiltIn": "System has built-in price table",
  150. "manualDownload": "You can also manually download",
  151. "latestPriceTable": "cloud price table",
  152. "andUploadViaButton": ", and upload via button above",
  153. "cloudModelCountLoading": "Loading cloud model count...",
  154. "cloudModelCountFailed": "Failed to load cloud model count",
  155. "supportedModels": "Currently supports {count} models",
  156. "results": {
  157. "title": "Update Results",
  158. "total": "Total: {total} models",
  159. "success": "Success: {success}",
  160. "failed": "Failed: {failed}",
  161. "skipped": "Skipped: {skipped}",
  162. "more": " (+{count})",
  163. "details": "Details",
  164. "viewDetails": "View detailed logs"
  165. }
  166. },
  167. "addModel": "Add Model",
  168. "editModel": "Edit Model",
  169. "deleteModel": "Delete Model",
  170. "addModelDescription": "Manually add a new model price configuration",
  171. "editModelDescription": "Edit the model price configuration",
  172. "deleteConfirm": "Are you sure you want to delete model {name}? This action cannot be undone.",
  173. "form": {
  174. "modelName": "Model ID",
  175. "modelNamePlaceholder": "e.g., gpt-5.3-codex",
  176. "modelNameRequired": "Model ID is required",
  177. "displayName": "Display Name (Optional)",
  178. "displayNamePlaceholder": "e.g., GPT-5.3 Codex",
  179. "type": "Type",
  180. "provider": "Provider",
  181. "providerPlaceholder": "e.g., openai",
  182. "requestPrice": "Per-call Price ($/request)",
  183. "inputPrice": "Input Price ($/M tokens)",
  184. "outputPrice": "Output Price ($/M tokens)",
  185. "outputPriceImage": "Output Price ($/image)",
  186. "cacheReadPrice": "Cache Read Price ($/M tokens)",
  187. "cacheCreationPrice5m": "Cache Creation Price (5m, $/M tokens)",
  188. "cacheCreationPrice1h": "Cache Creation Price (1h+, $/M tokens)"
  189. },
  190. "drawer": {
  191. "prefillLabel": "Search existing models to prefill",
  192. "prefillEmpty": "No matching models found",
  193. "prefillFailed": "Search failed",
  194. "promptCachingHint": "Enable if the model supports prompt caching",
  195. "cachePricingTitle": "Cache Pricing"
  196. },
  197. "actions": {
  198. "edit": "Edit",
  199. "more": "More actions",
  200. "delete": "Delete",
  201. "comparePricing": "Compare pricing"
  202. },
  203. "toast": {
  204. "createSuccess": "Model added",
  205. "updateSuccess": "Model updated",
  206. "deleteSuccess": "Model deleted",
  207. "saveFailed": "Failed to save",
  208. "deleteFailed": "Failed to delete"
  209. },
  210. "providerPricing": {
  211. "title": "Provider pricing · {model}",
  212. "description": "Compare provider-specific cloud prices and pin one as a local model price.",
  213. "input": "Input",
  214. "output": "Output",
  215. "cacheRead": "Cache Read",
  216. "pinAction": "Pin as local price",
  217. "pinSuccess": "Pinned {provider} pricing as local model price",
  218. "pinFailed": "Failed to pin provider pricing",
  219. "pinned": "Pinned",
  220. "priority": "Fast mode pricing"
  221. }
  222. }