prompt_id
large_stringclasses
499 values
source
large_stringclasses
5 values
text
large_stringclasses
497 values
text_len_chars
int64
2
92.3k
text_len_words
int64
1
10k
language
large_stringclasses
2 values
domain
large_stringclasses
3 values
collected_at
large_stringdate
2026-05-11 00:32:32
2026-05-11 00:32:37
provider
large_stringclasses
3 values
format
large_stringclasses
5 values
model
large_stringclasses
3 values
offline_count
int64
1
36.9k
tokenizer_version
large_stringclasses
3 values
offline_ts
large_stringdate
2026-05-11 01:06:36
2026-05-11 01:12:25
empirical_count
int64
1
45.5k
is_oracle
bool
1 class
empirical_source
large_stringclasses
3 values
endpoint
large_stringclasses
3 values
empirical_ts
large_stringdate
2026-05-11 01:13:54
2026-05-11 01:50:38
delta
int64
-126
18.5k
delta_pct
float64
-100
92.3
abs_delta
int64
0
18.5k
direction
large_stringclasses
3 values
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
anthropic
plain
claude-opus-4-7
83
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
146
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:25Z
63
43.150685
63
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
openai
plain
gpt-4o
85
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
85
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
mistral
plain
mistral-large-latest
107
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
106
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.943396
1
overestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
anthropic
markdown
claude-opus-4-7
86
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
152
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:25Z
66
43.421053
66
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
openai
markdown
gpt-4o
88
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
88
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
mistral
markdown
mistral-large-latest
112
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
111
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.900901
1
overestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
anthropic
json
claude-opus-4-7
85
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
190
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:25Z
105
55.263158
105
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
openai
json
gpt-4o
87
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
110
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
23
20.909091
23
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
mistral
json
mistral-large-latest
109
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
136
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
27
19.852941
27
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
anthropic
xml
claude-opus-4-7
156
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
258
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:25Z
102
39.534884
102
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
openai
xml
gpt-4o
152
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
152
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
mistral
xml
mistral-large-latest
178
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
177
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.564972
1
overestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
anthropic
yaml
claude-opus-4-7
85
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
156
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:25Z
71
45.512821
71
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
openai
yaml
gpt-4o
87
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
91
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
4
4.395604
4
underestimate
2dbc2134-c30f-446e-8026-695ff8cda88b
humaneval
def correct_bracketing(brackets: str): """ brackets is a string of "(" and ")". return True if every opening bracket has a corresponding closing bracket. >>> correct_bracketing("(") False >>> correct_bracketing("()") True >>> correct_bracketing("(()())") True >>> correct_bracketing(...
345
36
code
code
2026-05-11T00:32:32Z
mistral
yaml
mistral-large-latest
109
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
114
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
5
4.385965
5
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
anthropic
plain
claude-opus-4-7
96
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
147
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
51
34.693878
51
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
openai
plain
gpt-4o
95
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
95
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
mistral
plain
mistral-large-latest
132
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
131
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.763359
1
overestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
anthropic
markdown
claude-opus-4-7
99
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
153
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
54
35.294118
54
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
openai
markdown
gpt-4o
98
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
98
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
mistral
markdown
mistral-large-latest
137
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
136
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.735294
1
overestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
anthropic
json
claude-opus-4-7
98
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
176
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
78
44.318182
78
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
openai
json
gpt-4o
97
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
119
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
22
18.487395
22
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
mistral
json
mistral-large-latest
134
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
147
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
13
8.843537
13
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
anthropic
xml
claude-opus-4-7
126
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
201
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
75
37.313433
75
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
openai
xml
gpt-4o
126
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
126
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
mistral
xml
mistral-large-latest
165
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
164
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.609756
1
overestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
anthropic
yaml
claude-opus-4-7
98
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
157
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
59
37.579618
59
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
openai
yaml
gpt-4o
97
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
101
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
4
3.960396
4
underestimate
deda4e16-1b3d-4d5c-a9a1-fa6f81f76d1c
humaneval
def unique_digits(x): """Given a list of positive integers x. return a sorted list of all elements that hasn't any even digit. Note: Returned list should be sorted in increasing order. For example: >>> unique_digits([15, 33, 1422, 1]) [1, 15, 33] >>> unique_digits([152, 323, 1422, 10]...
336
47
code
code
2026-05-11T00:32:32Z
mistral
yaml
mistral-large-latest
134
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
139
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
5
3.597122
5
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
anthropic
plain
claude-opus-4-7
270
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
370
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
100
27.027027
100
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
openai
plain
gpt-4o
270
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
270
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
mistral
plain
mistral-large-latest
307
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
306
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.326797
1
overestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
anthropic
markdown
claude-opus-4-7
273
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
376
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
103
27.393617
103
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
openai
markdown
gpt-4o
273
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
273
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
mistral
markdown
mistral-large-latest
312
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
311
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.321543
1
overestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
anthropic
json
claude-opus-4-7
272
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
442
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
170
38.461538
170
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
openai
json
gpt-4o
272
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
308
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
36
11.688312
36
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
mistral
json
mistral-large-latest
309
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
331
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
22
6.646526
22
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
anthropic
xml
claude-opus-4-7
368
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
551
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
183
33.212341
183
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
openai
xml
gpt-4o
368
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
368
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
mistral
xml
mistral-large-latest
442
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
441
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.226757
1
overestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
anthropic
yaml
claude-opus-4-7
272
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
380
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:26Z
108
28.421053
108
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
openai
yaml
gpt-4o
272
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
276
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
4
1.449275
4
underestimate
a39231a7-d777-4477-8c66-e0a8a013ac6e
humaneval
def by_length(arr): """ Given an array of integers, sort the integers that are between 1 and 9 inclusive, reverse the resulting array, and then replace each digit by its corresponding name from "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine". For example: arr = [2, 1, 1...
807
133
code
code
2026-05-11T00:32:32Z
mistral
yaml
mistral-large-latest
309
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
314
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
5
1.592357
5
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
anthropic
plain
claude-opus-4-7
102
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
134
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
32
23.880597
32
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
openai
plain
gpt-4o
103
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
103
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
mistral
plain
mistral-large-latest
122
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
121
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.826446
1
overestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
anthropic
markdown
claude-opus-4-7
105
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
140
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
35
25
35
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
openai
markdown
gpt-4o
106
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
106
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
mistral
markdown
mistral-large-latest
127
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
126
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.793651
1
overestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
anthropic
json
claude-opus-4-7
104
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
158
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
54
34.177215
54
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
openai
json
gpt-4o
105
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
120
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
15
12.5
15
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
mistral
json
mistral-large-latest
124
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
134
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
10
7.462687
10
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
anthropic
xml
claude-opus-4-7
131
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
184
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
53
28.804348
53
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
openai
xml
gpt-4o
132
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
132
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
mistral
xml
mistral-large-latest
153
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
152
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.657895
1
overestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
anthropic
yaml
claude-opus-4-7
104
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
142
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
38
26.760563
38
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
openai
yaml
gpt-4o
105
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
108
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
3
2.777778
3
underestimate
2720797d-32eb-4689-9be5-78c781f631d4
humaneval
def incr_list(l: list): """Return list with elements incremented by 1. >>> incr_list([1, 2, 3]) [2, 3, 4] >>> incr_list([5, 3, 5, 2, 3, 3, 9, 0, 123]) [6, 4, 6, 3, 4, 4, 10, 1, 124] """
209
37
code
code
2026-05-11T00:32:32Z
mistral
yaml
mistral-large-latest
124
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
128
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
4
3.125
4
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
anthropic
plain
claude-opus-4-7
109
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
155
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
46
29.677419
46
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
openai
plain
gpt-4o
109
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
109
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
mistral
plain
mistral-large-latest
137
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
136
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.735294
1
overestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
anthropic
markdown
claude-opus-4-7
112
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
161
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
49
30.434783
49
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
openai
markdown
gpt-4o
112
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
112
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
mistral
markdown
mistral-large-latest
142
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
141
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.70922
1
overestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
anthropic
json
claude-opus-4-7
111
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
184
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
73
39.673913
73
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
openai
json
gpt-4o
111
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
128
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
17
13.28125
17
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
mistral
json
mistral-large-latest
139
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
151
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
12
7.94702
12
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
anthropic
xml
claude-opus-4-7
138
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
205
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
67
32.682927
67
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
openai
xml
gpt-4o
138
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
138
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
mistral
xml
mistral-large-latest
168
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
167
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.598802
1
overestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
anthropic
yaml
claude-opus-4-7
111
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
165
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:27Z
54
32.727273
54
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
openai
yaml
gpt-4o
111
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
115
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
4
3.478261
4
underestimate
8a14be62-295b-4715-8333-e8615fb8d16c
humaneval
def order_by_points(nums): """ Write a function which sorts the given list of integers in ascending order according to the sum of their digits. Note: if there are several items with similar sum of their digits, order them based on their index in original list. For example: >>> order_by_poin...
412
63
code
code
2026-05-11T00:32:32Z
mistral
yaml
mistral-large-latest
139
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
144
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
5
3.472222
5
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
anthropic
plain
claude-opus-4-7
229
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
330
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
101
30.606061
101
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
openai
plain
gpt-4o
228
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
228
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
mistral
plain
mistral-large-latest
261
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
260
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.384615
1
overestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
anthropic
markdown
claude-opus-4-7
232
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
336
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
104
30.952381
104
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
openai
markdown
gpt-4o
231
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
231
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
mistral
markdown
mistral-large-latest
266
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
265
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.377358
1
overestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
anthropic
json
claude-opus-4-7
231
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
362
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
131
36.187845
131
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
openai
json
gpt-4o
230
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
250
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
20
8
20
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
mistral
json
mistral-large-latest
263
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
274
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
11
4.014599
11
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
anthropic
xml
claude-opus-4-7
247
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
366
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
119
32.513661
119
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
openai
xml
gpt-4o
247
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
247
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
mistral
xml
mistral-large-latest
282
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
281
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.355872
1
overestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
anthropic
yaml
claude-opus-4-7
231
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
338
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
107
31.656805
107
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
openai
yaml
gpt-4o
230
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
233
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
3
1.287554
3
underestimate
87c5421e-ec24-43c5-8754-108ff4188f3f
humaneval
def tri(n): """Everyone knows Fibonacci sequence, it was studied deeply by mathematicians in the last couple centuries. However, what people don't know is Tribonacci sequence. Tribonacci sequence is defined by the recurrence: tri(1) = 3 tri(n) = 1 + n / 2, if n is even. tri(n) = tri(n - 1) + t...
670
126
code
code
2026-05-11T00:32:32Z
mistral
yaml
mistral-large-latest
263
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
267
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
4
1.498127
4
underestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
anthropic
plain
claude-opus-4-7
197
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
253
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
56
22.134387
56
underestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
openai
plain
gpt-4o
196
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
196
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
mistral
plain
mistral-large-latest
224
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
223
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.44843
1
overestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
anthropic
markdown
claude-opus-4-7
200
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
259
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
59
22.779923
59
underestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
openai
markdown
gpt-4o
199
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
199
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
0
0
0
exact
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
mistral
markdown
mistral-large-latest
229
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
228
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
-1
-0.438596
1
overestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
anthropic
json
claude-opus-4-7
199
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
287
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
88
30.662021
88
underestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
openai
json
gpt-4o
198
o200k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
220
true
tiktoken
tiktoken==0.12.0 encoding=o200k_base model=gpt-4o
2026-05-11T01:13:54Z
22
10
22
underestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
mistral
json
mistral-large-latest
226
mistral_v1_v3@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
238
true
sdk
mistral-common==1.11.2 tokenizer=SentencePieceTokenizer resolved=mistral-large-2411
2026-05-11T01:13:54Z
12
5.042017
12
underestimate
52fbe43b-9954-4eb4-8025-7ad1eb2263dd
humaneval
def sort_array(array): """ Given an array of non-negative integers, return a copy of the given array after sorting, you will sort the given array in ascending order if the sum( first index value, last index value) is odd, or sort it in descending order if the sum( first index value, last index value) is...
576
102
code
code
2026-05-11T00:32:32Z
anthropic
xml
claude-opus-4-7
223
cl100k_base@tokenometer-1.0.1+rates-2026-05-09
2026-05-11T01:06:36Z
305
true
api
anthropic.messages.count_tokens (sdk anthropic==0.100.0) model=claude-opus-4-7
2026-05-11T01:46:28Z
82
26.885246
82
underestimate