OpenAI API Reference - Chat Completions, OpenAI, 2024 (OpenAI) - Provides comprehensive details on how to use core API parameters for OpenAI's language models, including model selection, input formats, and generation controls.
The Curious Case of Neural Text Generation, Ari Holtzman, Jan Buys, Li Du, Maxwell Forbes, Yejin Choi, 2020ICLRDOI: 10.48550/arXiv.1904.09751 - Introduces and analyzes nucleus sampling (top_p), a fundamental technique for controlling the diversity and quality of generated text in language models.
Anthropic API Reference - Messages API, Anthropic, 2024 - Offers an alternative perspective on common LLM API parameters from a different leading provider, demonstrating cross-platform consistency and specific parameter variations.
ChatGPT Prompt Engineering for Developers, Isa Fulford, Andrew Ng, 2023 (DeepLearning.AI) - A practical short course that discusses how prompt engineering, including parameter tuning, impacts LLM behavior and application development.