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
@@ -3,18 +3,19 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import abc
7
- import collections.abc
8
- import grpc
9
- import grpc.aio
10
- import typing
6
+ from collections import abc as _abc
7
+ from grpc import aio as _aio
8
+ import abc as _abc_1
9
+ import grpc as _grpc
10
+ import typing as _typing
11
11
 
12
- _T = typing.TypeVar("_T")
12
+ _T = _typing.TypeVar("_T")
13
13
 
14
14
  class _MaybeAsyncIterator(
15
- collections.abc.AsyncIterator[_T],
16
- collections.abc.Iterator[_T],
17
- metaclass=abc.ABCMeta,
15
+ _abc.AsyncIterator[_T], _abc.Iterator[_T], metaclass=_abc_1.ABCMeta
18
16
  ): ...
19
- class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ class _ServicerContext(_grpc.ServicerContext, _aio.ServicerContext): # type: ignore[misc, type-arg]
20
18
  ...
19
+
20
+ GRPC_GENERATED_VERSION: str
21
+ GRPC_VERSION: str
@@ -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/model.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/model.proto"
15
+ _runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/llmx/v1/model.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\x1cweaveapi/llmx/v1/model.proto\x12\x10weaveapi.llmx.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a#weaveapi/llmx/v1/architecture.proto\x1a#weaveapi/llmx/v1/capabilities.proto\x1a\x1eweaveapi/llmx/v1/pricing.proto"\x92\x0c\n\x05Model\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\tR\nproviderId\x12#\n\rprovider_slug\x18\x03 \x01(\tR\x0cproviderSlug\x12#\n\rprovider_name\x18\x04 \x01(\tR\x0cproviderName\x12\x19\n\x08model_id\x18\x05 \x01(\tR\x07modelId\x12\x12\n\x04slug\x18\x06 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x07 \x01(\tR\x04name\x12!\n\x0c\x64isplay_name\x18\x08 \x01(\tR\x0b\x64isplayName\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x18\n\x07version\x18\n \x01(\tR\x07version\x12=\n\x0crelease_date\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0breleaseDate\x12L\n\x14training_data_cutoff\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x12trainingDataCutoff\x12\x45\n\x10\x64\x65precation_date\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0f\x64\x65precationDate\x12@\n\x0c\x63\x61pabilities\x18\x0e \x03(\x0b\x32\x1c.weaveapi.llmx.v1.CapabilityR\x0c\x63\x61pabilities\x12M\n\x0e\x63lassification\x18\x0f \x01(\x0b\x32%.weaveapi.llmx.v1.ModelClassificationR\x0e\x63lassification\x12\x44\n\x0bperformance\x18\x10 \x01(\x0b\x32".weaveapi.llmx.v1.ModelPerformanceR\x0bperformance\x12\x33\n\x06tokens\x18\x11 \x01(\x0b\x32\x1b.weaveapi.llmx.v1.TokenInfoR\x06tokens\x12\x33\n\x07pricing\x18\x12 \x01(\x0b\x32\x19.weaveapi.llmx.v1.PricingR\x07pricing\x12\x45\n\rconfiguration\x18\x13 \x01(\x0b\x32\x1f.weaveapi.llmx.v1.ConfigurationR\rconfiguration\x12=\n\x0b\x61pi_details\x18\x14 \x01(\x0b\x32\x1c.weaveapi.llmx.v1.APIDetailsR\napiDetails\x12\x42\n\x0c\x61vailability\x18\x15 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.AvailabilityR\x0c\x61vailability\x12\x42\n\x0c\x61rchitecture\x18\x16 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.ArchitectureR\x0c\x61rchitecture\x12\x36\n\x08training\x18\x17 \x01(\x0b\x32\x1a.weaveapi.llmx.v1.TrainingR\x08training\x12\x30\n\x06safety\x18\x18 \x01(\x0b\x32\x18.weaveapi.llmx.v1.SafetyR\x06safety\x12\x39\n\tlicensing\x18\x19 \x01(\x0b\x32\x1b.weaveapi.llmx.v1.LicensingR\tlicensing\x12I\n\x0ftechnical_specs\x18\x1a \x01(\x0b\x32 .weaveapi.llmx.v1.TechnicalSpecsR\x0etechnicalSpecs\x12\x42\n\x0flast_scraped_at\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rlastScrapedAt\x12!\n\x0c\x64\x61ta_sources\x18\x1c \x03(\tR\x0b\x64\x61taSources\x12\x1b\n\tis_active\x18\x1d \x01(\x08R\x08isActive\x12#\n\ris_deprecated\x18\x1e \x01(\x08R\x0cisDeprecated\x12\x30\n\x14replacement_model_id\x18\x1f \x01(\tR\x12replacementModelId"\xca\x01\n\x13ModelClassification\x12\x1d\n\nmodel_type\x18\x01 \x01(\tR\tmodelType\x12"\n\x0c\x61rchitecture\x18\x02 \x01(\tR\x0c\x61rchitecture\x12\'\n\x0fparameter_count\x18\x03 \x01(\x03R\x0eparameterCount\x12$\n\x0eis_open_source\x18\x04 \x01(\x08R\x0cisOpenSource\x12!\n\x0clicense_type\x18\x05 \x01(\tR\x0blicenseType"\xf1\x02\n\x10ModelPerformance\x12\'\n\x0freasoning_score\x18\x01 \x01(\x01R\x0ereasoningScore\x12!\n\x0c\x63oding_score\x18\x02 \x01(\x01R\x0b\x63odingScore\x12%\n\x0e\x63reative_score\x18\x03 \x01(\x01R\rcreativeScore\x12#\n\rfactual_score\x18\x04 \x01(\x01R\x0c\x66\x61\x63tualScore\x12\x1d\n\nmath_score\x18\x05 \x01(\x01R\tmathScore\x12\x62\n\x10\x62\x65nchmark_scores\x18\x06 \x03(\x0b\x32\x37.weaveapi.llmx.v1.ModelPerformance.BenchmarkScoresEntryR\x0f\x62\x65nchmarkScores\x1a\x42\n\x14\x42\x65nchmarkScoresEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x01R\x05value:\x02\x38\x01"\xa8\x01\n\tTokenInfo\x12%\n\x0e\x63ontext_window\x18\x01 \x01(\x05R\rcontextWindow\x12*\n\x11max_output_tokens\x18\x02 \x01(\x05R\x0fmaxOutputTokens\x12\x1c\n\ttokenizer\x18\x03 \x01(\tR\ttokenizer\x12*\n\x11tokens_per_second\x18\x04 \x01(\x05R\x0ftokensPerSecond"\xca\x01\n\rConfiguration\x12\'\n\x0ftemperature_min\x18\x01 \x01(\x01R\x0etemperatureMin\x12\'\n\x0ftemperature_max\x18\x02 \x01(\x01R\x0etemperatureMax\x12/\n\x13temperature_default\x18\x03 \x01(\x01R\x12temperatureDefault\x12\x1a\n\ttop_p_min\x18\x04 \x01(\x01R\x07topPMin\x12\x1a\n\ttop_p_max\x18\x05 \x01(\x01R\x07topPMax"\x8e\x01\n\nAPIDetails\x12\x1a\n\x08\x65ndpoint\x18\x01 \x01(\tR\x08\x65ndpoint\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\x12$\n\x0erate_limit_rpm\x18\x03 \x01(\x05R\x0crateLimitRpm\x12$\n\x0erate_limit_tpm\x18\x04 \x01(\x05R\x0crateLimitTpm"F\n\x0c\x41vailability\x12\x18\n\x07regions\x18\x01 \x03(\tR\x07regions\x12\x1c\n\tplatforms\x18\x02 \x03(\tR\tplatformsB\xba\x01\n\x14\x63om.weaveapi.llmx.v1B\nModelProtoP\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\x1cweaveapi/llmx/v1/model.proto\x12\x10weaveapi.llmx.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a#weaveapi/llmx/v1/architecture.proto\x1a#weaveapi/llmx/v1/capabilities.proto\x1a\x1eweaveapi/llmx/v1/pricing.proto"\xd6\x0c\n\x05Model\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\tR\nproviderId\x12#\n\rprovider_slug\x18\x03 \x01(\tR\x0cproviderSlug\x12#\n\rprovider_name\x18\x04 \x01(\tR\x0cproviderName\x12\x19\n\x08model_id\x18\x05 \x01(\tR\x07modelId\x12\x12\n\x04slug\x18\x06 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x07 \x01(\tR\x04name\x12!\n\x0c\x64isplay_name\x18\x08 \x01(\tR\x0b\x64isplayName\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x18\n\x07version\x18\n \x01(\tR\x07version\x12\x41\n\x0crelease_date\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0breleaseDate\x12P\n\x14training_data_cutoff\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x12trainingDataCutoff\x12I\n\x10\x64\x65precation_date\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0f\x64\x65precationDate\x12\x44\n\x0c\x63\x61pabilities\x18\x0e \x03(\x0b\x32\x1c.weaveapi.llmx.v1.CapabilityB\x02(\x01R\x0c\x63\x61pabilities\x12Q\n\x0e\x63lassification\x18\x0f \x01(\x0b\x32%.weaveapi.llmx.v1.ModelClassificationB\x02(\x01R\x0e\x63lassification\x12H\n\x0bperformance\x18\x10 \x01(\x0b\x32".weaveapi.llmx.v1.ModelPerformanceB\x02(\x01R\x0bperformance\x12\x37\n\x06tokens\x18\x11 \x01(\x0b\x32\x1b.weaveapi.llmx.v1.TokenInfoB\x02(\x01R\x06tokens\x12\x37\n\x07pricing\x18\x12 \x01(\x0b\x32\x19.weaveapi.llmx.v1.PricingB\x02(\x01R\x07pricing\x12I\n\rconfiguration\x18\x13 \x01(\x0b\x32\x1f.weaveapi.llmx.v1.ConfigurationB\x02(\x01R\rconfiguration\x12\x41\n\x0b\x61pi_details\x18\x14 \x01(\x0b\x32\x1c.weaveapi.llmx.v1.APIDetailsB\x02(\x01R\napiDetails\x12\x46\n\x0c\x61vailability\x18\x15 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.AvailabilityB\x02(\x01R\x0c\x61vailability\x12\x46\n\x0c\x61rchitecture\x18\x16 \x01(\x0b\x32\x1e.weaveapi.llmx.v1.ArchitectureB\x02(\x01R\x0c\x61rchitecture\x12:\n\x08training\x18\x17 \x01(\x0b\x32\x1a.weaveapi.llmx.v1.TrainingB\x02(\x01R\x08training\x12\x34\n\x06safety\x18\x18 \x01(\x0b\x32\x18.weaveapi.llmx.v1.SafetyB\x02(\x01R\x06safety\x12=\n\tlicensing\x18\x19 \x01(\x0b\x32\x1b.weaveapi.llmx.v1.LicensingB\x02(\x01R\tlicensing\x12M\n\x0ftechnical_specs\x18\x1a \x01(\x0b\x32 .weaveapi.llmx.v1.TechnicalSpecsB\x02(\x01R\x0etechnicalSpecs\x12\x46\n\x0flast_scraped_at\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\rlastScrapedAt\x12!\n\x0c\x64\x61ta_sources\x18\x1c \x03(\tR\x0b\x64\x61taSources\x12\x1b\n\tis_active\x18\x1d \x01(\x08R\x08isActive\x12#\n\ris_deprecated\x18\x1e \x01(\x08R\x0cisDeprecated\x12\x30\n\x14replacement_model_id\x18\x1f \x01(\tR\x12replacementModelId"\xca\x01\n\x13ModelClassification\x12\x1d\n\nmodel_type\x18\x01 \x01(\tR\tmodelType\x12"\n\x0c\x61rchitecture\x18\x02 \x01(\tR\x0c\x61rchitecture\x12\'\n\x0fparameter_count\x18\x03 \x01(\x03R\x0eparameterCount\x12$\n\x0eis_open_source\x18\x04 \x01(\x08R\x0cisOpenSource\x12!\n\x0clicense_type\x18\x05 \x01(\tR\x0blicenseType"\xf1\x02\n\x10ModelPerformance\x12\'\n\x0freasoning_score\x18\x01 \x01(\x01R\x0ereasoningScore\x12!\n\x0c\x63oding_score\x18\x02 \x01(\x01R\x0b\x63odingScore\x12%\n\x0e\x63reative_score\x18\x03 \x01(\x01R\rcreativeScore\x12#\n\rfactual_score\x18\x04 \x01(\x01R\x0c\x66\x61\x63tualScore\x12\x1d\n\nmath_score\x18\x05 \x01(\x01R\tmathScore\x12\x62\n\x10\x62\x65nchmark_scores\x18\x06 \x03(\x0b\x32\x37.weaveapi.llmx.v1.ModelPerformance.BenchmarkScoresEntryR\x0f\x62\x65nchmarkScores\x1a\x42\n\x14\x42\x65nchmarkScoresEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x01R\x05value:\x02\x38\x01"\xa8\x01\n\tTokenInfo\x12%\n\x0e\x63ontext_window\x18\x01 \x01(\x05R\rcontextWindow\x12*\n\x11max_output_tokens\x18\x02 \x01(\x05R\x0fmaxOutputTokens\x12\x1c\n\ttokenizer\x18\x03 \x01(\tR\ttokenizer\x12*\n\x11tokens_per_second\x18\x04 \x01(\x05R\x0ftokensPerSecond"\xca\x01\n\rConfiguration\x12\'\n\x0ftemperature_min\x18\x01 \x01(\x01R\x0etemperatureMin\x12\'\n\x0ftemperature_max\x18\x02 \x01(\x01R\x0etemperatureMax\x12/\n\x13temperature_default\x18\x03 \x01(\x01R\x12temperatureDefault\x12\x1a\n\ttop_p_min\x18\x04 \x01(\x01R\x07topPMin\x12\x1a\n\ttop_p_max\x18\x05 \x01(\x01R\x07topPMax"\x8e\x01\n\nAPIDetails\x12\x1a\n\x08\x65ndpoint\x18\x01 \x01(\tR\x08\x65ndpoint\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\x12$\n\x0erate_limit_rpm\x18\x03 \x01(\x05R\x0crateLimitRpm\x12$\n\x0erate_limit_tpm\x18\x04 \x01(\x05R\x0crateLimitTpm"F\n\x0c\x41vailability\x12\x18\n\x07regions\x18\x01 \x03(\tR\x07regions\x12\x1c\n\tplatforms\x18\x02 \x03(\tR\tplatformsB\xba\x01\n\x14\x63om.weaveapi.llmx.v1B\nModelProtoP\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,22 +33,58 @@ if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals[
34
34
  "DESCRIPTOR"
