Tagged articles

API parameters

3 articles · Page 1 of 1
Qborfy AI
Qborfy AI
Jun 25, 2026 · Artificial Intelligence

Understanding Reasoning Control Parameters in Large Model APIs: A Deep Dive into reasoning_effort, thinking, and max_completion_tokens

This article explains how inference‑oriented LLMs differ from standard models, details the three key reasoning‑control parameters (reasoning_effort, thinking, max_completion_tokens), compares their usage across OpenAI o1, Anthropic Claude, DeepSeek‑R1 and Kimi, and provides practical guidance on selecting values, managing costs, and deciding when to employ reasoning models.

API parametersCost ControlLLM
0 likes · 18 min read
Understanding Reasoning Control Parameters in Large Model APIs: A Deep Dive into reasoning_effort, thinking, and max_completion_tokens
CSS Magic
CSS Magic
Nov 8, 2024 · Artificial Intelligence

LLM Application Development Tips (3): Exploring LLM API Inputs and Outputs

This article explains how to configure key OpenAI chat completion parameters—such as temperature, top_p, streaming, response format, and tool selection—and walks through the structure of the API's JSON response, highlighting fields like id, model, choices, finish_reason, and usage for better control and cost estimation.

AI agentsAPI parametersJSON response
0 likes · 8 min read
LLM Application Development Tips (3): Exploring LLM API Inputs and Outputs
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 18, 2023 · Backend Development

Handling Interface Parameters in Spring Boot: Retrieval, Types, Validation, and File Upload

This article explains how to retrieve and handle various Spring Boot API parameters—including query, path, request body, header, and file uploads—covers parameter type handling such as dates and lists, demonstrates validation annotations, and provides complete code examples for each scenario.

API parametersSpring BootValidation
0 likes · 11 min read
Handling Interface Parameters in Spring Boot: Retrieval, Types, Validation, and File Upload