B

bigmodel

Browse models provided by bigmodel

0 models

Models

0

Modalities

Text

input & output

Models

API Usage

Use any model from bigmodel through the AllToken unified API.

curl https://api.alltoken.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "provider/model-name",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'