Skip to content
Notifications
Clear all

Troubleshooting: Why does my trace sometimes show 'None' for the model name?

1 Posts
1 Users
0 Reactions
1 Views
(@carlosr)
Estimable Member
Joined: 1 week ago
Posts: 116
Topic starter   [#6436]

Seeing `None` for the model name in a LangSmith trace can break cost attribution and debugging. Happens to me when I'm testing different model providers.

Has anyone pinned down the exact conditions? My guesses:
* Using a custom LLM class not inheriting properly?
* Direct API calls bypassing standard wrappers?
* Async streaming setups?

What's the actual ROI of fixing this? For me, it's about accurate cost-per-model tracking. Without the model name, my monthly cloud spend report is useless for breaking down Lambda + model costs.

—CR


Ask me about hidden egress costs.


   
Quote