langfun 0.1.2.dev202502250804__py3-none-any.whl → 0.1.2.dev202502270804__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.
@@ -100,7 +100,7 @@ SUPPORTED_MODELS = [
100
100
  ),
101
101
  context_length=lf.ModelInfo.ContextLength(
102
102
  max_input_tokens=200_000,
103
- max_output_tokens=128_000,
103
+ max_output_tokens=8_192,
104
104
  ),
105
105
  pricing=lf.ModelInfo.Pricing(
106
106
  cost_per_1m_cached_input_tokens=0.3,
@@ -109,8 +109,8 @@ SUPPORTED_MODELS = [
109
109
  ),
110
110
  rate_limits=AnthropicModelInfo.RateLimits(
111
111
  # Tier 4 rate limits
112
- max_requests_per_minute=4000,
113
- max_input_tokens_per_minute=400_000,
112
+ max_requests_per_minute=2000,
113
+ max_input_tokens_per_minute=100_000,
114
114
  max_output_tokens_per_minute=80_000,
115
115
  ),
116
116
  ),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: langfun
3
- Version: 0.1.2.dev202502250804
3
+ Version: 0.1.2.dev202502270804
4
4
  Summary: Langfun: Language as Functions.
5
5
  Home-page: https://github.com/google/langfun
6
6
  Author: Langfun Authors
@@ -74,7 +74,7 @@ langfun/core/eval/v2/reporting_test.py,sha256=UmYSAQvD3AIXsSyWQ-WD2uLtEISYpmBeoK
74
74
  langfun/core/eval/v2/runners.py,sha256=DKEmSlGXjOXKWFdBhTpLy7tMsBHZHd1Brl3hWIngsSQ,15931
75
75
  langfun/core/eval/v2/runners_test.py,sha256=A37fKK2MvAVTiShsg_laluJzJ9AuAQn52k7HPbfD0Ks,11666
76
76
  langfun/core/llms/__init__.py,sha256=OnRL-OdOjSioEiNV7-QSxFlaX18VeH_XOyJVo7aEc0U,7924
77
- langfun/core/llms/anthropic.py,sha256=MszirOzbpJg2xo65SJpKfJB33HTkGt0vhJUt8Bzt510,23475
77
+ langfun/core/llms/anthropic.py,sha256=7kY1-QFpzh2Oye8H1Mtko7QJWrnrhnhe1Wj16nOZXvk,23473
78
78
  langfun/core/llms/anthropic_test.py,sha256=SSK7OTx3gMYE1NMAi_PqQqeNsCkZAcVJvl_OCEOhyzk,7145
79
79
  langfun/core/llms/compositional.py,sha256=csW_FLlgL-tpeyCOTVvfUQkMa_zCN5Y2I-YbSNuK27U,2872
80
80
  langfun/core/llms/compositional_test.py,sha256=4eTnOer-DncRKGaIJW2ZQQMLnt5r2R0UIx_DYOvGAQo,2027
@@ -148,8 +148,8 @@ langfun/core/templates/demonstration.py,sha256=vCrgYubdZM5Umqcgp8NUVGXgr4P_c-fik
148
148
  langfun/core/templates/demonstration_test.py,sha256=SafcDQ0WgI7pw05EmPI2S4v1t3ABKzup8jReCljHeK4,2162
149
149
  langfun/core/templates/selfplay.py,sha256=yhgrJbiYwq47TgzThmHrDQTF4nDrTI09CWGhuQPNv-s,2273
150
150
  langfun/core/templates/selfplay_test.py,sha256=Ot__1P1M8oJfoTp-M9-PQ6HUXqZKyMwvZ5f7yQ3yfyM,2326
151
- langfun-0.1.2.dev202502250804.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
152
- langfun-0.1.2.dev202502250804.dist-info/METADATA,sha256=A61h0BEmyul-0mBhbeE_dJ9KqhwE3uxw_ofYEVvIAao,8172
153
- langfun-0.1.2.dev202502250804.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
154
- langfun-0.1.2.dev202502250804.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
155
- langfun-0.1.2.dev202502250804.dist-info/RECORD,,
151
+ langfun-0.1.2.dev202502270804.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
152
+ langfun-0.1.2.dev202502270804.dist-info/METADATA,sha256=XHvHEtA0MQ-PSk0MzAvvAMwAyBqbstciZDWiX_HHqTU,8172
153
+ langfun-0.1.2.dev202502270804.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
154
+ langfun-0.1.2.dev202502270804.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
155
+ langfun-0.1.2.dev202502270804.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5