📚
Docs - Float16
homeapp
  • 🚀GETTING STARTED
    • Introduction
    • Account
      • Dashboard
      • Profile
      • Payment
      • Workspace
      • Service Quota
    • LLM as a service
      • Quick Start
        • Set the credentials
      • Supported Model
      • Limitation
      • API Reference
    • One Click Deploy
      • Quick Start
        • Instance Detail
        • Re-generate API Key
        • Terminate Instance
      • Features
        • OpenAI Compatible
        • Long context and Auto scheduler
        • Quantization
        • Context caching
      • Limitation
      • Validated model
      • Endpoint Specification
    • Serverless GPU
      • Quick Start
        • Mode
        • Task Status
        • App Features
          • Project Detail
      • Tutorials
        • Hello World
        • Install new library
        • Prepare model weight
        • S3 Copy output from remote
        • R2 Copy output from remote
        • Direct upload and download
        • Server mode
        • LLM Dynamic Batching
        • Train and Inference MNIST
        • Etc.
      • CLI References
      • ❓FAQ
    • Playground
      • FloatChat
      • FloatPrompt
      • Quantize by Float16
  • 📚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
      • [English Version] LLM Glossary
      • [ภาษาไทย] LLM 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
  • What is a Credential?
  • Managing API Keys
  • Adding an API Key
  • Deleting an API Key
  • Quota Management
  1. GETTING STARTED
  2. LLM as a service
  3. Quick Start

Set the credentials

Set your API Key

PreviousQuick StartNextSupported Model

Last updated 9 months ago

What is a Credential?

A credential is a unique secret key used by individual users. To utilize an API, you need this key to access or call the API. With proper permissions, the API will respond to your requests.

For our LLM as a service, an API key is required to access the API. Therefore, you must create your credential or API key before use.

Managing API Keys

Adding an API Key

To add a new API key, follow these steps:

  1. In the service, navigate to the "Credentials" menu.

  2. Click on "Generate New API Key".

  3. Enter an API key name (optional) and click "Create API Key".

    • If you don't enter a name, it will default to "secret key".

  4. Your API key is now successfully added.

Deleting an API Key

To delete an existing API key:

  1. In the service, navigate to the "Credentials" menu.

  2. Confirm the deletion.

  3. A notification will appear stating "API Key Revoked", indicating successful deletion.

Quota Management

Currently, the system provides 20 api key quotas per account (across all workspaces). You can check your quota usage in the following ways:

  • On the Credentials page

  • When creating a new API key

  • In the service quota settings

Locate the credential you wish to delete. Clickat the end of the selected API key row.

For more information about quota management, please refer to .

🚀
Service Quota
Credentials Management