AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************{
"model": "claude-2",
"prompt": "\n\nHuman: Why is the sky blue?\n\nAssistant:",
"max_tokens_to_sample": "256"
}curl --location --request POST 'https://api.aigc2d.com/v1/complete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "claude-2",
"prompt": "\n\nHuman: Why is the sky blue?\n\nAssistant:",
"max_tokens_to_sample": "256"
}'{
"completion": "Hello",
"stop_reason": "stop_sequence",
"model": "claude-2.1",
"stop": "\n\nHuman:",
"log_id": "9ce6514240d05b53146b1c33afb597642052acfd81a81c3597a15ffa516b9789"
}