Models

Available base models and their capabilities

Text Models

ModelSizeDescriptionBest For
mistral-7b-instruct7BInstruction-tuned open-source modelChatbots, Q&A, summarization
llama-3-8b8BMeta's LLaMA 3 modelGeneral-purpose text generation
llama-3-70b70BLLaMA 3 large model with improved reasoningComplex reasoning, long-form text

Embedding Models

ModelSizeDescriptionBest For
bge-large-en-v1.5335MHigh-quality embeddings for English textSemantic search, RAG pipelines
gte-base110MLightweight embedding modelClient-side or low-latency apps

Audio Models

ModelSizeDescriptionBest For
whisper-small244MFast speech-to-text modelReal-time transcription
whisper-large-v31550MMore accurate Whisper modelHigh-quality transcription

Model Naming Convention

Models follow the format: provider-model-size-version (e.g., dendrer-chat-13b-v1, meta-llama3-8b, mistral-7b-instruct-v0.2). Fine-tuned models use the prefix 'ft:' (e.g., ft:dendrer-chat-13b:custom-support-v1).
Dendrer - AI Model-as-a-Service Platform