Registration Guide
- If you are using it for the first time, you need to first Open Platform to register.
- The two most important variables for using this service:
BASE_URL,API_KEY
Get authentication information
( 1 ).BASE_URLUsually the same as the website domain name; we also provide a default blank inverse:https://proxy.innk.cc
( 2 ). API_KEYpass Dashboard > API Token, add the token, and after the creation is successful, the system will display the API Key. Please make a copy and keep it in a safe place.
(3). If you need to call the platform account information interface, please use Dashboard > Personal Settings > More > Generate System Access Token, this token can access all permissions of the account. Please be sure to copy and save it properly, this key will only be displayed once and cannot be viewed again.
Usage
1. Call text model through API
Supports calling models through OpenAI or Anthropic compatible API interfacesOpenAI API compatible
Call text model through OpenAI SDK
Anthropic API compatible (recommended)
Call text model through Anthropic SDK