Common parameters
completion() accepts OpenAI-compatible parameters such as model, messages, temperature, max_tokens, stream, and tools.
Streaming
Setstream=True to receive chunks incrementally (OpenAI-compatible streaming semantics).
Tool / function calling (schema)
Tools can be passed via thetools parameter using OpenAI-compatible tool schemas.
Python (OpenAI SDK pointed to LLMGrid)
The official OpenAI Python client supports configuring a custombase_url and reads API keys from environment variables by default.

