POST /v1/chat/completions
Create a chat completion with an ARKOS agent using the OpenAI-compatible API format.Request Body
Response
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model identifier (currently supports “arkos-default”) |
| messages | array | Yes | Array of message objects with role and content |
| temperature | float | No | Sampling temperature (0.0 to 2.0) |
| max_tokens | integer | No | Maximum tokens to generate |
Features In Development
- Coming soon! Streaming responses
- Coming soon! Tool/function calling
- Coming soon! Memory context injection
- Coming soon! Multi-agent conversations