weave-python 0.28.2__py3-none-any.whl → 0.30.3__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.
- weave/weaveapi/auth/v1/service_pb2.py +194 -98
- weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
- weave/weaveapi/auth/v1/session_pb2.py +14 -6
- weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/usage_pb2.py +18 -14
- weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
- weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/user_pb2.py +60 -18
- weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
- weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/configuration_pb2.py +31 -19
- weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
- weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/generate_pb2.py +32 -6
- weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
- weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/service_pb2.py +52 -22
- weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
- weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
- weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
- weave/weaveapi/llmx/v1/architecture_pb2.py +42 -42
- weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
- weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/capabilities_pb2.py +88 -56
- weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
- weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/model_pb2.py +56 -20
- weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
- weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/pricing_pb2.py +24 -20
- weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
- weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/provider_pb2.py +6 -6
- weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
- weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/service_pb2.py +228 -90
- weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
- weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
- weave/weaveapi/mcpregistry/v1/server_pb2.py +16 -10
- weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
- weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
- weave/weaveapi/mcpregistry/v1/service_pb2.py +51 -31
- weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
- weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
- weave/weaveapi/payment/v1/invoice_pb2.py +38 -12
- weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
- weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
- weave/weaveapi/payment/v1/service_pb2.py +264 -98
- weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
- weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
- weave/weaveapi/payment/v1/subscription_pb2.py +99 -23
- weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
- weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/auth_pb2.py +6 -6
- weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
- weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/nosql_database_pb2.py +47 -23
- weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
- weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/object_store_pb2.py +27 -13
- weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
- weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/service_pb2.py +96 -36
- weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
- weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
- weave/weaveapi/storage/v1/sql_database_pb2.py +39 -23
- weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
- weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/storage_pb2.py +20 -6
- weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
- weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/dataset_pb2.py +14 -12
- weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
- weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +9 -9
- weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
- weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/relationship_pb2.py +19 -11
- weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
- weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/service_pb2.py +42 -24
- weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
- weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
- weave/weaveapi/synthesize/v1/training_pb2.py +19 -13
- weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
- weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
- weave/weavesql/llmxdb/capabilities.py +487 -0
- weave/weavesql/llmxdb/changes.py +297 -0
- weave/weavesql/llmxdb/models.py +594 -0
- weave/weavesql/llmxdb/providers.py +348 -0
- weave/weavesql/llmxdb/scraper_runs.py +287 -0
- weave/weavesql/llmxdb/search.py +721 -0
- weave/weavesql/weavedb/dataset.py +75 -0
- weave/weavesql/weavedb/models.py +135 -0
- weave/weavesql/weavedb/relationships.py +72 -0
- weave/weavesql/weavedb/storage.py +113 -0
- weave/weavesql/weavedb/synthesizer.py +107 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/METADATA +3 -3
- weave_python-0.30.3.dist-info/RECORD +131 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
- weave_python-0.28.2.dist-info/RECORD +0 -120
- {weave_python-0.28.2.dist-info → weave_python-0.30.3.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.
|
|
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,
|
|
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!google/protobuf/go_features.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\xc4\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::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,11 +32,149 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
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"
|
|
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\222\003\005\322>\002\020\003"
|
|
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"
|
|
@@ -91,90 +229,90 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
91
229
|
_globals["_LLMX"].methods_by_name[
|
|
92
230
|
"GetStatistics"
|
|
93
231
|
]._serialized_options = b"\202\323\344\223\002\017\022\r/api/v1/stats"
|
|
94
|
-
_globals["_LISTPROVIDERSREQUEST"]._serialized_start =
|
|
95
|
-
_globals["_LISTPROVIDERSREQUEST"]._serialized_end =
|
|
96
|
-
_globals["_LISTPROVIDERSRESPONSE"]._serialized_start =
|
|
97
|
-
_globals["_LISTPROVIDERSRESPONSE"]._serialized_end =
|
|
98
|
-
_globals["_GETPROVIDERREQUEST"]._serialized_start =
|
|
99
|
-
_globals["_GETPROVIDERREQUEST"]._serialized_end =
|
|
100
|
-
_globals["_GETPROVIDERRESPONSE"]._serialized_start =
|
|
101
|
-
_globals["_GETPROVIDERRESPONSE"]._serialized_end =
|
|
102
|
-
_globals["_LISTMODELSREQUEST"]._serialized_start =
|
|
103
|
-
_globals["_LISTMODELSREQUEST"]._serialized_end =
|
|
104
|
-
_globals["_LISTMODELSRESPONSE"]._serialized_start =
|
|
105
|
-
_globals["_LISTMODELSRESPONSE"]._serialized_end =
|
|
106
|
-
_globals["_GETMODELREQUEST"]._serialized_start =
|
|
107
|
-
_globals["_GETMODELREQUEST"]._serialized_end =
|
|
108
|
-
_globals["_GETMODELRESPONSE"]._serialized_start =
|
|
109
|
-
_globals["_GETMODELRESPONSE"]._serialized_end =
|
|
110
|
-
_globals["_SEARCHMODELSREQUEST"]._serialized_start =
|
|
111
|
-
_globals["_SEARCHMODELSREQUEST"]._serialized_end =
|
|
112
|
-
_globals["_PRICERANGE"]._serialized_start =
|
|
113
|
-
_globals["_PRICERANGE"]._serialized_end =
|
|
114
|
-
_globals["_TOKENRANGE"]._serialized_start =
|
|
115
|
-
_globals["_TOKENRANGE"]._serialized_end =
|
|
116
|
-
_globals["_PERFORMANCERANGE"]._serialized_start =
|
|
117
|
-
_globals["_PERFORMANCERANGE"]._serialized_end =
|
|
118
|
-
_globals["_SEARCHMODELSRESPONSE"]._serialized_start =
|
|
119
|
-
_globals["_SEARCHMODELSRESPONSE"]._serialized_end =
|
|
120
|
-
_globals["_FACETRESULT"]._serialized_start =
|
|
121
|
-
_globals["_FACETRESULT"]._serialized_end =
|
|
122
|
-
_globals["_FACETVALUE"]._serialized_start =
|
|
123
|
-
_globals["_FACETVALUE"]._serialized_end =
|
|
124
|
-
_globals["_COMPAREMODELSREQUEST"]._serialized_start =
|
|
125
|
-
_globals["_COMPAREMODELSREQUEST"]._serialized_end =
|
|
126
|
-
_globals["_COMPAREMODELSRESPONSE"]._serialized_start =
|
|
127
|
-
_globals["_COMPAREMODELSRESPONSE"]._serialized_end =
|
|
128
|
-
_globals["_MODELCOMPARISON"]._serialized_start =
|
|
129
|
-
_globals["_MODELCOMPARISON"]._serialized_end =
|
|
130
|
-
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_start =
|
|
131
|
-
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_end =
|
|
132
|
-
_globals["_COMPARISONSUMMARY"]._serialized_start =
|
|
133
|
-
_globals["_COMPARISONSUMMARY"]._serialized_end =
|
|
134
|
-
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_start =
|
|
135
|
-
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_end =
|
|
136
|
-
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_start =
|
|
137
|
-
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_end =
|
|
138
|
-
_globals["_PRICEPOINT"]._serialized_start =
|
|
139
|
-
_globals["_PRICEPOINT"]._serialized_end =
|
|
140
|
-
_globals["_PRICECHANGE"]._serialized_start =
|
|
141
|
-
_globals["_PRICECHANGE"]._serialized_end =
|
|
142
|
-
_globals["_GETMODELCHANGESREQUEST"]._serialized_start =
|
|
143
|
-
_globals["_GETMODELCHANGESREQUEST"]._serialized_end =
|
|
144
|
-
_globals["_GETMODELCHANGESRESPONSE"]._serialized_start =
|
|
145
|
-
_globals["_GETMODELCHANGESRESPONSE"]._serialized_end =
|
|
146
|
-
_globals["_MODELCHANGE"]._serialized_start =
|
|
147
|
-
_globals["_MODELCHANGE"]._serialized_end =
|
|
148
|
-
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_start =
|
|
149
|
-
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_end =
|
|
150
|
-
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_start =
|
|
151
|
-
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_end =
|
|
152
|
-
_globals["_TRENDINGMODEL"]._serialized_start =
|
|
153
|
-
_globals["_TRENDINGMODEL"]._serialized_end =
|
|
154
|
-
_globals["_GETRECENTUPDATESREQUEST"]._serialized_start =
|
|
155
|
-
_globals["_GETRECENTUPDATESREQUEST"]._serialized_end =
|
|
156
|
-
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_start =
|
|
157
|
-
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_end =
|
|
158
|
-
_globals["_UPDATEENTRY"]._serialized_start =
|
|
159
|
-
_globals["_UPDATEENTRY"]._serialized_end =
|
|
160
|
-
_globals["_EXPORTDATAREQUEST"]._serialized_start =
|
|
161
|
-
_globals["_EXPORTDATAREQUEST"]._serialized_end =
|
|
162
|
-
_globals["_EXPORTDATARESPONSE"]._serialized_start =
|
|
163
|
-
_globals["_EXPORTDATARESPONSE"]._serialized_end =
|
|
164
|
-
_globals["_GETSTATISTICSREQUEST"]._serialized_start =
|
|
165
|
-
_globals["_GETSTATISTICSREQUEST"]._serialized_end =
|
|
166
|
-
_globals["_GETSTATISTICSRESPONSE"]._serialized_start =
|
|
167
|
-
_globals["_GETSTATISTICSRESPONSE"]._serialized_end =
|
|
168
|
-
_globals["_OVERALLSTATS"]._serialized_start =
|
|
169
|
-
_globals["_OVERALLSTATS"]._serialized_end =
|
|
170
|
-
_globals["_PROVIDERSTATS"]._serialized_start =
|
|
171
|
-
_globals["_PROVIDERSTATS"]._serialized_end =
|
|
172
|
-
_globals["_TYPESTATS"]._serialized_start =
|
|
173
|
-
_globals["_TYPESTATS"]._serialized_end =
|
|
174
|
-
_globals["_PRICINGSTATS"]._serialized_start =
|
|
175
|
-
_globals["_PRICINGSTATS"]._serialized_end =
|
|
176
|
-
_globals["_RECENTACTIVITY"]._serialized_start =
|
|
177
|
-
_globals["_RECENTACTIVITY"]._serialized_end =
|
|
178
|
-
_globals["_LLMX"]._serialized_start =
|
|
179
|
-
_globals["_LLMX"]._serialized_end =
|
|
232
|
+
_globals["_LISTPROVIDERSREQUEST"]._serialized_start = 213
|
|
233
|
+
_globals["_LISTPROVIDERSREQUEST"]._serialized_end = 328
|
|
234
|
+
_globals["_LISTPROVIDERSRESPONSE"]._serialized_start = 331
|
|
235
|
+
_globals["_LISTPROVIDERSRESPONSE"]._serialized_end = 489
|
|
236
|
+
_globals["_GETPROVIDERREQUEST"]._serialized_start = 491
|
|
237
|
+
_globals["_GETPROVIDERREQUEST"]._serialized_end = 531
|
|
238
|
+
_globals["_GETPROVIDERRESPONSE"]._serialized_start = 533
|
|
239
|
+
_globals["_GETPROVIDERRESPONSE"]._serialized_end = 614
|
|
240
|
+
_globals["_LISTMODELSREQUEST"]._serialized_start = 617
|
|
241
|
+
_globals["_LISTMODELSREQUEST"]._serialized_end = 1129
|
|
242
|
+
_globals["_LISTMODELSRESPONSE"]._serialized_start = 1132
|
|
243
|
+
_globals["_LISTMODELSRESPONSE"]._serialized_end = 1278
|
|
244
|
+
_globals["_GETMODELREQUEST"]._serialized_start = 1280
|
|
245
|
+
_globals["_GETMODELREQUEST"]._serialized_end = 1352
|
|
246
|
+
_globals["_GETMODELRESPONSE"]._serialized_start = 1354
|
|
247
|
+
_globals["_GETMODELRESPONSE"]._serialized_end = 1423
|
|
248
|
+
_globals["_SEARCHMODELSREQUEST"]._serialized_start = 1426
|
|
249
|
+
_globals["_SEARCHMODELSREQUEST"]._serialized_end = 2083
|
|
250
|
+
_globals["_PRICERANGE"]._serialized_start = 2086
|
|
251
|
+
_globals["_PRICERANGE"]._serialized_end = 2262
|
|
252
|
+
_globals["_TOKENRANGE"]._serialized_start = 2265
|
|
253
|
+
_globals["_TOKENRANGE"]._serialized_end = 2457
|
|
254
|
+
_globals["_PERFORMANCERANGE"]._serialized_start = 2460
|
|
255
|
+
_globals["_PERFORMANCERANGE"]._serialized_end = 2696
|
|
256
|
+
_globals["_SEARCHMODELSRESPONSE"]._serialized_start = 2699
|
|
257
|
+
_globals["_SEARCHMODELSRESPONSE"]._serialized_end = 2906
|
|
258
|
+
_globals["_FACETRESULT"]._serialized_start = 2908
|
|
259
|
+
_globals["_FACETRESULT"]._serialized_end = 3001
|
|
260
|
+
_globals["_FACETVALUE"]._serialized_start = 3003
|
|
261
|
+
_globals["_FACETVALUE"]._serialized_end = 3059
|
|
262
|
+
_globals["_COMPAREMODELSREQUEST"]._serialized_start = 3061
|
|
263
|
+
_globals["_COMPAREMODELSREQUEST"]._serialized_end = 3140
|
|
264
|
+
_globals["_COMPAREMODELSRESPONSE"]._serialized_start = 3143
|
|
265
|
+
_globals["_COMPAREMODELSRESPONSE"]._serialized_end = 3306
|
|
266
|
+
_globals["_MODELCOMPARISON"]._serialized_start = 3309
|
|
267
|
+
_globals["_MODELCOMPARISON"]._serialized_end = 3572
|
|
268
|
+
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_start = 3499
|
|
269
|
+
_globals["_MODELCOMPARISON_HIGHLIGHTEDDIFFERENCESENTRY"]._serialized_end = 3572
|
|
270
|
+
_globals["_COMPARISONSUMMARY"]._serialized_start = 3575
|
|
271
|
+
_globals["_COMPARISONSUMMARY"]._serialized_end = 3822
|
|
272
|
+
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_start = 3824
|
|
273
|
+
_globals["_GETMODELPRICEHISTORYREQUEST"]._serialized_end = 3928
|
|
274
|
+
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_start = 3931
|
|
275
|
+
_globals["_GETMODELPRICEHISTORYRESPONSE"]._serialized_end = 4104
|
|
276
|
+
_globals["_PRICEPOINT"]._serialized_start = 4107
|
|
277
|
+
_globals["_PRICEPOINT"]._serialized_end = 4335
|
|
278
|
+
_globals["_PRICECHANGE"]._serialized_start = 4338
|
|
279
|
+
_globals["_PRICECHANGE"]._serialized_end = 4680
|
|
280
|
+
_globals["_GETMODELCHANGESREQUEST"]._serialized_start = 4682
|
|
281
|
+
_globals["_GETMODELCHANGESREQUEST"]._serialized_end = 4783
|
|
282
|
+
_globals["_GETMODELCHANGESRESPONSE"]._serialized_start = 4785
|
|
283
|
+
_globals["_GETMODELCHANGESRESPONSE"]._serialized_end = 4871
|
|
284
|
+
_globals["_MODELCHANGE"]._serialized_start = 4874
|
|
285
|
+
_globals["_MODELCHANGE"]._serialized_end = 5090
|
|
286
|
+
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_start = 5092
|
|
287
|
+
_globals["_GETTRENDINGMODELSREQUEST"]._serialized_end = 5173
|
|
288
|
+
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_start = 5175
|
|
289
|
+
_globals["_GETTRENDINGMODELSRESPONSE"]._serialized_end = 5263
|
|
290
|
+
_globals["_TRENDINGMODEL"]._serialized_start = 5266
|
|
291
|
+
_globals["_TRENDINGMODEL"]._serialized_end = 5449
|
|
292
|
+
_globals["_GETRECENTUPDATESREQUEST"]._serialized_start = 5452
|
|
293
|
+
_globals["_GETRECENTUPDATESREQUEST"]._serialized_end = 5586
|
|
294
|
+
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_start = 5588
|
|
295
|
+
_globals["_GETRECENTUPDATESRESPONSE"]._serialized_end = 5675
|
|
296
|
+
_globals["_UPDATEENTRY"]._serialized_start = 5678
|
|
297
|
+
_globals["_UPDATEENTRY"]._serialized_end = 6003
|
|
298
|
+
_globals["_EXPORTDATAREQUEST"]._serialized_start = 6005
|
|
299
|
+
_globals["_EXPORTDATAREQUEST"]._serialized_end = 6121
|
|
300
|
+
_globals["_EXPORTDATARESPONSE"]._serialized_start = 6124
|
|
301
|
+
_globals["_EXPORTDATARESPONSE"]._serialized_end = 6327
|
|
302
|
+
_globals["_GETSTATISTICSREQUEST"]._serialized_start = 6329
|
|
303
|
+
_globals["_GETSTATISTICSREQUEST"]._serialized_end = 6351
|
|
304
|
+
_globals["_GETSTATISTICSRESPONSE"]._serialized_start = 6354
|
|
305
|
+
_globals["_GETSTATISTICSRESPONSE"]._serialized_end = 6708
|
|
306
|
+
_globals["_OVERALLSTATS"]._serialized_start = 6711
|
|
307
|
+
_globals["_OVERALLSTATS"]._serialized_end = 6994
|
|
308
|
+
_globals["_PROVIDERSTATS"]._serialized_start = 6997
|
|
309
|
+
_globals["_PROVIDERSTATS"]._serialized_end = 7245
|
|
310
|
+
_globals["_TYPESTATS"]._serialized_start = 7247
|
|
311
|
+
_globals["_TYPESTATS"]._serialized_end = 7343
|
|
312
|
+
_globals["_PRICINGSTATS"]._serialized_start = 7346
|
|
313
|
+
_globals["_PRICINGSTATS"]._serialized_end = 7700
|
|
314
|
+
_globals["_RECENTACTIVITY"]._serialized_start = 7703
|
|
315
|
+
_globals["_RECENTACTIVITY"]._serialized_end = 7852
|
|
316
|
+
_globals["_LLMX"]._serialized_start = 7855
|
|
317
|
+
_globals["_LLMX"]._serialized_end = 9460
|
|
180
318
|
# @@protoc_insertion_point(module_scope)
|