The integration only wraps sync InferenceClient.text_generation and InferenceClient.chat_completion. The AsyncInferenceClient has identical methods as async coroutines and is completely uninstrumented. Every other major AI integration (OpenAI, Anthropic, LangChain) instruments both sync and async variants.
The integration only wraps sync
InferenceClient.text_generationandInferenceClient.chat_completion. TheAsyncInferenceClienthas identical methods as async coroutines and is completely uninstrumented. Every other major AI integration (OpenAI, Anthropic, LangChain) instruments both sync and async variants.