Alpha Chat API
Integrate Alpha Chat in your product.
The API endpoint for Alpha Chat is compatible with OpenAI's Chat Completion API and can be used as a drop-in replacement by changing three lines of code:
Available models: versa
, nexus
, eclipse
. Refer to AI Models for the detailed comparison of each model. The pricing information is available at #api-costs.
Chat Completions
Successful Response
JSON Schema
To enable JSON-constrained generation, pass json_schema
argument to the extra_body
field:
Sample output:
Limitations
Function calling is not supported (except for the functions of Alpha Alerts API that are being called automatically by
nexus
andeclipse
models.
This list of limitations is subject to change.
Chat API Costs
The pricing for Chat API is per request and depends on the model used. Learn more about API Credits at API Pricing.
Versa
1
Nexus
2
Eclipse
3
Last updated