@@ -649,17 +649,20 @@ def accounts_ai(self):
649
649
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/baai/bge-large-en-v1.5' )
650
650
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/baai/bge-small-en-v1.5' )
651
651
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/bytedance/stable-diffusion-xl-lightning' )
652
+ self .add ('AUTH' , 'accounts' , 'ai/run/@cf/deepseek-ai/deepseek-coder-7b-instruct-v1.5' )
652
653
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/deepseek-ai/deepseek-math-7b-base' )
653
654
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/deepseek-ai/deepseek-math-7b-instruct' )
654
655
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/defog/sqlcoder-7b-2' )
655
656
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/facebook/bart-large-cnn' )
656
657
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/facebook/detr-resnet-50' , content_type = {'POST' :'application/octet-stream' })
658
+ self .add ('AUTH' , 'accounts' , 'ai/run/@cf/fblgit/una-cybertron-7b-v2-bf16' )
657
659
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/google/gemma-2b-it-lora' )
658
660
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/google/gemma-7b-it-lora' )
659
661
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/huggingface/distilbert-sst-2-int8' )
660
662
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/inml/inml-roberta-dga' )
661
663
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/jpmorganchase/roberta-spam' )
662
664
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/lykon/dreamshaper-8-lcm' )
665
+ self .add ('AUTH' , 'accounts' , 'ai/run/@cf/m-a-p/opencodeinterpreter-ds-6.7b' )
663
666
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/meta-llama/llama-2-7b-chat-hf-lora' )
664
667
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/meta/llama-2-7b-chat-fp16' )
665
668
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/meta/llama-2-7b-chat-int8' )
@@ -671,6 +674,7 @@ def accounts_ai(self):
671
674
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/mistral/mistral-7b-instruct-v0.1-vllm' )
672
675
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/mistral/mistral-7b-instruct-v0.2-lora' )
673
676
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/mistral/mixtral-8x7b-instruct-v0.1-awq' )
677
+ self .add ('AUTH' , 'accounts' , 'ai/run/@cf/nexaaidev/octopus-v2' )
674
678
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/openai/whisper' , content_type = {'POST' :'application/octet-stream' })
675
679
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/openai/whisper-sherpa' , content_type = {'POST' :'application/octet-stream' })
676
680
self .add ('AUTH' , 'accounts' , 'ai/run/@cf/openai/whisper-tiny-en' , content_type = {'POST' :'application/octet-stream' })
@@ -1164,6 +1168,7 @@ def radar_http(self):
1164
1168
self .add ('AUTH' , 'radar/http/summary/http_version' )
1165
1169
self .add ('AUTH' , 'radar/http/summary/ip_version' )
1166
1170
self .add ('AUTH' , 'radar/http/summary/os' )
1171
+ self .add ('AUTH' , 'radar/http/summary/post_quantum' )
1167
1172
self .add ('AUTH' , 'radar/http/summary/tls_version' )
1168
1173
1169
1174
self .add ('AUTH' , 'radar/http/timeseries/bot_class' )
@@ -1184,6 +1189,7 @@ def radar_http(self):
1184
1189
self .add ('AUTH' , 'radar/http/timeseries_groups/http_version' )
1185
1190
self .add ('AUTH' , 'radar/http/timeseries_groups/ip_version' )
1186
1191
self .add ('AUTH' , 'radar/http/timeseries_groups/os' )
1192
+ self .add ('AUTH' , 'radar/http/timeseries_groups/post_quantum' )
1187
1193
self .add ('AUTH' , 'radar/http/timeseries_groups/tls_version' )
1188
1194
1189
1195
self .add ('AUTH' , 'radar/http/top/ases' )
0 commit comments