📚
Docs - Float16
Ctrlk
homeapp
  • 🚀GETTING STARTED
    • Introduction
    • Account
    • One Click Deploy
      • Quick Start
      • Features
      • Limitation
      • Validated model
      • Endpoint Specification
    • Serverless GPU
    • Playground
  • 📚Use Case
    • Q&A Bot (RAG)
    • Text-to-SQL
    • OpenAI with Rate Limit
    • OpenAI with Guardrail
    • Multiple Agents
    • Q&A Chatbots (RAG + Agents)
  • ✳️Journey
    • ✨The Beginner's LLM Development Journey
    • 📖Glossary
    • 🧠How to install node
  • Prompting
    • 📚Variable
    • ⛓️Condition
    • 🔨Demonstration
    • ⌛Loop
    • 📙Formatting
    • 🐣Chat
    • 🔎Technical term (Retrieve)
  • Privacy Policy
  • Terms & Conditions
Powered by GitBook
On this page
  • Llama
  • Mistral
  • Qwen, Qwen2
  • Gemma, Gemma2
  1. 🚀GETTING STARTED
  2. One Click Deploy

Validated model

One Click Deploy supports models based on specific model architectures. This means that if you fine-tune a model, we can also deploy it as long as it uses a supported architecture.

Llama

  • meta-llama/Meta-Llama-3.1-8B-Instruct

  • scb10x/llama-3-typhoon-v1.5x-8b-instruct

  • scb10x/llama-3-typhoon-v1.5-8b-instruct

Mistral

  • mistralai/Mistral-7B-Instruct-v0.2

Qwen, Qwen2

  • SeaLLMs/SeaLLMs-v3-7B-Chat

  • SeaLLMs/SeaLLMs-v3-1.5B-Chat

  • Qwen/Qwen2-7B-Instruct

  • Qwen/CodeQwen1.5-7B-Chat (FIM Supported)

  • Qwen/CodeQwen1.5-7B (FIM Supported)

Gemma, Gemma2

  • SeaLLMs/SeaLLM-7B-v2.5

  • google/gemma-2-2b-it

  • google/gemma-2-9b-it

  • google/gemma-2-27b-it

  • google/codegemma-1.1-2b (FIM Supported)

  • google/codegemma-7b (FIM Supported)

PreviousLimitationNextEndpoint Specification

Last updated 1 year ago