MCPcopy Create free account
hub / github.com/idosal/git-mcp / AiModels

Interface AiModels

worker-configuration.d.ts:3613–3680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3611 postProcessedOutputs: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Output;
3612}
3613interface AiModels {
3614 "@cf/huggingface/distilbert-sst-2-int8": BaseAiTextClassification;
3615 "@cf/stabilityai/stable-diffusion-xl-base-1.0": BaseAiTextToImage;
3616 "@cf/runwayml/stable-diffusion-v1-5-inpainting": BaseAiTextToImage;
3617 "@cf/runwayml/stable-diffusion-v1-5-img2img": BaseAiTextToImage;
3618 "@cf/lykon/dreamshaper-8-lcm": BaseAiTextToImage;
3619 "@cf/bytedance/stable-diffusion-xl-lightning": BaseAiTextToImage;
3620 "@cf/myshell-ai/melotts": BaseAiTextToSpeech;
3621 "@cf/baai/bge-base-en-v1.5": BaseAiTextEmbeddings;
3622 "@cf/baai/bge-small-en-v1.5": BaseAiTextEmbeddings;
3623 "@cf/baai/bge-large-en-v1.5": BaseAiTextEmbeddings;
3624 "@cf/microsoft/resnet-50": BaseAiImageClassification;
3625 "@cf/facebook/detr-resnet-50": BaseAiObjectDetection;
3626 "@cf/meta/llama-2-7b-chat-int8": BaseAiTextGeneration;
3627 "@cf/mistral/mistral-7b-instruct-v0.1": BaseAiTextGeneration;
3628 "@cf/meta/llama-2-7b-chat-fp16": BaseAiTextGeneration;
3629 "@hf/thebloke/llama-2-13b-chat-awq": BaseAiTextGeneration;
3630 "@hf/thebloke/mistral-7b-instruct-v0.1-awq": BaseAiTextGeneration;
3631 "@hf/thebloke/zephyr-7b-beta-awq": BaseAiTextGeneration;
3632 "@hf/thebloke/openhermes-2.5-mistral-7b-awq": BaseAiTextGeneration;
3633 "@hf/thebloke/neural-chat-7b-v3-1-awq": BaseAiTextGeneration;
3634 "@hf/thebloke/llamaguard-7b-awq": BaseAiTextGeneration;
3635 "@hf/thebloke/deepseek-coder-6.7b-base-awq": BaseAiTextGeneration;
3636 "@hf/thebloke/deepseek-coder-6.7b-instruct-awq": BaseAiTextGeneration;
3637 "@cf/deepseek-ai/deepseek-math-7b-instruct": BaseAiTextGeneration;
3638 "@cf/defog/sqlcoder-7b-2": BaseAiTextGeneration;
3639 "@cf/openchat/openchat-3.5-0106": BaseAiTextGeneration;
3640 "@cf/tiiuae/falcon-7b-instruct": BaseAiTextGeneration;
3641 "@cf/thebloke/discolm-german-7b-v1-awq": BaseAiTextGeneration;
3642 "@cf/qwen/qwen1.5-0.5b-chat": BaseAiTextGeneration;
3643 "@cf/qwen/qwen1.5-7b-chat-awq": BaseAiTextGeneration;
3644 "@cf/qwen/qwen1.5-14b-chat-awq": BaseAiTextGeneration;
3645 "@cf/tinyllama/tinyllama-1.1b-chat-v1.0": BaseAiTextGeneration;
3646 "@cf/microsoft/phi-2": BaseAiTextGeneration;
3647 "@cf/qwen/qwen1.5-1.8b-chat": BaseAiTextGeneration;
3648 "@cf/mistral/mistral-7b-instruct-v0.2-lora": BaseAiTextGeneration;
3649 "@hf/nousresearch/hermes-2-pro-mistral-7b": BaseAiTextGeneration;
3650 "@hf/nexusflow/starling-lm-7b-beta": BaseAiTextGeneration;
3651 "@hf/google/gemma-7b-it": BaseAiTextGeneration;
3652 "@cf/meta-llama/llama-2-7b-chat-hf-lora": BaseAiTextGeneration;
3653 "@cf/google/gemma-2b-it-lora": BaseAiTextGeneration;
3654 "@cf/google/gemma-7b-it-lora": BaseAiTextGeneration;
3655 "@hf/mistral/mistral-7b-instruct-v0.2": BaseAiTextGeneration;
3656 "@cf/meta/llama-3-8b-instruct": BaseAiTextGeneration;
3657 "@cf/fblgit/una-cybertron-7b-v2-bf16": BaseAiTextGeneration;
3658 "@cf/meta/llama-3-8b-instruct-awq": BaseAiTextGeneration;
3659 "@hf/meta-llama/meta-llama-3-8b-instruct": BaseAiTextGeneration;
3660 "@cf/meta/llama-3.1-8b-instruct": BaseAiTextGeneration;
3661 "@cf/meta/llama-3.1-8b-instruct-fp8": BaseAiTextGeneration;
3662 "@cf/meta/llama-3.1-8b-instruct-awq": BaseAiTextGeneration;
3663 "@cf/meta/llama-3.2-3b-instruct": BaseAiTextGeneration;
3664 "@cf/meta/llama-3.2-1b-instruct": BaseAiTextGeneration;
3665 "@cf/meta/llama-3.3-70b-instruct-fp8-fast": BaseAiTextGeneration;
3666 "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b": BaseAiTextGeneration;
3667 "@cf/meta/m2m100-1.2b": BaseAiTranslation;
3668 "@cf/facebook/bart-large-cnn": BaseAiSummarization;
3669 "@cf/llava-hf/llava-1.5-7b-hf": BaseAiImageToText;
3670 "@cf/openai/whisper": Base_Ai_Cf_Openai_Whisper;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected