weave-python 0.28.2__py3-none-any.whl → 0.30.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. weave/weaveapi/auth/v1/service_pb2.py +184 -88
  2. weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
  3. weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
  4. weave/weaveapi/auth/v1/session_pb2.py +12 -4
  5. weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
  6. weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
  7. weave/weaveapi/auth/v1/usage_pb2.py +16 -12
  8. weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
  9. weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
  10. weave/weaveapi/auth/v1/user_pb2.py +58 -16
  11. weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
  12. weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
  13. weave/weaveapi/generate/v1/configuration_pb2.py +29 -17
  14. weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
  15. weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
  16. weave/weaveapi/generate/v1/generate_pb2.py +30 -4
  17. weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
  18. weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
  19. weave/weaveapi/generate/v1/service_pb2.py +50 -20
  20. weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
  21. weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
  22. weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
  23. weave/weaveapi/llmx/v1/architecture_pb2.py +3 -3
  24. weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
  25. weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
  26. weave/weaveapi/llmx/v1/capabilities_pb2.py +86 -54
  27. weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
  28. weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
  29. weave/weaveapi/llmx/v1/model_pb2.py +54 -18
  30. weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
  31. weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
  32. weave/weaveapi/llmx/v1/pricing_pb2.py +22 -18
  33. weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
  34. weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
  35. weave/weaveapi/llmx/v1/provider_pb2.py +3 -3
  36. weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
  37. weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
  38. weave/weaveapi/llmx/v1/service_pb2.py +224 -86
  39. weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
  40. weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
  41. weave/weaveapi/mcpregistry/v1/server_pb2.py +14 -8
  42. weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
  43. weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
  44. weave/weaveapi/mcpregistry/v1/service_pb2.py +47 -27
  45. weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
  46. weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
  47. weave/weaveapi/payment/v1/invoice_pb2.py +36 -10
  48. weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
  49. weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
  50. weave/weaveapi/payment/v1/service_pb2.py +256 -90
  51. weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
  52. weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
  53. weave/weaveapi/payment/v1/subscription_pb2.py +97 -21
  54. weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
  55. weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
  56. weave/weaveapi/storage/v1/auth_pb2.py +3 -3
  57. weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
  58. weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
  59. weave/weaveapi/storage/v1/nosql_database_pb2.py +45 -21
  60. weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
  61. weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
  62. weave/weaveapi/storage/v1/object_store_pb2.py +25 -11
  63. weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
  64. weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
  65. weave/weaveapi/storage/v1/service_pb2.py +94 -34
  66. weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
  67. weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
  68. weave/weaveapi/storage/v1/sql_database_pb2.py +37 -21
  69. weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
  70. weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
  71. weave/weaveapi/storage/v1/storage_pb2.py +18 -4
  72. weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
  73. weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
  74. weave/weaveapi/synthesize/v1/dataset_pb2.py +10 -8
  75. weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
  76. weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
  77. weave/weaveapi/synthesize/v1/inline_data_pb2.py +4 -4
  78. weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
  79. weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
  80. weave/weaveapi/synthesize/v1/relationship_pb2.py +17 -9
  81. weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
  82. weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
  83. weave/weaveapi/synthesize/v1/service_pb2.py +40 -22
  84. weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
  85. weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
  86. weave/weaveapi/synthesize/v1/training_pb2.py +17 -11
  87. weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
  88. weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
  89. weave/weavesql/llmxdb/capabilities.py +487 -0
  90. weave/weavesql/llmxdb/changes.py +297 -0
  91. weave/weavesql/llmxdb/models.py +594 -0
  92. weave/weavesql/llmxdb/providers.py +348 -0
  93. weave/weavesql/llmxdb/scraper_runs.py +287 -0
  94. weave/weavesql/llmxdb/search.py +721 -0
  95. weave/weavesql/weavedb/dataset.py +75 -0
  96. weave/weavesql/weavedb/models.py +135 -0
  97. weave/weavesql/weavedb/relationships.py +72 -0
  98. weave/weavesql/weavedb/storage.py +113 -0
  99. weave/weavesql/weavedb/synthesizer.py +107 -0
  100. {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/METADATA +3 -3
  101. weave_python-0.30.4.dist-info/RECORD +131 -0
  102. {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/WHEEL +1 -1
  103. weave_python-0.28.2.dist-info/RECORD +0 -120
  104. {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/licenses/LICENSE +0 -0
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: weaveapi/llmx/v1/service.proto
5
- # Protobuf Python Version: 6.32.0
5
+ # Protobuf Python Version: 6.33.5
6
6
  """Generated protocol buffer code."""
7
7
 
8
8
  from google.protobuf import descriptor as _descriptor
@@ -12,7 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
12
12
  from google.protobuf.internal import builder as _builder
13
13
 
14
14
  _runtime_version.ValidateProtobufRuntimeVersion(
15
- _runtime_version.Domain.PUBLIC, 6, 32, 0, "", "weaveapi/llmx/v1/service.proto"
15
+ _runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/llmx/v1/service.proto"
16
16
  )
17
17
  # @@protoc_insertion_point(imports)
18
18
 
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
20
20
 
21
21
 
22
22
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
23
- b'\n\x1eweaveapi/llmx/v1/service.proto\x12\x10weaveapi.llmx.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cweaveapi/llmx/v1/model.proto\x1a\x1fweaveapi/llmx/v1/provider.proto"s\n\x14ListProvidersRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1f\n\x0b\x61\x63tive_only\x18\x03 \x01(\x08R\nactiveOnly"\x9a\x01\n\x15ListProvidersResponse\x12\x38\n\tproviders\x18\x01 \x03(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderR\tproviders\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"(\n\x12GetProviderRequest\x12\x12\n\x04slug\x18\x01 \x01(\tR\x04slug"M\n\x13GetProviderResponse\x12\x36\n\x08provider\x18\x01 \x01(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderR\x08provider"\x80\x04\n\x11ListModelsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1a\n\x08provider\x18\x03 \x01(\tR\x08provider\x12\x1d\n\nmodel_type\x18\x04 \x01(\tR\tmodelType\x12\x1f\n\x0b\x61\x63tive_only\x18\x05 \x01(\x08R\nactiveOnly\x12\x1f\n\x0bvision_only\x18\x06 \x01(\x08R\nvisionOnly\x12&\n\x0ftool_calls_only\x18\x07 \x01(\x08R\rtoolCallsOnly\x12%\n\x0ereasoning_only\x18\x08 \x01(\x08R\rreasoningOnly\x12(\n\x10open_source_only\x18\t \x01(\x08R\x0eopenSourceOnly\x12&\n\x0fmax_input_price\x18\n \x01(\x01R\rmaxInputPrice\x12(\n\x10max_output_price\x18\x0b \x01(\x01R\x0emaxOutputPrice\x12,\n\x12min_context_window\x18\x0c \x01(\x05R\x10minContextWindow\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\x8e\x01\n\x12ListModelsResponse\x12/\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelR\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"H\n\x0fGetModelRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId"A\n\x10GetModelResponse\x12-\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelR\x05model"\x85\x05\n\x13SearchModelsRequest\x12\x14\n\x05query\x18\x01 \x01(\tR\x05query\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12\x1f\n\x0bmodel_types\x18\x03 \x03(\tR\nmodelTypes\x12$\n\rarchitectures\x18\x04 \x03(\tR\rarchitectures\x12\x33\n\x15required_capabilities\x18\x05 \x03(\tR\x14requiredCapabilities\x12:\n\x19required_input_modalities\x18\x06 \x03(\tR\x17requiredInputModalities\x12<\n\x1arequired_output_modalities\x18\x07 \x03(\tR\x18requiredOutputModalities\x12=\n\x0bprice_range\x18\x08 \x01(\x0b\x32\x1c.weaveapi.llmx.v1.PriceRangeR\npriceRange\x12=\n\x0btoken_range\x18\t \x01(\x0b\x32\x1c.weaveapi.llmx.v1.TokenRangeR\ntokenRange\x12O\n\x11performance_range\x18\n \x01(\x0b\x32".weaveapi.llmx.v1.PerformanceRangeR\x10performanceRange\x12\x1b\n\tpage_size\x18\x0b \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x0c \x01(\tR\tpageToken\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\xb0\x01\n\nPriceRange\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12(\n\x10min_output_price\x18\x03 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x04 \x01(\x01R\x0emaxOutputPrice"\xc0\x01\n\nTokenRange\x12,\n\x12min_context_window\x18\x01 \x01(\x05R\x10minContextWindow\x12,\n\x12max_context_window\x18\x02 \x01(\x05R\x10maxContextWindow\x12*\n\x11min_output_tokens\x18\x03 \x01(\x05R\x0fminOutputTokens\x12*\n\x11max_output_tokens\x18\x04 \x01(\x05R\x0fmaxOutputTokens"\xec\x01\n\x10PerformanceRange\x12.\n\x13min_reasoning_score\x18\x01 \x01(\x01R\x11minReasoningScore\x12(\n\x10min_coding_score\x18\x02 \x01(\x01R\x0eminCodingScore\x12,\n\x12min_creative_score\x18\x03 \x01(\x01R\x10minCreativeScore\x12*\n\x11min_factual_score\x18\x04 \x01(\x01R\x0fminFactualScore\x12$\n\x0emin_math_score\x18\x05 \x01(\x01R\x0cminMathScore"\xc7\x01\n\x14SearchModelsResponse\x12/\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelR\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12\x35\n\x06\x66\x61\x63\x65ts\x18\x04 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.FacetResultR\x06\x66\x61\x63\x65ts"Y\n\x0b\x46\x61\x63\x65tResult\x12\x14\n\x05\x66ield\x18\x01 \x01(\tR\x05\x66ield\x12\x34\n\x06values\x18\x02 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.FacetValueR\x06values"8\n\nFacetValue\x12\x14\n\x05value\x18\x01 \x01(\tR\x05value\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount"O\n\x14\x43ompareModelsRequest\x12\x1f\n\x0bmodel_slugs\x18\x01 \x03(\tR\nmodelSlugs\x12\x16\n\x06\x66ields\x18\x02 \x03(\tR\x06\x66ields"\x9b\x01\n\x15\x43ompareModelsResponse\x12\x43\n\x0b\x63omparisons\x18\x01 \x03(\x0b\x32!.weaveapi.llmx.v1.ModelComparisonR\x0b\x63omparisons\x12=\n\x07summary\x18\x02 \x01(\x0b\x32#.weaveapi.llmx.v1.ComparisonSummaryR\x07summary"\x83\x02\n\x0fModelComparison\x12-\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelR\x05model\x12v\n\x17highlighted_differences\x18\x02 \x03(\x0b\x32=.weaveapi.llmx.v1.ModelComparison.HighlightedDifferencesEntryR\x16highlightedDifferences\x1aI\n\x1bHighlightedDifferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xf7\x01\n\x11\x43omparisonSummary\x12%\n\x0e\x63heapest_input\x18\x01 \x01(\tR\rcheapestInput\x12\'\n\x0f\x63heapest_output\x18\x02 \x01(\tR\x0e\x63heapestOutput\x12\'\n\x0flargest_context\x18\x03 \x01(\tR\x0elargestContext\x12%\n\x0e\x62\x65st_reasoning\x18\x04 \x01(\tR\rbestReasoning\x12\x1f\n\x0b\x62\x65st_coding\x18\x05 \x01(\tR\nbestCoding\x12!\n\x0cmost_capable\x18\x06 \x01(\tR\x0bmostCapable"h\n\x1bGetModelPriceHistoryRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x12\n\x04\x64\x61ys\x18\x03 \x01(\x05R\x04\x64\x61ys"\xa5\x01\n\x1cGetModelPriceHistoryResponse\x12\x41\n\rprice_history\x18\x01 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.PricePointR\x0cpriceHistory\x12\x42\n\rlatest_change\x18\x02 \x01(\x0b\x32\x1d.weaveapi.llmx.v1.PriceChangeR\x0clatestChange"\xe0\x01\n\nPricePoint\x12\x38\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ttimestamp\x12\x1f\n\x0binput_price\x18\x02 \x01(\x01R\ninputPrice\x12!\n\x0coutput_price\x18\x03 \x01(\x01R\x0boutputPrice\x12(\n\x10\x63\x61\x63he_read_price\x18\x04 \x01(\x01R\x0e\x63\x61\x63heReadPrice\x12*\n\x11\x63\x61\x63he_write_price\x18\x05 \x01(\x01R\x0f\x63\x61\x63heWritePrice"\xd2\x02\n\x0bPriceChange\x12\x39\n\nchanged_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tchangedAt\x12&\n\x0fold_input_price\x18\x02 \x01(\x01R\roldInputPrice\x12&\n\x0fnew_input_price\x18\x03 \x01(\x01R\rnewInputPrice\x12(\n\x10old_output_price\x18\x04 \x01(\x01R\x0eoldOutputPrice\x12(\n\x10new_output_price\x18\x05 \x01(\x01R\x0enewOutputPrice\x12\x30\n\x14input_change_percent\x18\x06 \x01(\x01R\x12inputChangePercent\x12\x32\n\x15output_change_percent\x18\x07 \x01(\x01R\x13outputChangePercent"e\n\x16GetModelChangesRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit"R\n\x17GetModelChangesResponse\x12\x37\n\x07\x63hanges\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.ModelChangeR\x07\x63hanges"\xd4\x01\n\x0bModelChange\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nfield_name\x18\x02 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x03 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x04 \x01(\tR\x08newValue\x12\x1f\n\x0b\x63hange_type\x18\x05 \x01(\tR\nchangeType\x12;\n\x0b\x64\x65tected_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ndetectedAt"Q\n\x18GetTrendingModelsRequest\x12\x1f\n\x0bperiod_days\x18\x01 \x01(\x05R\nperiodDays\x12\x14\n\x05limit\x18\x02 \x01(\x05R\x05limit"T\n\x19GetTrendingModelsResponse\x12\x37\n\x06models\x18\x01 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.TrendingModelR\x06models"\xb3\x01\n\rTrendingModel\x12-\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelR\x05model\x12\x1b\n\tapi_calls\x18\x02 \x01(\x05R\x08\x61piCalls\x12!\n\x0cunique_users\x18\x03 \x01(\x05R\x0buniqueUsers\x12\x1f\n\x0bgrowth_rate\x18\x04 \x01(\x01R\ngrowthRate\x12\x12\n\x04rank\x18\x05 \x01(\x05R\x04rank"\x86\x01\n\x17GetRecentUpdatesRequest\x12\x14\n\x05hours\x18\x01 \x01(\x05R\x05hours\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12!\n\x0c\x63hange_types\x18\x03 \x03(\tR\x0b\x63hangeTypes\x12\x14\n\x05limit\x18\x04 \x01(\x05R\x05limit"S\n\x18GetRecentUpdatesResponse\x12\x37\n\x07updates\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.UpdateEntryR\x07updates"\xc1\x02\n\x0bUpdateEntry\x12\x1d\n\nmodel_slug\x18\x01 \x01(\tR\tmodelSlug\x12\x1d\n\nmodel_name\x18\x02 \x01(\tR\tmodelName\x12#\n\rprovider_name\x18\x03 \x01(\tR\x0cproviderName\x12\x1f\n\x0b\x63hange_type\x18\x04 \x01(\tR\nchangeType\x12\x1d\n\nfield_name\x18\x05 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x06 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x07 \x01(\tR\x08newValue\x12\x18\n\x07summary\x18\x08 \x01(\tR\x07summary\x12;\n\x0b\x64\x65tected_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ndetectedAt"t\n\x11\x45xportDataRequest\x12\x16\n\x06\x66ormat\x18\x01 \x01(\tR\x06\x66ormat\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12)\n\x10include_inactive\x18\x03 \x01(\x08R\x0fincludeInactive"\xc7\x01\n\x12\x45xportDataResponse\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12!\n\x0c\x63ontent_type\x18\x02 \x01(\tR\x0b\x63ontentType\x12\x1a\n\x08\x66ilename\x18\x03 \x01(\tR\x08\x66ilename\x12\x1f\n\x0bmodel_count\x18\x04 \x01(\x05R\nmodelCount\x12=\n\x0cgenerated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bgeneratedAt"\x16\n\x14GetStatisticsRequest"\xce\x02\n\x15GetStatisticsResponse\x12\x38\n\x07overall\x18\x01 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.OverallStatsR\x07overall\x12@\n\x0b\x62y_provider\x18\x02 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.ProviderStatsR\nbyProvider\x12\x34\n\x07\x62y_type\x18\x03 \x03(\x0b\x32\x1b.weaveapi.llmx.v1.TypeStatsR\x06\x62yType\x12\x38\n\x07pricing\x18\x04 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.PricingStatsR\x07pricing\x12I\n\x0frecent_activity\x18\x05 \x03(\x0b\x32 .weaveapi.llmx.v1.RecentActivityR\x0erecentActivity"\x97\x02\n\x0cOverallStats\x12\'\n\x0ftotal_providers\x18\x01 \x01(\x05R\x0etotalProviders\x12!\n\x0ctotal_models\x18\x02 \x01(\x05R\x0btotalModels\x12#\n\ractive_models\x18\x03 \x01(\x05R\x0c\x61\x63tiveModels\x12+\n\x11\x64\x65precated_models\x18\x04 \x01(\x05R\x10\x64\x65precatedModels\x12,\n\x12open_source_models\x18\x05 \x01(\x05R\x10openSourceModels\x12;\n\x0blast_update\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nlastUpdate"\xf8\x01\n\rProviderStats\x12#\n\rprovider_name\x18\x01 \x01(\tR\x0cproviderName\x12\x1f\n\x0bmodel_count\x18\x02 \x01(\x05R\nmodelCount\x12!\n\x0c\x61\x63tive_count\x18\x03 \x01(\x05R\x0b\x61\x63tiveCount\x12&\n\x0f\x61vg_input_price\x18\x04 \x01(\x01R\ravgInputPrice\x12(\n\x10\x61vg_output_price\x18\x05 \x01(\x01R\x0e\x61vgOutputPrice\x12,\n\x12\x61vg_context_window\x18\x06 \x01(\x05R\x10\x61vgContextWindow"`\n\tTypeStats\x12\x1d\n\nmodel_type\x18\x01 \x01(\tR\tmodelType\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount\x12\x1e\n\npercentage\x18\x03 \x01(\x01R\npercentage"\xe2\x02\n\x0cPricingStats\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12&\n\x0f\x61vg_input_price\x18\x03 \x01(\x01R\ravgInputPrice\x12,\n\x12median_input_price\x18\x04 \x01(\x01R\x10medianInputPrice\x12(\n\x10min_output_price\x18\x05 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x06 \x01(\x01R\x0emaxOutputPrice\x12(\n\x10\x61vg_output_price\x18\x07 \x01(\x01R\x0e\x61vgOutputPrice\x12.\n\x13median_output_price\x18\x08 \x01(\x01R\x11medianOutputPrice"\x91\x01\n\x0eRecentActivity\x12#\n\ractivity_type\x18\x01 \x01(\tR\x0c\x61\x63tivityType\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x38\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ttimestamp2\xc5\x0c\n\x04LlmX\x12{\n\rListProviders\x12&.weaveapi.llmx.v1.ListProvidersRequest\x1a\'.weaveapi.llmx.v1.ListProvidersResponse"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/api/v1/providers\x12|\n\x0bGetProvider\x12$.weaveapi.llmx.v1.GetProviderRequest\x1a%.weaveapi.llmx.v1.GetProviderResponse" \x82\xd3\xe4\x93\x02\x1a\x12\x18/api/v1/providers/{slug}\x12o\n\nListModels\x12#.weaveapi.llmx.v1.ListModelsRequest\x1a$.weaveapi.llmx.v1.ListModelsResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/models\x12\x7f\n\x08GetModel\x12!.weaveapi.llmx.v1.GetModelRequest\x1a".weaveapi.llmx.v1.GetModelResponse",\x82\xd3\xe4\x93\x02&\x12$/api/v1/models/{provider}/{model_id}\x12\x7f\n\x0cSearchModels\x12%.weaveapi.llmx.v1.SearchModelsRequest\x1a&.weaveapi.llmx.v1.SearchModelsResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/models/search:\x01*\x12\x83\x01\n\rCompareModels\x12&.weaveapi.llmx.v1.CompareModelsRequest\x1a\'.weaveapi.llmx.v1.CompareModelsResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/models/compare:\x01*\x12\xb1\x01\n\x14GetModelPriceHistory\x12-.weaveapi.llmx.v1.GetModelPriceHistoryRequest\x1a..weaveapi.llmx.v1.GetModelPriceHistoryResponse":\x82\xd3\xe4\x93\x02\x34\x12\x32/api/v1/models/{provider}/{model_id}/price-history\x12\x9c\x01\n\x0fGetModelChanges\x12(.weaveapi.llmx.v1.GetModelChangesRequest\x1a).weaveapi.llmx.v1.GetModelChangesResponse"4\x82\xd3\xe4\x93\x02.\x12,/api/v1/models/{provider}/{model_id}/changes\x12\x86\x01\n\x11GetTrendingModels\x12*.weaveapi.llmx.v1.GetTrendingModelsRequest\x1a+.weaveapi.llmx.v1.GetTrendingModelsResponse"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/trending\x12\x82\x01\n\x10GetRecentUpdates\x12).weaveapi.llmx.v1.GetRecentUpdatesRequest\x1a*.weaveapi.llmx.v1.GetRecentUpdatesResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/api/v1/updates\x12o\n\nExportData\x12#.weaveapi.llmx.v1.ExportDataRequest\x1a$.weaveapi.llmx.v1.ExportDataResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/export\x12w\n\rGetStatistics\x12&.weaveapi.llmx.v1.GetStatisticsRequest\x1a\'.weaveapi.llmx.v1.GetStatisticsResponse"\x15\x82\xd3\xe4\x93\x02\x0f\x12\r/api/v1/statsB\xbc\x01\n\x14\x63om.weaveapi.llmx.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\xa2\x02\x03WLX\xaa\x02\x10Weaveapi.Llmx.V1\xca\x02\x10Weaveapi\\Llmx\\V1\xe2\x02\x1cWeaveapi\\Llmx\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Llmx::V1b\x06proto3'
23
+ b'\n\x1eweaveapi/llmx/v1/service.proto\x12\x10weaveapi.llmx.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cweaveapi/llmx/v1/model.proto\x1a\x1fweaveapi/llmx/v1/provider.proto"s\n\x14ListProvidersRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1f\n\x0b\x61\x63tive_only\x18\x03 \x01(\x08R\nactiveOnly"\x9e\x01\n\x15ListProvidersResponse\x12<\n\tproviders\x18\x01 \x03(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderB\x02(\x01R\tproviders\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"(\n\x12GetProviderRequest\x12\x12\n\x04slug\x18\x01 \x01(\tR\x04slug"Q\n\x13GetProviderResponse\x12:\n\x08provider\x18\x01 \x01(\x0b\x32\x1a.weaveapi.llmx.v1.ProviderB\x02(\x01R\x08provider"\x80\x04\n\x11ListModelsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x1a\n\x08provider\x18\x03 \x01(\tR\x08provider\x12\x1d\n\nmodel_type\x18\x04 \x01(\tR\tmodelType\x12\x1f\n\x0b\x61\x63tive_only\x18\x05 \x01(\x08R\nactiveOnly\x12\x1f\n\x0bvision_only\x18\x06 \x01(\x08R\nvisionOnly\x12&\n\x0ftool_calls_only\x18\x07 \x01(\x08R\rtoolCallsOnly\x12%\n\x0ereasoning_only\x18\x08 \x01(\x08R\rreasoningOnly\x12(\n\x10open_source_only\x18\t \x01(\x08R\x0eopenSourceOnly\x12&\n\x0fmax_input_price\x18\n \x01(\x01R\rmaxInputPrice\x12(\n\x10max_output_price\x18\x0b \x01(\x01R\x0emaxOutputPrice\x12,\n\x12min_context_window\x18\x0c \x01(\x05R\x10minContextWindow\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\x92\x01\n\x12ListModelsResponse\x12\x33\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"H\n\x0fGetModelRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId"E\n\x10GetModelResponse\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model"\x91\x05\n\x13SearchModelsRequest\x12\x14\n\x05query\x18\x01 \x01(\tR\x05query\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12\x1f\n\x0bmodel_types\x18\x03 \x03(\tR\nmodelTypes\x12$\n\rarchitectures\x18\x04 \x03(\tR\rarchitectures\x12\x33\n\x15required_capabilities\x18\x05 \x03(\tR\x14requiredCapabilities\x12:\n\x19required_input_modalities\x18\x06 \x03(\tR\x17requiredInputModalities\x12<\n\x1arequired_output_modalities\x18\x07 \x03(\tR\x18requiredOutputModalities\x12\x41\n\x0bprice_range\x18\x08 \x01(\x0b\x32\x1c.weaveapi.llmx.v1.PriceRangeB\x02(\x01R\npriceRange\x12\x41\n\x0btoken_range\x18\t \x01(\x0b\x32\x1c.weaveapi.llmx.v1.TokenRangeB\x02(\x01R\ntokenRange\x12S\n\x11performance_range\x18\n \x01(\x0b\x32".weaveapi.llmx.v1.PerformanceRangeB\x02(\x01R\x10performanceRange\x12\x1b\n\tpage_size\x18\x0b \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x0c \x01(\tR\tpageToken\x12\x19\n\x08order_by\x18\r \x01(\tR\x07orderBy\x12\x1e\n\ndescending\x18\x0e \x01(\x08R\ndescending"\xb0\x01\n\nPriceRange\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12(\n\x10min_output_price\x18\x03 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x04 \x01(\x01R\x0emaxOutputPrice"\xc0\x01\n\nTokenRange\x12,\n\x12min_context_window\x18\x01 \x01(\x05R\x10minContextWindow\x12,\n\x12max_context_window\x18\x02 \x01(\x05R\x10maxContextWindow\x12*\n\x11min_output_tokens\x18\x03 \x01(\x05R\x0fminOutputTokens\x12*\n\x11max_output_tokens\x18\x04 \x01(\x05R\x0fmaxOutputTokens"\xec\x01\n\x10PerformanceRange\x12.\n\x13min_reasoning_score\x18\x01 \x01(\x01R\x11minReasoningScore\x12(\n\x10min_coding_score\x18\x02 \x01(\x01R\x0eminCodingScore\x12,\n\x12min_creative_score\x18\x03 \x01(\x01R\x10minCreativeScore\x12*\n\x11min_factual_score\x18\x04 \x01(\x01R\x0fminFactualScore\x12$\n\x0emin_math_score\x18\x05 \x01(\x01R\x0cminMathScore"\xcf\x01\n\x14SearchModelsResponse\x12\x33\n\x06models\x18\x01 \x03(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x06models\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount\x12\x39\n\x06\x66\x61\x63\x65ts\x18\x04 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.FacetResultB\x02(\x01R\x06\x66\x61\x63\x65ts"]\n\x0b\x46\x61\x63\x65tResult\x12\x14\n\x05\x66ield\x18\x01 \x01(\tR\x05\x66ield\x12\x38\n\x06values\x18\x02 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.FacetValueB\x02(\x01R\x06values"8\n\nFacetValue\x12\x14\n\x05value\x18\x01 \x01(\tR\x05value\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount"O\n\x14\x43ompareModelsRequest\x12\x1f\n\x0bmodel_slugs\x18\x01 \x03(\tR\nmodelSlugs\x12\x16\n\x06\x66ields\x18\x02 \x03(\tR\x06\x66ields"\xa3\x01\n\x15\x43ompareModelsResponse\x12G\n\x0b\x63omparisons\x18\x01 \x03(\x0b\x32!.weaveapi.llmx.v1.ModelComparisonB\x02(\x01R\x0b\x63omparisons\x12\x41\n\x07summary\x18\x02 \x01(\x0b\x32#.weaveapi.llmx.v1.ComparisonSummaryB\x02(\x01R\x07summary"\x87\x02\n\x0fModelComparison\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model\x12v\n\x17highlighted_differences\x18\x02 \x03(\x0b\x32=.weaveapi.llmx.v1.ModelComparison.HighlightedDifferencesEntryR\x16highlightedDifferences\x1aI\n\x1bHighlightedDifferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xf7\x01\n\x11\x43omparisonSummary\x12%\n\x0e\x63heapest_input\x18\x01 \x01(\tR\rcheapestInput\x12\'\n\x0f\x63heapest_output\x18\x02 \x01(\tR\x0e\x63heapestOutput\x12\'\n\x0flargest_context\x18\x03 \x01(\tR\x0elargestContext\x12%\n\x0e\x62\x65st_reasoning\x18\x04 \x01(\tR\rbestReasoning\x12\x1f\n\x0b\x62\x65st_coding\x18\x05 \x01(\tR\nbestCoding\x12!\n\x0cmost_capable\x18\x06 \x01(\tR\x0bmostCapable"h\n\x1bGetModelPriceHistoryRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x12\n\x04\x64\x61ys\x18\x03 \x01(\x05R\x04\x64\x61ys"\xad\x01\n\x1cGetModelPriceHistoryResponse\x12\x45\n\rprice_history\x18\x01 \x03(\x0b\x32\x1c.weaveapi.llmx.v1.PricePointB\x02(\x01R\x0cpriceHistory\x12\x46\n\rlatest_change\x18\x02 \x01(\x0b\x32\x1d.weaveapi.llmx.v1.PriceChangeB\x02(\x01R\x0clatestChange"\xe4\x01\n\nPricePoint\x12<\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ttimestamp\x12\x1f\n\x0binput_price\x18\x02 \x01(\x01R\ninputPrice\x12!\n\x0coutput_price\x18\x03 \x01(\x01R\x0boutputPrice\x12(\n\x10\x63\x61\x63he_read_price\x18\x04 \x01(\x01R\x0e\x63\x61\x63heReadPrice\x12*\n\x11\x63\x61\x63he_write_price\x18\x05 \x01(\x01R\x0f\x63\x61\x63heWritePrice"\xd6\x02\n\x0bPriceChange\x12=\n\nchanged_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tchangedAt\x12&\n\x0fold_input_price\x18\x02 \x01(\x01R\roldInputPrice\x12&\n\x0fnew_input_price\x18\x03 \x01(\x01R\rnewInputPrice\x12(\n\x10old_output_price\x18\x04 \x01(\x01R\x0eoldOutputPrice\x12(\n\x10new_output_price\x18\x05 \x01(\x01R\x0enewOutputPrice\x12\x30\n\x14input_change_percent\x18\x06 \x01(\x01R\x12inputChangePercent\x12\x32\n\x15output_change_percent\x18\x07 \x01(\x01R\x13outputChangePercent"e\n\x16GetModelChangesRequest\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x19\n\x08model_id\x18\x02 \x01(\tR\x07modelId\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limit"V\n\x17GetModelChangesResponse\x12;\n\x07\x63hanges\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.ModelChangeB\x02(\x01R\x07\x63hanges"\xd8\x01\n\x0bModelChange\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nfield_name\x18\x02 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x03 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x04 \x01(\tR\x08newValue\x12\x1f\n\x0b\x63hange_type\x18\x05 \x01(\tR\nchangeType\x12?\n\x0b\x64\x65tected_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ndetectedAt"Q\n\x18GetTrendingModelsRequest\x12\x1f\n\x0bperiod_days\x18\x01 \x01(\x05R\nperiodDays\x12\x14\n\x05limit\x18\x02 \x01(\x05R\x05limit"X\n\x19GetTrendingModelsResponse\x12;\n\x06models\x18\x01 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.TrendingModelB\x02(\x01R\x06models"\xb7\x01\n\rTrendingModel\x12\x31\n\x05model\x18\x01 \x01(\x0b\x32\x17.weaveapi.llmx.v1.ModelB\x02(\x01R\x05model\x12\x1b\n\tapi_calls\x18\x02 \x01(\x05R\x08\x61piCalls\x12!\n\x0cunique_users\x18\x03 \x01(\x05R\x0buniqueUsers\x12\x1f\n\x0bgrowth_rate\x18\x04 \x01(\x01R\ngrowthRate\x12\x12\n\x04rank\x18\x05 \x01(\x05R\x04rank"\x86\x01\n\x17GetRecentUpdatesRequest\x12\x14\n\x05hours\x18\x01 \x01(\x05R\x05hours\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12!\n\x0c\x63hange_types\x18\x03 \x03(\tR\x0b\x63hangeTypes\x12\x14\n\x05limit\x18\x04 \x01(\x05R\x05limit"W\n\x18GetRecentUpdatesResponse\x12;\n\x07updates\x18\x01 \x03(\x0b\x32\x1d.weaveapi.llmx.v1.UpdateEntryB\x02(\x01R\x07updates"\xc5\x02\n\x0bUpdateEntry\x12\x1d\n\nmodel_slug\x18\x01 \x01(\tR\tmodelSlug\x12\x1d\n\nmodel_name\x18\x02 \x01(\tR\tmodelName\x12#\n\rprovider_name\x18\x03 \x01(\tR\x0cproviderName\x12\x1f\n\x0b\x63hange_type\x18\x04 \x01(\tR\nchangeType\x12\x1d\n\nfield_name\x18\x05 \x01(\tR\tfieldName\x12\x1b\n\told_value\x18\x06 \x01(\tR\x08oldValue\x12\x1b\n\tnew_value\x18\x07 \x01(\tR\x08newValue\x12\x18\n\x07summary\x18\x08 \x01(\tR\x07summary\x12?\n\x0b\x64\x65tected_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ndetectedAt"t\n\x11\x45xportDataRequest\x12\x16\n\x06\x66ormat\x18\x01 \x01(\tR\x06\x66ormat\x12\x1c\n\tproviders\x18\x02 \x03(\tR\tproviders\x12)\n\x10include_inactive\x18\x03 \x01(\x08R\x0fincludeInactive"\xcb\x01\n\x12\x45xportDataResponse\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12!\n\x0c\x63ontent_type\x18\x02 \x01(\tR\x0b\x63ontentType\x12\x1a\n\x08\x66ilename\x18\x03 \x01(\tR\x08\x66ilename\x12\x1f\n\x0bmodel_count\x18\x04 \x01(\x05R\nmodelCount\x12\x41\n\x0cgenerated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bgeneratedAt"\x16\n\x14GetStatisticsRequest"\xe2\x02\n\x15GetStatisticsResponse\x12<\n\x07overall\x18\x01 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.OverallStatsB\x02(\x01R\x07overall\x12\x44\n\x0b\x62y_provider\x18\x02 \x03(\x0b\x32\x1f.weaveapi.llmx.v1.ProviderStatsB\x02(\x01R\nbyProvider\x12\x38\n\x07\x62y_type\x18\x03 \x03(\x0b\x32\x1b.weaveapi.llmx.v1.TypeStatsB\x02(\x01R\x06\x62yType\x12<\n\x07pricing\x18\x04 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.PricingStatsB\x02(\x01R\x07pricing\x12M\n\x0frecent_activity\x18\x05 \x03(\x0b\x32 .weaveapi.llmx.v1.RecentActivityB\x02(\x01R\x0erecentActivity"\x9b\x02\n\x0cOverallStats\x12\'\n\x0ftotal_providers\x18\x01 \x01(\x05R\x0etotalProviders\x12!\n\x0ctotal_models\x18\x02 \x01(\x05R\x0btotalModels\x12#\n\ractive_models\x18\x03 \x01(\x05R\x0c\x61\x63tiveModels\x12+\n\x11\x64\x65precated_models\x18\x04 \x01(\x05R\x10\x64\x65precatedModels\x12,\n\x12open_source_models\x18\x05 \x01(\x05R\x10openSourceModels\x12?\n\x0blast_update\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nlastUpdate"\xf8\x01\n\rProviderStats\x12#\n\rprovider_name\x18\x01 \x01(\tR\x0cproviderName\x12\x1f\n\x0bmodel_count\x18\x02 \x01(\x05R\nmodelCount\x12!\n\x0c\x61\x63tive_count\x18\x03 \x01(\x05R\x0b\x61\x63tiveCount\x12&\n\x0f\x61vg_input_price\x18\x04 \x01(\x01R\ravgInputPrice\x12(\n\x10\x61vg_output_price\x18\x05 \x01(\x01R\x0e\x61vgOutputPrice\x12,\n\x12\x61vg_context_window\x18\x06 \x01(\x05R\x10\x61vgContextWindow"`\n\tTypeStats\x12\x1d\n\nmodel_type\x18\x01 \x01(\tR\tmodelType\x12\x14\n\x05\x63ount\x18\x02 \x01(\x05R\x05\x63ount\x12\x1e\n\npercentage\x18\x03 \x01(\x01R\npercentage"\xe2\x02\n\x0cPricingStats\x12&\n\x0fmin_input_price\x18\x01 \x01(\x01R\rminInputPrice\x12&\n\x0fmax_input_price\x18\x02 \x01(\x01R\rmaxInputPrice\x12&\n\x0f\x61vg_input_price\x18\x03 \x01(\x01R\ravgInputPrice\x12,\n\x12median_input_price\x18\x04 \x01(\x01R\x10medianInputPrice\x12(\n\x10min_output_price\x18\x05 \x01(\x01R\x0eminOutputPrice\x12(\n\x10max_output_price\x18\x06 \x01(\x01R\x0emaxOutputPrice\x12(\n\x10\x61vg_output_price\x18\x07 \x01(\x01R\x0e\x61vgOutputPrice\x12.\n\x13median_output_price\x18\x08 \x01(\x01R\x11medianOutputPrice"\x95\x01\n\x0eRecentActivity\x12#\n\ractivity_type\x18\x01 \x01(\tR\x0c\x61\x63tivityType\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12<\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\ttimestamp2\xc5\x0c\n\x04LlmX\x12{\n\rListProviders\x12&.weaveapi.llmx.v1.ListProvidersRequest\x1a\'.weaveapi.llmx.v1.ListProvidersResponse"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/api/v1/providers\x12|\n\x0bGetProvider\x12$.weaveapi.llmx.v1.GetProviderRequest\x1a%.weaveapi.llmx.v1.GetProviderResponse" \x82\xd3\xe4\x93\x02\x1a\x12\x18/api/v1/providers/{slug}\x12o\n\nListModels\x12#.weaveapi.llmx.v1.ListModelsRequest\x1a$.weaveapi.llmx.v1.ListModelsResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/models\x12\x7f\n\x08GetModel\x12!.weaveapi.llmx.v1.GetModelRequest\x1a".weaveapi.llmx.v1.GetModelResponse",\x82\xd3\xe4\x93\x02&\x12$/api/v1/models/{provider}/{model_id}\x12\x7f\n\x0cSearchModels\x12%.weaveapi.llmx.v1.SearchModelsRequest\x1a&.weaveapi.llmx.v1.SearchModelsResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/api/v1/models/search:\x01*\x12\x83\x01\n\rCompareModels\x12&.weaveapi.llmx.v1.CompareModelsRequest\x1a\'.weaveapi.llmx.v1.CompareModelsResponse"!\x82\xd3\xe4\x93\x02\x1b"\x16/api/v1/models/compare:\x01*\x12\xb1\x01\n\x14GetModelPriceHistory\x12-.weaveapi.llmx.v1.GetModelPriceHistoryRequest\x1a..weaveapi.llmx.v1.GetModelPriceHistoryResponse":\x82\xd3\xe4\x93\x02\x34\x12\x32/api/v1/models/{provider}/{model_id}/price-history\x12\x9c\x01\n\x0fGetModelChanges\x12(.weaveapi.llmx.v1.GetModelChangesRequest\x1a).weaveapi.llmx.v1.GetModelChangesResponse"4\x82\xd3\xe4\x93\x02.\x12,/api/v1/models/{provider}/{model_id}/changes\x12\x86\x01\n\x11GetTrendingModels\x12*.weaveapi.llmx.v1.GetTrendingModelsRequest\x1a+.weaveapi.llmx.v1.GetTrendingModelsResponse"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/trending\x12\x82\x01\n\x10GetRecentUpdates\x12).weaveapi.llmx.v1.GetRecentUpdatesRequest\x1a*.weaveapi.llmx.v1.GetRecentUpdatesResponse"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/api/v1/updates\x12o\n\nExportData\x12#.weaveapi.llmx.v1.ExportDataRequest\x1a$.weaveapi.llmx.v1.ExportDataResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/export\x12w\n\rGetStatistics\x12&.weaveapi.llmx.v1.GetStatisticsRequest\x1a\'.weaveapi.llmx.v1.GetStatisticsResponse"\x15\x82\xd3\xe4\x93\x02\x0f\x12\r/api/v1/statsB\xbc\x01\n\x14\x63om.weaveapi.llmx.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\xa2\x02\x03WLX\xaa\x02\x10Weaveapi.Llmx.V1\xca\x02\x10Weaveapi\\Llmx\\V1\xe2\x02\x1cWeaveapi\\Llmx\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Llmx::V1b\x08\x65\x64itionsp\xe8\x07'
24
24
  )
25
25
 
26
26
  _globals = globals()
@@ -33,10 +33,148 @@ if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals[
34
34
  "DESCRIPTOR"
35
35
  ]._serialized_options = b"\n\024com.weaveapi.llmx.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/llmx/v1;llmx\242\002\003WLX\252\002\020Weaveapi.Llmx.V1\312\002\020Weaveapi\\Llmx\\V1\342\002\034Weaveapi\\Llmx\\V1\\GPBMetadata\352\002\022Weaveapi::Llmx::V1"
36
+ _globals["_LISTPROVIDERSRESPONSE"].fields_by_name[
37
+ "providers"
38
+ ]._loaded_options = None
39
+ _globals["_LISTPROVIDERSRESPONSE"].fields_by_name[
40
+ "providers"
41
+ ]._serialized_options = b"(\001"
42
+ _globals["_GETPROVIDERRESPONSE"].fields_by_name["provider"]._loaded_options = None
43
+ _globals["_GETPROVIDERRESPONSE"].fields_by_name[
44
+ "provider"
45
+ ]._serialized_options = b"(\001"
46
+ _globals["_LISTMODELSRESPONSE"].fields_by_name["models"]._loaded_options = None
47
+ _globals["_LISTMODELSRESPONSE"].fields_by_name[
48
+ "models"
49
+ ]._serialized_options = b"(\001"
50
+ _globals["_GETMODELRESPONSE"].fields_by_name["model"]._loaded_options = None
51
+ _globals["_GETMODELRESPONSE"].fields_by_name["model"]._serialized_options = b"(\001"
52
+ _globals["_SEARCHMODELSREQUEST"].fields_by_name[
53
+ "price_range"
54
+ ]._loaded_options = None
55
+ _globals["_SEARCHMODELSREQUEST"].fields_by_name[
56
+ "price_range"
57
+ ]._serialized_options = b"(\001"
58
+ _globals["_SEARCHMODELSREQUEST"].fields_by_name[
59
+ "token_range"
60
+ ]._loaded_options = None
61
+ _globals["_SEARCHMODELSREQUEST"].fields_by_name[
62
+ "token_range"
63
+ ]._serialized_options = b"(\001"
64
+ _globals["_SEARCHMODELSREQUEST"].fields_by_name[
65
+ "performance_range"
66
+ ]._loaded_options = None
67
+ _globals["_SEARCHMODELSREQUEST"].fields_by_name[
68
+ "performance_range"
69
+ ]._serialized_options = b"(\001"
70
+ _globals["_SEARCHMODELSRESPONSE"].fields_by_name["models"]._loaded_options = None
71
+ _globals["_SEARCHMODELSRESPONSE"].fields_by_name[
72
+ "models"
73
+ ]._serialized_options = b"(\001"
74
+ _globals["_SEARCHMODELSRESPONSE"].fields_by_name["facets"]._loaded_options = None
75
+ _globals["_SEARCHMODELSRESPONSE"].fields_by_name[
76
+ "facets"
77
+ ]._serialized_options = b"(\001"
78
+ _globals["_FACETRESULT"].fields_by_name["values"]._loaded_options = None
79
+ _globals["_FACETRESULT"].fields_by_name["values"]._serialized_options = b"(\001"
80
+ _globals["_COMPAREMODELSRESPONSE"].fields_by_name[
81
+ "comparisons"
82
+ ]._loaded_options = None
83
+ _globals["_COMPAREMODELSRESPONSE"].fields_by_name[
84
+ "comparisons"
85
+ ]._serialized_options = b"(\001"
86
+ _globals["_COMPAREMODELSRESPONSE"].fields_by_name["summary"]._loaded_options = None
87
+ _globals["_COMPAREMODELSRESPONSE"].fields_by_name[
88
+ "summary"
89
+ ]._serialized_options = b"(\001"
36
90
  _globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._loaded_options = None
37
91
  _globals[
38
92
  "_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"
39
93
  ]._serialized_options = b"8\001"
94
+ _globals["_MODELCOMPARISON"].fields_by_name["model"]._loaded_options = None
95
+ _globals["_MODELCOMPARISON"].fields_by_name["model"]._serialized_options = b"(\001"
96
+ _globals["_GETMODELPRICEHISTORYRESPONSE"].fields_by_name[
97
+ "price_history"
98
+ ]._loaded_options = None
99
+ _globals["_GETMODELPRICEHISTORYRESPONSE"].fields_by_name[
100
+ "price_history"
101
+ ]._serialized_options = b"(\001"
102
+ _globals["_GETMODELPRICEHISTORYRESPONSE"].fields_by_name[
103
+ "latest_change"
104
+ ]._loaded_options = None
105
+ _globals["_GETMODELPRICEHISTORYRESPONSE"].fields_by_name[
106
+ "latest_change"
107
+ ]._serialized_options = b"(\001"
108
+ _globals["_PRICEPOINT"].fields_by_name["timestamp"]._loaded_options = None
109
+ _globals["_PRICEPOINT"].fields_by_name["timestamp"]._serialized_options = b"(\001"
110
+ _globals["_PRICECHANGE"].fields_by_name["changed_at"]._loaded_options = None
111
+ _globals["_PRICECHANGE"].fields_by_name["changed_at"]._serialized_options = b"(\001"
112
+ _globals["_GETMODELCHANGESRESPONSE"].fields_by_name[
113
+ "changes"
114
+ ]._loaded_options = None
115
+ _globals["_GETMODELCHANGESRESPONSE"].fields_by_name[
116
+ "changes"
117
+ ]._serialized_options = b"(\001"
118
+ _globals["_MODELCHANGE"].fields_by_name["detected_at"]._loaded_options = None
119
+ _globals["_MODELCHANGE"].fields_by_name[
120
+ "detected_at"
121
+ ]._serialized_options = b"(\001"
122
+ _globals["_GETTRENDINGMODELSRESPONSE"].fields_by_name[
123
+ "models"
124
+ ]._loaded_options = None
125
+ _globals["_GETTRENDINGMODELSRESPONSE"].fields_by_name[
126
+ "models"
127
+ ]._serialized_options = b"(\001"
128
+ _globals["_TRENDINGMODEL"].fields_by_name["model"]._loaded_options = None
129
+ _globals["_TRENDINGMODEL"].fields_by_name["model"]._serialized_options = b"(\001"
130
+ _globals["_GETRECENTUPDATESRESPONSE"].fields_by_name[
131
+ "updates"
132
+ ]._loaded_options = None
133
+ _globals["_GETRECENTUPDATESRESPONSE"].fields_by_name[
134
+ "updates"
135
+ ]._serialized_options = b"(\001"
136
+ _globals["_UPDATEENTRY"].fields_by_name["detected_at"]._loaded_options = None
137
+ _globals["_UPDATEENTRY"].fields_by_name[
138
+ "detected_at"
139
+ ]._serialized_options = b"(\001"
140
+ _globals["_EXPORTDATARESPONSE"].fields_by_name[
141
+ "generated_at"
142
+ ]._loaded_options = None
143
+ _globals["_EXPORTDATARESPONSE"].fields_by_name[
144
+ "generated_at"
145
+ ]._serialized_options = b"(\001"
146
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name["overall"]._loaded_options = None
147
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name[
148
+ "overall"
149
+ ]._serialized_options = b"(\001"
150
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name[
151
+ "by_provider"
152
+ ]._loaded_options = None
153
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name[
154
+ "by_provider"
155
+ ]._serialized_options = b"(\001"
156
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name["by_type"]._loaded_options = None
157
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name[
158
+ "by_type"
159
+ ]._serialized_options = b"(\001"
160
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name["pricing"]._loaded_options = None
161
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name[
162
+ "pricing"
163
+ ]._serialized_options = b"(\001"
164
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name[
165
+ "recent_activity"
166
+ ]._loaded_options = None
167
+ _globals["_GETSTATISTICSRESPONSE"].fields_by_name[
168
+ "recent_activity"
169
+ ]._serialized_options = b"(\001"
170
+ _globals["_OVERALLSTATS"].fields_by_name["last_update"]._loaded_options = None
171
+ _globals["_OVERALLSTATS"].fields_by_name[
172
+ "last_update"
173
+ ]._serialized_options = b"(\001"
174
+ _globals["_RECENTACTIVITY"].fields_by_name["timestamp"]._loaded_options = None
175
+ _globals["_RECENTACTIVITY"].fields_by_name[
176
+ "timestamp"
177
+ ]._serialized_options = b"(\001"
40
178
  _globals["_LLMX"].methods_by_name["ListProviders"]._loaded_options = None
41
179
  _globals["_LLMX"].methods_by_name[
42
180
  "ListProviders"
@@ -94,87 +232,87 @@ if not _descriptor._USE_C_DESCRIPTORS:
94
232
  _globals["_LISTPROVIDERSREQUEST"]._serialized_start = 178
95
233
  _globals["_LISTPROVIDERSREQUEST"]._serialized_end = 293
96
234
  _globals["_LISTPROVIDERSRESPONSE"]._serialized_start = 296
97
- _globals["_LISTPROVIDERSRESPONSE"]._serialized_end = 450
98
- _globals["_GETPROVIDERREQUEST"]._serialized_start = 452
99
- _globals["_GETPROVIDERREQUEST"]._serialized_end = 492
100
- _globals["_GETPROVIDERRESPONSE"]._serialized_start = 494
101
- _globals["_GETPROVIDERRESPONSE"]._serialized_end = 571
102
- _globals["_LISTMODELSREQUEST"]._serialized_start = 574
103
- _globals["_LISTMODELSREQUEST"]._serialized_end = 1086
104
- _globals["_LISTMODELSRESPONSE"]._serialized_start = 1089
105
- _globals["_LISTMODELSRESPONSE"]._serialized_end = 1231
106
- _globals["_GETMODELREQUEST"]._serialized_start = 1233
107
- _globals["_GETMODELREQUEST"]._serialized_end = 1305
108
- _globals["_GETMODELRESPONSE"]._serialized_start = 1307
109
- _globals["_GETMODELRESPONSE"]._serialized_end = 1372
110
- _globals["_SEARCHMODELSREQUEST"]._serialized_start = 1375
111
- _globals["_SEARCHMODELSREQUEST"]._serialized_end = 2020
112
- _globals["_PRICERANGE"]._serialized_start = 2023
113
- _globals["_PRICERANGE"]._serialized_end = 2199
114
- _globals["_TOKENRANGE"]._serialized_start = 2202
115
- _globals["_TOKENRANGE"]._serialized_end = 2394
116
- _globals["_PERFORMANCERANGE"]._serialized_start = 2397
117
- _globals["_PERFORMANCERANGE"]._serialized_end = 2633
118
- _globals["_SEARCHMODELSRESPONSE"]._serialized_start = 2636
119
- _globals["_SEARCHMODELSRESPONSE"]._serialized_end = 2835
120
- _globals["_FACETRESULT"]._serialized_start = 2837
121
- _globals["_FACETRESULT"]._serialized_end = 2926
122
- _globals["_FACETVALUE"]._serialized_start = 2928
123
- _globals["_FACETVALUE"]._serialized_end = 2984
124
- _globals["_COMPAREMODELSREQUEST"]._serialized_start = 2986
125
- _globals["_COMPAREMODELSREQUEST"]._serialized_end = 3065
126
- _globals["_COMPAREMODELSRESPONSE"]._serialized_start = 3068
127
- _globals["_COMPAREMODELSRESPONSE"]._serialized_end = 3223
128
- _globals["_MODELCOMPARISON"]._serialized_start = 3226
129
- _globals["_MODELCOMPARISON"]._serialized_end = 3485
130
- _globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_start = 3412
131
- _globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_end = 3485
132
- _globals["_COMPARISONSUMMARY"]._serialized_start = 3488
133
- _globals["_COMPARISONSUMMARY"]._serialized_end = 3735
134
- _globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_start = 3737
135
- _globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_end = 3841
136
- _globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_start = 3844
137
- _globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_end = 4009
138
- _globals["_PRICEPOINT"]._serialized_start = 4012
139
- _globals["_PRICEPOINT"]._serialized_end = 4236
140
- _globals["_PRICECHANGE"]._serialized_start = 4239
141
- _globals["_PRICECHANGE"]._serialized_end = 4577
142
- _globals["_GETMODELCHANGESREQUEST"]._serialized_start = 4579
143
- _globals["_GETMODELCHANGESREQUEST"]._serialized_end = 4680
144
- _globals["_GETMODELCHANGESRESPONSE"]._serialized_start = 4682
145
- _globals["_GETMODELCHANGESRESPONSE"]._serialized_end = 4764
146
- _globals["_MODELCHANGE"]._serialized_start = 4767
147
- _globals["_MODELCHANGE"]._serialized_end = 4979
148
- _globals["_GETTRENDINGMODELSREQUEST"]._serialized_start = 4981
149
- _globals["_GETTRENDINGMODELSREQUEST"]._serialized_end = 5062
150
- _globals["_GETTRENDINGMODELSRESPONSE"]._serialized_start = 5064
151
- _globals["_GETTRENDINGMODELSRESPONSE"]._serialized_end = 5148
152
- _globals["_TRENDINGMODEL"]._serialized_start = 5151
153
- _globals["_TRENDINGMODEL"]._serialized_end = 5330
154
- _globals["_GETRECENTUPDATESREQUEST"]._serialized_start = 5333
155
- _globals["_GETRECENTUPDATESREQUEST"]._serialized_end = 5467
156
- _globals["_GETRECENTUPDATESRESPONSE"]._serialized_start = 5469
157
- _globals["_GETRECENTUPDATESRESPONSE"]._serialized_end = 5552
158
- _globals["_UPDATEENTRY"]._serialized_start = 5555
159
- _globals["_UPDATEENTRY"]._serialized_end = 5876
160
- _globals["_EXPORTDATAREQUEST"]._serialized_start = 5878
161
- _globals["_EXPORTDATAREQUEST"]._serialized_end = 5994
162
- _globals["_EXPORTDATARESPONSE"]._serialized_start = 5997
163
- _globals["_EXPORTDATARESPONSE"]._serialized_end = 6196
164
- _globals["_GETSTATISTICSREQUEST"]._serialized_start = 6198
165
- _globals["_GETSTATISTICSREQUEST"]._serialized_end = 6220
166
- _globals["_GETSTATISTICSRESPONSE"]._serialized_start = 6223
167
- _globals["_GETSTATISTICSRESPONSE"]._serialized_end = 6557
168
- _globals["_OVERALLSTATS"]._serialized_start = 6560
169
- _globals["_OVERALLSTATS"]._serialized_end = 6839
170
- _globals["_PROVIDERSTATS"]._serialized_start = 6842
171
- _globals["_PROVIDERSTATS"]._serialized_end = 7090
172
- _globals["_TYPESTATS"]._serialized_start = 7092
173
- _globals["_TYPESTATS"]._serialized_end = 7188
174
- _globals["_PRICINGSTATS"]._serialized_start = 7191
175
- _globals["_PRICINGSTATS"]._serialized_end = 7545
176
- _globals["_RECENTACTIVITY"]._serialized_start = 7548
177
- _globals["_RECENTACTIVITY"]._serialized_end = 7693
178
- _globals["_LLMX"]._serialized_start = 7696
179
- _globals["_LLMX"]._serialized_end = 9301
235
+ _globals["_LISTPROVIDERSRESPONSE"]._serialized_end = 454
236
+ _globals["_GETPROVIDERREQUEST"]._serialized_start = 456
237
+ _globals["_GETPROVIDERREQUEST"]._serialized_end = 496
238
+ _globals["_GETPROVIDERRESPONSE"]._serialized_start = 498
239
+ _globals["_GETPROVIDERRESPONSE"]._serialized_end = 579
240
+ _globals["_LISTMODELSREQUEST"]._serialized_start = 582
241
+ _globals["_LISTMODELSREQUEST"]._serialized_end = 1094
242
+ _globals["_LISTMODELSRESPONSE"]._serialized_start = 1097
243
+ _globals["_LISTMODELSRESPONSE"]._serialized_end = 1243
244
+ _globals["_GETMODELREQUEST"]._serialized_start = 1245
245
+ _globals["_GETMODELREQUEST"]._serialized_end = 1317
246
+ _globals["_GETMODELRESPONSE"]._serialized_start = 1319
247
+ _globals["_GETMODELRESPONSE"]._serialized_end = 1388
248
+ _globals["_SEARCHMODELSREQUEST"]._serialized_start = 1391
249
+ _globals["_SEARCHMODELSREQUEST"]._serialized_end = 2048
250
+ _globals["_PRICERANGE"]._serialized_start = 2051
251
+ _globals["_PRICERANGE"]._serialized_end = 2227
252
+ _globals["_TOKENRANGE"]._serialized_start = 2230
253
+ _globals["_TOKENRANGE"]._serialized_end = 2422
254
+ _globals["_PERFORMANCERANGE"]._serialized_start = 2425
255
+ _globals["_PERFORMANCERANGE"]._serialized_end = 2661
256
+ _globals["_SEARCHMODELSRESPONSE"]._serialized_start = 2664
257
+ _globals["_SEARCHMODELSRESPONSE"]._serialized_end = 2871
258
+ _globals["_FACETRESULT"]._serialized_start = 2873
259
+ _globals["_FACETRESULT"]._serialized_end = 2966
260
+ _globals["_FACETVALUE"]._serialized_start = 2968
261
+ _globals["_FACETVALUE"]._serialized_end = 3024
262
+ _globals["_COMPAREMODELSREQUEST"]._serialized_start = 3026
263
+ _globals["_COMPAREMODELSREQUEST"]._serialized_end = 3105
264
+ _globals["_COMPAREMODELSRESPONSE"]._serialized_start = 3108
265
+ _globals["_COMPAREMODELSRESPONSE"]._serialized_end = 3271
266
+ _globals["_MODELCOMPARISON"]._serialized_start = 3274
267
+ _globals["_MODELCOMPARISON"]._serialized_end = 3537
268
+ _globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_start = 3464
269
+ _globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_end = 3537
270
+ _globals["_COMPARISONSUMMARY"]._serialized_start = 3540
271
+ _globals["_COMPARISONSUMMARY"]._serialized_end = 3787
272
+ _globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_start = 3789
273
+ _globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_end = 3893
274
+ _globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_start = 3896
275
+ _globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_end = 4069
276
+ _globals["_PRICEPOINT"]._serialized_start = 4072
277
+ _globals["_PRICEPOINT"]._serialized_end = 4300
278
+ _globals["_PRICECHANGE"]._serialized_start = 4303
279
+ _globals["_PRICECHANGE"]._serialized_end = 4645
280
+ _globals["_GETMODELCHANGESREQUEST"]._serialized_start = 4647
281
+ _globals["_GETMODELCHANGESREQUEST"]._serialized_end = 4748
282
+ _globals["_GETMODELCHANGESRESPONSE"]._serialized_start = 4750
283
+ _globals["_GETMODELCHANGESRESPONSE"]._serialized_end = 4836
284
+ _globals["_MODELCHANGE"]._serialized_start = 4839
285
+ _globals["_MODELCHANGE"]._serialized_end = 5055
286
+ _globals["_GETTRENDINGMODELSREQUEST"]._serialized_start = 5057
287
+ _globals["_GETTRENDINGMODELSREQUEST"]._serialized_end = 5138
288
+ _globals["_GETTRENDINGMODELSRESPONSE"]._serialized_start = 5140
289
+ _globals["_GETTRENDINGMODELSRESPONSE"]._serialized_end = 5228
290
+ _globals["_TRENDINGMODEL"]._serialized_start = 5231
291
+ _globals["_TRENDINGMODEL"]._serialized_end = 5414
292
+ _globals["_GETRECENTUPDATESREQUEST"]._serialized_start = 5417
293
+ _globals["_GETRECENTUPDATESREQUEST"]._serialized_end = 5551
294
+ _globals["_GETRECENTUPDATESRESPONSE"]._serialized_start = 5553
295
+ _globals["_GETRECENTUPDATESRESPONSE"]._serialized_end = 5640
296
+ _globals["_UPDATEENTRY"]._serialized_start = 5643
297
+ _globals["_UPDATEENTRY"]._serialized_end = 5968
298
+ _globals["_EXPORTDATAREQUEST"]._serialized_start = 5970
299
+ _globals["_EXPORTDATAREQUEST"]._serialized_end = 6086
300
+ _globals["_EXPORTDATARESPONSE"]._serialized_start = 6089
301
+ _globals["_EXPORTDATARESPONSE"]._serialized_end = 6292
302
+ _globals["_GETSTATISTICSREQUEST"]._serialized_start = 6294
303
+ _globals["_GETSTATISTICSREQUEST"]._serialized_end = 6316
304
+ _globals["_GETSTATISTICSRESPONSE"]._serialized_start = 6319
305
+ _globals["_GETSTATISTICSRESPONSE"]._serialized_end = 6673
306
+ _globals["_OVERALLSTATS"]._serialized_start = 6676
307
+ _globals["_OVERALLSTATS"]._serialized_end = 6959
308
+ _globals["_PROVIDERSTATS"]._serialized_start = 6962
309
+ _globals["_PROVIDERSTATS"]._serialized_end = 7210
310
+ _globals["_TYPESTATS"]._serialized_start = 7212
311
+ _globals["_TYPESTATS"]._serialized_end = 7308
312
+ _globals["_PRICINGSTATS"]._serialized_start = 7311
313
+ _globals["_PRICINGSTATS"]._serialized_end = 7665
314
+ _globals["_RECENTACTIVITY"]._serialized_start = 7668
315
+ _globals["_RECENTACTIVITY"]._serialized_end = 7817
316
+ _globals["_LLMX"]._serialized_start = 7820
317
+ _globals["_LLMX"]._serialized_end = 9425
180
318
  # @@protoc_insertion_point(module_scope)