MCPcopy Create free account
hub / github.com/fontsource/fontsource / AiModels

Interface AiModels

website/worker-configuration.d.ts:5222–5293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5220 postProcessedOutputs: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Output;
5221}
5222interface AiModels {
5223 "@cf/huggingface/distilbert-sst-2-int8": BaseAiTextClassification;
5224 "@cf/stabilityai/stable-diffusion-xl-base-1.0": BaseAiTextToImage;
5225 "@cf/runwayml/stable-diffusion-v1-5-inpainting": BaseAiTextToImage;
5226 "@cf/runwayml/stable-diffusion-v1-5-img2img": BaseAiTextToImage;
5227 "@cf/lykon/dreamshaper-8-lcm": BaseAiTextToImage;
5228 "@cf/bytedance/stable-diffusion-xl-lightning": BaseAiTextToImage;
5229 "@cf/myshell-ai/melotts": BaseAiTextToSpeech;
5230 "@cf/microsoft/resnet-50": BaseAiImageClassification;
5231 "@cf/facebook/detr-resnet-50": BaseAiObjectDetection;
5232 "@cf/meta/llama-2-7b-chat-int8": BaseAiTextGeneration;
5233 "@cf/mistral/mistral-7b-instruct-v0.1": BaseAiTextGeneration;
5234 "@cf/meta/llama-2-7b-chat-fp16": BaseAiTextGeneration;
5235 "@hf/thebloke/llama-2-13b-chat-awq": BaseAiTextGeneration;
5236 "@hf/thebloke/mistral-7b-instruct-v0.1-awq": BaseAiTextGeneration;
5237 "@hf/thebloke/zephyr-7b-beta-awq": BaseAiTextGeneration;
5238 "@hf/thebloke/openhermes-2.5-mistral-7b-awq": BaseAiTextGeneration;
5239 "@hf/thebloke/neural-chat-7b-v3-1-awq": BaseAiTextGeneration;
5240 "@hf/thebloke/llamaguard-7b-awq": BaseAiTextGeneration;
5241 "@hf/thebloke/deepseek-coder-6.7b-base-awq": BaseAiTextGeneration;
5242 "@hf/thebloke/deepseek-coder-6.7b-instruct-awq": BaseAiTextGeneration;
5243 "@cf/deepseek-ai/deepseek-math-7b-instruct": BaseAiTextGeneration;
5244 "@cf/defog/sqlcoder-7b-2": BaseAiTextGeneration;
5245 "@cf/openchat/openchat-3.5-0106": BaseAiTextGeneration;
5246 "@cf/tiiuae/falcon-7b-instruct": BaseAiTextGeneration;
5247 "@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
5248 "@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
5249 "@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
5250 "@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
5251 "@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
5252 "@cf/microsoft/phi-2": BaseAiTextGeneration;
5253 "@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
5254 "@cf/mistral/mistral-7b-instruct-v0.2-lora": BaseAiTextGeneration;
5255 "@hf/nousresearch/hermes-2-pro-mistral-7b": BaseAiTextGeneration;
5256 "@hf/nexusflow/starling-lm-7b-beta": BaseAiTextGeneration;
5257 "@hf/google/gemma-7b-it": BaseAiTextGeneration;
5258 "@cf/meta-llama/llama-2-7b-chat-hf-lora": BaseAiTextGeneration;
5259 "@cf/google/gemma-2b-it-lora": BaseAiTextGeneration;
5260 "@cf/google/gemma-7b-it-lora": BaseAiTextGeneration;
5261 "@hf/mistral/mistral-7b-instruct-v0.2": BaseAiTextGeneration;
5262 "@cf/meta/llama-3-8b-instruct": BaseAiTextGeneration;
5263 "@cf/fblgit/una-cybertron-7b-v2-bf16": BaseAiTextGeneration;
5264 "@cf/meta/llama-3-8b-instruct-awq": BaseAiTextGeneration;
5265 "@hf/meta-llama/meta-llama-3-8b-instruct": BaseAiTextGeneration;
5266 "@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
5267 "@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
5268 "@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
5269 "@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
5270 "@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
5271 "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b": BaseAiTextGeneration;
5272 "@cf/facebook/bart-large-cnn": BaseAiSummarization;
5273 "@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
5274 "@cf/baai/bge-base-en-v1.5": Base_Ai_Cf_Baai_Bge_Base_En_V1_5;
5275 "@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;
5276 "@cf/meta/m2m100-1.2b": Base_Ai_Cf_Meta_M2M100_1_2B;
5277 "@cf/baai/bge-small-en-v1.5": Base_Ai_Cf_Baai_Bge_Small_En_V1_5;
5278 "@cf/baai/bge-large-en-v1.5": Base_Ai_Cf_Baai_Bge_Large_En_V1_5;
5279 "@cf/unum/uform-gen2-qwen-500m": Base_Ai_Cf_Unum_Uform_Gen2_Qwen_500M;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected