You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: align listModels field mapping with actual API response format
The API returns camelCase fields (inputPrice, outputPrice, provider)
but the client was mapping from wrong fields (pricing.input, owned_by).
Now accepts both camelCase and snake_case for compatibility.
0 commit comments