【献爱心】1000次gpt-4o对话,100次dalle3生图接口送给大家玩耍

【献爱心】1000次gpt-4o对话,100次dalle3生图送给大家玩耍

用完即止,支持流式,不限上下文,调用姿势如官网

认证:Bearer yigexiaoxijie

对话:https://kvme.xyz/v1/chat/completions
生图:https://kvme.xyz/v1/images/generations
余量:https://kvme.xyz/v1/usage?token=yigexiaoxijie

姿势:

curl https://kvme.xyz/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer yigexiaoxijie" \
  -d '{
    "model": "dall-e-3",
    "prompt": "a white siamese cat",
    "n": 1,
    "size": "1024x1024"
  }'
curl https://kvme.xyz/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer yigexiaoxijie" \
  -d '{
    "model": "gpt-4o",
    "messages": [
      {
        "role": "user",
        "content": [
          {
            "type": "text",
            "text": "What’s in this image?"
          },
          {
            "type": "image_url",
            "image_url": {
              "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
            }
          }
        ]
      }
    ],
    "max_tokens": 300
  }'
12 个赞

前排马克

1 个赞

Mark

1 个赞

大佬

1 个赞

打不开。。。

1 个赞

这咋用?

1 个赞

手动加https

1 个赞
curl https://kvme.xyz/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer yigexiaoxijie" \
  -d '{
    "model": "dall-e-3",
    "prompt": "a white siamese cat",
    "n": 1,
    "size": "1024x1024"
  }'
2 个赞

对话,好像用不了

1 个赞

感谢!

1 个赞

加https也打不开,咋回事

1 个赞

API访问,HTTP头部添加Authorization: Bearer yigexiaoxijie

1 个赞
curl https://kvme.xyz/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer yigexiaoxijie" \
  -d '{
    "model": "gpt-4o",
    "messages": [
      {
        "role": "user",
        "content": [
          {
            "type": "text",
            "text": "What’s in this image?"
          },
          {
            "type": "image_url",
            "image_url": {
              "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
            }
          }
        ]
      }
    ],
    "max_tokens": 300
  }'
1 个赞

感谢

Mark

1 个赞