Quickstart
This page walks through the four steps to start using FPT AI Inference.
Step 1 — Log in to the Portal
Go to the FPT AI Marketplace Portal and log in with your account. After authentication, the homepage displays the available models.
Step 2 — Select a model
Browse the available AI models. Use the Playground feature to test a model with custom prompts before selecting it. Choose the model that fits your use case — LLM for text, VLM for vision tasks.
Step 3 — Generate an API key
- Go to My Account → My API Keys.
- Click Generate New Key.
- Copy and store the key securely. It is required to authenticate all API requests.
warning
API keys are shown only once at generation. Store them immediately in a secure location.
Step 4 — Integrate via API
Use the API key and your chosen model's endpoint to integrate AI Inference into your application. Refer to the model's documentation for request format and parameters.