Text
Chat
Send stateless multilingual chat requests to Perigee-1-text.
Chat is stateless. Send the complete conversation with every request.
Message format
- Messages use
userandassistantroles. - The list must start and end with
user. - Roles must alternate.
- A request may contain up to 40 messages.
max_tokensaccepts 1 through 2,048 and defaults to 512.instructionsare optional application-level context and should come from a trusted server.
REST request
Response
The response contains id, model, choices, and usage. Read the assistant message from choices[0].message.content in REST or response.text in the Python SDK.
Chat streaming is not currently exposed by this endpoint. OrbitalsAI chat is a multilingual application API, not a general-purpose frontier model.