Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit b4dbc6e

Browse files
committed
more api endpoints
1 parent 63f1839 commit b4dbc6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CloudFlare/api_v4.py

+6
Original file line numberDiff line numberDiff line change
@@ -649,17 +649,20 @@ def accounts_ai(self):
649649
self.add('AUTH', 'accounts', 'ai/run/@cf/baai/bge-large-en-v1.5')
650650
self.add('AUTH', 'accounts', 'ai/run/@cf/baai/bge-small-en-v1.5')
651651
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')
652653
self.add('AUTH', 'accounts', 'ai/run/@cf/deepseek-ai/deepseek-math-7b-base')
653654
self.add('AUTH', 'accounts', 'ai/run/@cf/deepseek-ai/deepseek-math-7b-instruct')
654655
self.add('AUTH', 'accounts', 'ai/run/@cf/defog/sqlcoder-7b-2')
655656
self.add('AUTH', 'accounts', 'ai/run/@cf/facebook/bart-large-cnn')
656657
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')
657659
self.add('AUTH', 'accounts', 'ai/run/@cf/google/gemma-2b-it-lora')
658660
self.add('AUTH', 'accounts', 'ai/run/@cf/google/gemma-7b-it-lora')
659661
self.add('AUTH', 'accounts', 'ai/run/@cf/huggingface/distilbert-sst-2-int8')
660662
self.add('AUTH', 'accounts', 'ai/run/@cf/inml/inml-roberta-dga')
661663
self.add('AUTH', 'accounts', 'ai/run/@cf/jpmorganchase/roberta-spam')
662664
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')
663666
self.add('AUTH', 'accounts', 'ai/run/@cf/meta-llama/llama-2-7b-chat-hf-lora')
664667
self.add('AUTH', 'accounts', 'ai/run/@cf/meta/llama-2-7b-chat-fp16')
665668
self.add('AUTH', 'accounts', 'ai/run/@cf/meta/llama-2-7b-chat-int8')
@@ -671,6 +674,7 @@ def accounts_ai(self):
671674
self.add('AUTH', 'accounts', 'ai/run/@cf/mistral/mistral-7b-instruct-v0.1-vllm')
672675
self.add('AUTH', 'accounts', 'ai/run/@cf/mistral/mistral-7b-instruct-v0.2-lora')
673676
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')
674678
self.add('AUTH', 'accounts', 'ai/run/@cf/openai/whisper', content_type={'POST':'application/octet-stream'})
675679
self.add('AUTH', 'accounts', 'ai/run/@cf/openai/whisper-sherpa', content_type={'POST':'application/octet-stream'})
676680
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):
11641168
self.add('AUTH', 'radar/http/summary/http_version')
11651169
self.add('AUTH', 'radar/http/summary/ip_version')
11661170
self.add('AUTH', 'radar/http/summary/os')
1171+
self.add('AUTH', 'radar/http/summary/post_quantum')
11671172
self.add('AUTH', 'radar/http/summary/tls_version')
11681173

11691174
self.add('AUTH', 'radar/http/timeseries/bot_class')
@@ -1184,6 +1189,7 @@ def radar_http(self):
11841189
self.add('AUTH', 'radar/http/timeseries_groups/http_version')
11851190
self.add('AUTH', 'radar/http/timeseries_groups/ip_version')
11861191
self.add('AUTH', 'radar/http/timeseries_groups/os')
1192+
self.add('AUTH', 'radar/http/timeseries_groups/post_quantum')
11871193
self.add('AUTH', 'radar/http/timeseries_groups/tls_version')
11881194

11891195
self.add('AUTH', 'radar/http/top/ases')

0 commit comments

Comments
 (0)