Hypermode home page
Search...
⌘K
Ask AI
Support
Request Access
Request Access
Search...
Navigation
Configure Project
Define Hosts
Docs
Home
Blog
Get Started
Introduction
Quickstart
Configure Project
Project Manifest
Define Models
Define Hosts
Define Schema
Write Functions
Functions SDK
Connection
Inference
Search
Console
Iterate Constantly
Deploy Project
Function Observability
On this page
Properties
Configure Project
Define Hosts
Hosts establish connectivity for AI models and other external endpoints. The
project manifest
allows you to define hosts for secure access from within a function.
hypermode.json
Copy
Ask AI
{
"hosts"
: [
{
"name"
:
"openai"
,
"endpoint"
:
"https://api.openai.com/v1"
}
]
}
Properties
name
string
required
Internal name of your host. Used for indicating the host of a model or for a connection.
endpoint
string
required
URL and base path for connections to the host.
Define Models
Define Schema
Assistant
Responses are generated using AI and may contain mistakes.