{"openapi":"3.2.0","info":{"title":"DeepSeek-V3 API","description":"DeepSeek Chat V3 is a powerful AI model with 671 billion parameters, designed for advanced conversational capabilities and integration via OpenAI-compatible APIs. It excels in tasks like problem-solving, programming, and reasoning, making it ideal for developers to enhance their applications.","version":"1.0.0"},"servers":[{"url":"https://hiylg.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/chat/completions":{"post":{"operationId":"post_chat_completions","summary":"Chat Completions","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"deepseek-v3","messages":[{"role":"user","content":"There are ten birds in a tree. A hunter shoots one. How many are left in the tree?"}]}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}