{"openapi":"3.2.0","info":{"title":"DeepSeek-R1 API","description":"With supporting stream, DeepSeek-R1 is an open-source large language model (LLM) from the AI startup DeepSeek, designed for advanced reasoning tasks like mathematics, coding, and general knowledge. Trained using reinforcement learning (RL) followed by supervised fine-tuning, it self-evolves and refines its outputs for clarity and accuracy. The model achieves 79.8% on AIME 2024 math tests, a 2,029 Codeforces rating (outperforming 96.3% of programmers), and 90.8% accuracy on MMLU benchmarks, rivaling OpenAI's o1 model. Fully open-source under the MIT license, it is accessible via Hugging Face, encouraging collaboration. Its API service, DeepSeek Reasoner, offers competitive pricing, making it a cost-effective and high-performing solution for developers and researchers alike.","version":"1.0.0"},"servers":[{"url":"https://ffaxx.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-R1-0528","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."}}}}