35
35
  ]._serialized_options = b"\n\024com.weaveapi.llmx.v1B\nModelProtoP\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["_MODEL"].fields_by_name["release_date"]._loaded_options = None
37
+ _globals["_MODEL"].fields_by_name["release_date"]._serialized_options = b"(\001"
38
+ _globals["_MODEL"].fields_by_name["training_data_cutoff"]._loaded_options = None
39
+ _globals["_MODEL"].fields_by_name[
40
+ "training_data_cutoff"
41
+ ]._serialized_options = b"(\001"
42
+ _globals["_MODEL"].fields_by_name["deprecation_date"]._loaded_options = None
43
+ _globals["_MODEL"].fields_by_name["deprecation_date"]._serialized_options = b"(\001"
44
+ _globals["_MODEL"].fields_by_name["capabilities"]._loaded_options = None
45
+ _globals["_MODEL"].fields_by_name["capabilities"]._serialized_options = b"(\001"
46
+ _globals["_MODEL"].fields_by_name["classification"]._loaded_options = None
47
+ _globals["_MODEL"].fields_by_name["classification"]._serialized_options = b"(\001"
48
+ _globals["_MODEL"].fields_by_name["performance"]._loaded_options = None
49
+ _globals["_MODEL"].fields_by_name["performance"]._serialized_options = b"(\001"
50
+ _globals["_MODEL"].fields_by_name["tokens"]._loaded_options = None
51
+ _globals["_MODEL"].fields_by_name["tokens"]._serialized_options = b"(\001"
52
+ _globals["_MODEL"].fields_by_name["pricing"]._loaded_options = None
53
+ _globals["_MODEL"].fields_by_name["pricing"]._serialized_options = b"(\001"
54
+ _globals["_MODEL"].fields_by_name["configuration"]._loaded_options = None
55
+ _globals["_MODEL"].fields_by_name["configuration"]._serialized_options = b"(\001"
56
+ _globals["_MODEL"].fields_by_name["api_details"]._loaded_options = None
57
+ _globals["_MODEL"].fields_by_name["api_details"]._serialized_options = b"(\001"
58
+ _globals["_MODEL"].fields_by_name["availability"]._loaded_options = None
59
+ _globals["_MODEL"].fields_by_name["availability"]._serialized_options = b"(\001"
60
+ _globals["_MODEL"].fields_by_name["architecture"]._loaded_options = None
61
+ _globals["_MODEL"].fields_by_name["architecture"]._serialized_options = b"(\001"
62
+ _globals["_MODEL"].fields_by_name["training"]._loaded_options = None
63
+ _globals["_MODEL"].fields_by_name["training"]._serialized_options = b"(\001"
64
+ _globals["_MODEL"].fields_by_name["safety"]._loaded_options = None
65
+ _globals["_MODEL"].fields_by_name["safety"]._serialized_options = b"(\001"
66
+ _globals["_MODEL"].fields_by_name["licensing"]._loaded_options = None
67
+ _globals["_MODEL"].fields_by_name["licensing"]._serialized_options = b"(\001"
68
+ _globals["_MODEL"].fields_by_name["technical_specs"]._loaded_options = None
69
+ _globals["_MODEL"].fields_by_name["technical_specs"]._serialized_options = b"(\001"
70
+ _globals["_MODEL"].fields_by_name["last_scraped_at"]._loaded_options = None
71
+ _globals["_MODEL"].fields_by_name["last_scraped_at"]._serialized_options = b"(\001"
36
72
  _globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._loaded_options = None
