Docs

General Chat API Reference

OpenAI-compatible chat completions for Cursor, ChatGPT clients, and SDKs.

FieldValue
Base URLhttps://token.easyapi.com/v1
AuthenticationAuthorization: Bearer `API_KEY`
FormatOpenAI compatible
BillingPay as you go
Note: OpenAI SDK base_url must include /v1. Playground debug path /pg/chat/completions differs from the production API.

Endpoints

MethodPathDescription
POST/chat/completionsChat completions (streaming supported)
GET/modelsList available models
POST/embeddingsText embeddings
POST/completionsLegacy text completions

Full URL is https://token.easyapi.com/v1 + path above, e.g. https://token.easyapi.com/v1/chat/completions.