PhoenixLLM
Last updated
Last updated
Good to know: All LLM interfaces need to use token as the request header.
POST
https://www.phoenix.global/sdk/computation/LLM/buyLLMToken
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The usage of curl and golang sdk is as follows:
GET
https://www.phoenix.global/sdk/computation/LLM/queryLLMPrice
Querying the price of LLM token, priced in ccd
The usage of curl and golang sdk is as follows:
POST
https://www.phoenix.global/sdk/computation/LLM/callLLM3
The usage of curl and golang sdk is as follows:
POST
https://www.phoenix.global/sdk/computation/LLM/verticalLLM
The usage of curl and golang sdk is as follows:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
token*
string
The token generated in the previous step
tokensNum*
integer
The number of tokens to be purchased
jobName*
string
Job name
token*
string
The token generated in the previous step
token*
string
The token generated in the previous step
prompt*
string
Prompt
max_new_tokens
int
The maximum number of tokens that can be consumed by this call
token*
string
The token generated in the previous step
prompt*
string
Prompt
max_new_tokens
int
The maximum number of tokens that can be consumed by this call