37
73
  _globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_options = b"8\001"
38
74
  _globals["_MODEL"]._serialized_start = 190
39
- _globals["_MODEL"]._serialized_end = 1744
40
- _globals["_MODELCLASSIFICATION"]._serialized_start = 1747
41
- _globals["_MODELCLASSIFICATION"]._serialized_end = 1949
42
- _globals["_MODELPERFORMANCE"]._serialized_start = 1952
43
- _globals["_MODELPERFORMANCE"]._serialized_end = 2321
44
- _globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_start = 2255
45
- _globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_end = 2321
46
- _globals["_TOKENINFO"]._serialized_start = 2324
47
- _globals["_TOKENINFO"]._serialized_end = 2492
48
- _globals["_CONFIGURATION"]._serialized_start = 2495
49
- _globals["_CONFIGURATION"]._serialized_end = 2697
50
- _globals["_APIDETAILS"]._serialized_start = 2700
51
- _globals["_APIDETAILS"]._serialized_end = 2842
52
- _globals["_AVAILABILITY"]._serialized_start = 2844
53
- _globals["_AVAILABILITY"]._serialized_end = 2914
75
+ _globals["_MODEL"]._serialized_end = 1812
76
+ _globals["_MODELCLASSIFICATION"]._serialized_start = 1815
77
+ _globals["_MODELCLASSIFICATION"]._serialized_end = 2017
78
+ _globals["_MODELPERFORMANCE"]._serialized_start = 2020
79
+ _globals["_MODELPERFORMANCE"]._serialized_end = 2389
80
+ _globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_start = 2323
81
+ _globals["_MODELPERFORMANCE_BENCHMARKSCORESENTRY"]._serialized_end = 2389
82
+ _globals["_TOKENINFO"]._serialized_start = 2392
83
+ _globals["_TOKENINFO"]._serialized_end = 2560
84
+ _globals["_CONFIGURATION"]._serialized_start = 2563
85
+ _globals["_CONFIGURATION"]._serialized_end = 2765
86
+ _globals["_APIDETAILS"]._serialized_start = 2768
87
+ _globals["_APIDETAILS"]._serialized_end = 2910
88
+ _globals["_AVAILABILITY"]._serialized_start = 2912
89
+ _globals["_AVAILABILITY"]._serialized_end = 2982
54
90
  # @@protoc_insertion_point(module_scope)