AI Guo Guo
  1. LLM
AI Guo Guo
  • AIGuoGuo
    • About AIGuoGuo
    • Error Msg
    • OpenAI
      • Models
      • Billing
      • Usage
      • Chat
      • Vision
      • Dall-e
      • Speech
    • Gemini
      • Models
      • Billing
      • Usage
      • Chat
      • Vision-image
      • Vision-video
      • Images-Generations
      • Images-Edits
      • Image-Chat-Edits
    • LLM
      • KlingAI
        • Images
        • Video
      • GetThreadsInfo
        GET
  1. LLM

GetThreadsInfo

GET
https://api.aiguoguo199.com/llm/threads/{Id}

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aiguoguo199.com/llm/threads/' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json'

Responses

🟒200成功
application/json
Body

Examples
{
    "id": "3f765378539a47dabcde8a0e14796956",
    "object": "thread",
    "data": null,
    "param": {
        "image_url": "https://nimg.ws.126.net/?url=http%3A%2F%2Fdingyue.ws.126.net%2F2024%2F0805%2F5a8c6094j00shq89o001ad000nr00dwm.jpg&thumbnail=660x2147483647&quality=80&type=jpg",
        "model": "txt2img",
        "n": 2,
        "prompt": "Pigeons flying all over the sky",
        "size": "16:9",
        "temperature": 0.5
    },
    "endpoint": "/images/generations",
    "errors": null,
    "status": "pending",
    "created_at": 1724687085,
    "in_progress_at": 0,
    "completed_at": 0,
    "metadata": null
}
Modified atΒ 2024-08-27 05:12:14
Previous
Video
Built with