Glossary
A
API Key - Authentication credential for API access
API Rate Limit - Maximum number of requests allowed per time period
B
Bucket - Container for storing objects in object storage
Bearer Token - Authentication method using API key in Authorization header
C
Chat Completion - LLM response to conversation
Content-Type - MIME type of file or data
D
Database Instance - Individual database (PostgreSQL/MariaDB)
E
Endpoint - URL for accessing API functionality
ETag - Entity tag for object versioning and caching
M
Max Tokens - Maximum length of LLM response
Multipart Upload - Method for uploading large files in parts
O
Object - File stored in object storage
Object Key - Unique identifier for object in bucket
S
Snapshot - Point-in-time backup of database
Streaming - Real-time delivery of LLM response tokens
T
Temperature - LLM parameter controlling randomness (0.0-2.0)
Token - Unit of text for LLM (roughly 4 characters)
Top-p - Nucleus sampling parameter for LLM (0.0-1.0)